HomeSort by relevance Sort by last modified time
    Searched refs:TEntry (Results 1 - 4 of 4) sorted by null

  /system/core/include/utils/
BasicHashtable.h 157 * TEntry: The entry type which is what is actually stored in the array.
163 * TEntry must support the following contract:
170 template <typename TKey, typename TEntry>
197 inline BasicHashtable<TKey, TEntry>& operator =(const BasicHashtable<TKey, TEntry> & other) {
232 inline const TEntry& entryAt(size_t index) const {
241 inline TEntry& editEntryAt(size_t index) {
293 inline size_t add(hash_t hash, const TEntry& entry) {
341 static inline const TEntry& entryFor(const Bucket& bucket) {
342 return reinterpret_cast<const TEntry&>(bucket.entry)
    [all...]
  /frameworks/base/libs/hwui/utils/
TinyHashMap.h 31 typedef key_value_pair_t<TKey, TValue> TEntry;
44 TEntry initEntry(key, value);
64 BasicHashtable<TKey, TEntry> mTable;
  /system/core/libutils/tests/
BasicHashtable_test.cpp 106 template <typename TKey, typename TEntry>
107 static void cookieAt(const BasicHashtable<TKey, TEntry>& h, size_t index,
110 *collision = cookie & BasicHashtable<TKey, TEntry>::Bucket::COLLISION;
111 *present = cookie & BasicHashtable<TKey, TEntry>::Bucket::PRESENT;
112 *hash = cookie & BasicHashtable<TKey, TEntry>::Bucket::HASH_MASK;
115 template <typename TKey, typename TEntry>
116 static const void* getBuckets(const BasicHashtable<TKey, TEntry>& h) {
144 template <typename TEntry>
145 static void getKeyValue(const TEntry& entry, int* key, int* value);
  /external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
sdlexe.cpp 503 TEntry e;

Completed in 223 milliseconds