Home
last modified time | relevance | path

Searched refs:removeAndFreeAll (Results 1 – 3 of 3) sorted by relevance

/external/srec/shared/src/
DHashMap.c64 return self->removeAndFreeAll(self); in HashMapRemoveAndFreeAll()
DHashMapImpl.c51 impl->Interface.removeAndFreeAll = &HashMap_RemoveAndFreeAll; in HashMapCreate_Internal()
/external/srec/shared/include/
DHashMap.h95 ESR_ReturnCode(*removeAndFreeAll)(struct HashMap_t* self); member