Home
last modified time | relevance | path

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

/external/srec/shared/include/
DHashMapImpl.h66 ESR_SHARED_API ESR_ReturnCode HashMap_RemoveAll(HashMap* self);
/external/srec/shared/src/
DHashMapImpl.c50 impl->Interface.removeAll = &HashMap_RemoveAll; in HashMapCreate_Internal()
167 ESR_ReturnCode HashMap_RemoveAll(HashMap* self) in HashMap_RemoveAll() function