webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Static Public Member Functions | List of all members
WTF::TinyLRUCachePolicy< KeyType, ValueType > Struct Template Reference

#include <TinyLRUCache.h>

Static Public Member Functions

static bool isKeyNull (const KeyType &)
 
static ValueType createValueForNullKey ()
 
static ValueType createValueForKey (const KeyType &)
 
static bool isKeyNull (const KeyType &)
 
static ValueType createValueForNullKey ()
 
static ValueType createValueForKey (const KeyType &)
 
static bool isKeyNull (const KeyType &)
 
static ValueType createValueForNullKey ()
 
static ValueType createValueForKey (const KeyType &)
 

Member Function Documentation

◆ createValueForKey() [1/3]

template<typename KeyType, typename ValueType>
static ValueType WTF::TinyLRUCachePolicy< KeyType, ValueType >::createValueForKey ( const KeyType )
inlinestatic

◆ createValueForKey() [2/3]

template<typename KeyType, typename ValueType>
static ValueType WTF::TinyLRUCachePolicy< KeyType, ValueType >::createValueForKey ( const KeyType )
inlinestatic

◆ createValueForKey() [3/3]

template<typename KeyType, typename ValueType>
static ValueType WTF::TinyLRUCachePolicy< KeyType, ValueType >::createValueForKey ( const KeyType )
inlinestatic

◆ createValueForNullKey() [1/3]

template<typename KeyType, typename ValueType>
static ValueType WTF::TinyLRUCachePolicy< KeyType, ValueType >::createValueForNullKey ( )
inlinestatic

◆ createValueForNullKey() [2/3]

template<typename KeyType, typename ValueType>
static ValueType WTF::TinyLRUCachePolicy< KeyType, ValueType >::createValueForNullKey ( )
inlinestatic

◆ createValueForNullKey() [3/3]

template<typename KeyType, typename ValueType>
static ValueType WTF::TinyLRUCachePolicy< KeyType, ValueType >::createValueForNullKey ( )
inlinestatic

◆ isKeyNull() [1/3]

template<typename KeyType, typename ValueType>
static bool WTF::TinyLRUCachePolicy< KeyType, ValueType >::isKeyNull ( const KeyType )
inlinestatic

◆ isKeyNull() [2/3]

template<typename KeyType, typename ValueType>
static bool WTF::TinyLRUCachePolicy< KeyType, ValueType >::isKeyNull ( const KeyType )
inlinestatic

◆ isKeyNull() [3/3]

template<typename KeyType, typename ValueType>
static bool WTF::TinyLRUCachePolicy< KeyType, ValueType >::isKeyNull ( const KeyType )
inlinestatic

The documentation for this struct was generated from the following file: