Searched refs:equalKeys (Results 1 – 1 of 1) sorted by relevance
/system/core/libcutils/ |
D | hashmap.c | 178 static inline bool equalKeys(void* keyA, int hashA, void* keyB, int hashB, in equalKeys() function 210 if (equalKeys(current->key, current->hash, key, hash, map->equals)) { in hashmapPut() 227 if (equalKeys(entry->key, entry->hash, key, hash, map->equals)) { in hashmapGet() 242 if (equalKeys(entry->key, entry->hash, key, hash, map->equals)) { in hashmapContainsKey() 275 if (equalKeys(current->key, current->hash, key, hash, map->equals)) { in hashmapMemoize() 292 if (equalKeys(current->key, current->hash, key, hash, map->equals)) { in hashmapRemove()
|