Searched refs:equalKeys (Results 1 - 1 of 1) sorted by relevance

/system/core/libcutils/
H A Dhashmap.c178 static inline bool equalKeys(void* keyA, int hashA, void* keyB, int hashB, function
210 if (equalKeys(current->key, current->hash, key, hash, map->equals)) {
227 if (equalKeys(entry->key, entry->hash, key, hash, map->equals)) {
242 if (equalKeys(entry->key, entry->hash, key, hash, map->equals)) {
275 if (equalKeys(current->key, current->hash, key, hash, map->equals)) {
292 if (equalKeys(current->key, current->hash, key, hash, map->equals)) {

Completed in 432 milliseconds