Searched refs:equalKeys (Results 1 – 1 of 1) sorted by relevance
/system/core/libcutils/ |
D | hashmap.cpp | 181 static inline bool equalKeys(void* keyA, int hashA, void* keyB, int hashB, in equalKeys() function 213 if (equalKeys(current->key, current->hash, key, hash, map->equals)) { in hashmapPut() 230 if (equalKeys(entry->key, entry->hash, key, hash, map->equals)) { in hashmapGet() 247 if (equalKeys(current->key, current->hash, key, hash, map->equals)) { in hashmapRemove()
|