Home
last modified time | relevance | path

Searched defs:TKey (Results 1 – 3 of 3) sorted by relevance

/system/core/libutils/tests/
DBasicHashtable_test.cpp112 static void cookieAt(const BasicHashtable<TKey, TEntry>& h, size_t index, in cookieAt()
121 static const void* getBuckets(const BasicHashtable<TKey, TEntry>& h) { in getBuckets()
127 static size_t add(BasicHashtable<TKey, key_value_pair_t<TKey, TValue> >& h, in add()
133 static ssize_t find(BasicHashtable<TKey, key_value_pair_t<TKey, TValue> >& h, in find()
139 static bool remove(BasicHashtable<TKey, key_value_pair_t<TKey, TValue> >& h, in remove()
163 static void dump(BasicHashtable<TKey, key_value_pair_t<TKey, TValue> >& h) { in dump()
/system/core/include/utils/
DLruCache.h55 Iterator(const LruCache<TKey, TValue>& cache): mCache(cache), mIndex(-1) { in Iterator()
DBasicHashtable.h368 BasicHashtable<TKey, TEntry>::BasicHashtable(const BasicHashtable<TKey, TEntry>& other) : in BasicHashtable()