Home
last modified time | relevance | path

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

/external/srec/shared/include/
DHashMapImpl.h74 ESR_SHARED_API ESR_ReturnCode HashMap_ContainsKey(HashMap* self, const LCHAR* key, ESR_BOOL* exists…
/external/srec/shared/src/
DHashMapImpl.c53 impl->Interface.containsKey = &HashMap_ContainsKey; in HashMapCreate_Internal()
177 ESR_ReturnCode HashMap_ContainsKey(HashMap* self, const LCHAR* key, ESR_BOOL* exists) in HashMap_ContainsKey() function