Home
last modified time | relevance | path

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

/external/srec/shared/include/
DHashMapImpl.h94 ESR_SHARED_API ESR_ReturnCode HashMap_Destroy(HashMap* self);
/external/srec/shared/src/
DHashMapImpl.c58 impl->Interface.destroy = &HashMap_Destroy; in HashMapCreate_Internal()
280 ESR_ReturnCode HashMap_Destroy(HashMap* self) in HashMap_Destroy() function