Home
last modified time | relevance | path

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

/external/srec/shared/include/
DHashMapImpl.h54 ESR_SHARED_API ESR_ReturnCode HashMap_Remove(HashMap* self, const LCHAR* key);
/external/srec/shared/src/
DHashMapImpl.c48 impl->Interface.remove = &HashMap_Remove; in HashMapCreate_Internal()
129 ESR_ReturnCode HashMap_Remove(HashMap* self, const LCHAR* key) in HashMap_Remove() function