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