Home
last modified time | relevance | path

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

/frameworks/native/libs/utils/tests/
DBasicHashtable_test.cpp107 static void cookieAt(const BasicHashtable<TKey, TEntry>& h, size_t index, in cookieAt()
116 static const void* getBuckets(const BasicHashtable<TKey, TEntry>& h) { in getBuckets()
122 static size_t add(BasicHashtable<TKey, key_value_pair_t<TKey, TValue> >& h, in add()
128 static ssize_t find(BasicHashtable<TKey, key_value_pair_t<TKey, TValue> >& h, in find()
134 static bool remove(BasicHashtable<TKey, key_value_pair_t<TKey, TValue> >& h, in remove()
158 static void dump(BasicHashtable<TKey, key_value_pair_t<TKey, TValue> >& h) { in dump()
/frameworks/native/include/utils/
DLruCache.h47 Iterator(const LruCache<TKey, TValue>& cache): mCache(cache), mIndex(-1) { in Iterator()
DBasicHashtable.h367 BasicHashtable<TKey, TEntry>::BasicHashtable(const BasicHashtable<TKey, TEntry>& other) : in BasicHashtable()