Home
last modified time | relevance | path

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

/external/srec/shared/include/
DHashMapImpl.h62 ESR_SHARED_API ESR_ReturnCode HashMap_RemoveAtIndex(HashMap* self, const size_t index);
/external/srec/shared/src/
DHashMapImpl.c52 impl->Interface.removeAtIndex = &HashMap_RemoveAtIndex; in HashMapCreate_Internal()
253 ESR_ReturnCode HashMap_RemoveAtIndex(HashMap* self, const size_t index) in HashMap_RemoveAtIndex() function