Home
last modified time | relevance | path

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

/external/srec/shared/include/
DHashMapImpl.h78 ESR_SHARED_API ESR_ReturnCode HashMap_Get(HashMap* self, const LCHAR* key, void** value);
/external/srec/shared/src/
DHashMapImpl.c55 impl->Interface.get = &HashMap_Get; in HashMapCreate_Internal()
188 ESR_ReturnCode HashMap_Get(HashMap* self, const LCHAR* key, void** value) in HashMap_Get() function