Home
last modified time | relevance | path

Searched refs:hashmapContainsKey (Results 1 – 2 of 2) sorted by relevance

/system/core/include/cutils/
Dhashmap.h73 bool hashmapContainsKey(Hashmap* map, void* key);
/system/core/libcutils/
Dhashmap.c243 bool hashmapContainsKey(Hashmap* map, void* key) { in hashmapContainsKey() function