Home
last modified time | relevance | path

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

/external/srec/shared/include/
DHashMapImpl.h82 ESR_SHARED_API ESR_ReturnCode HashMap_GetKeyAtIndex(HashMap* self, const size_t index, LCHAR** key);
/external/srec/shared/src/
DHashMapImpl.c54 impl->Interface.getKeyAtIndex = &HashMap_GetKeyAtIndex; in HashMapCreate_Internal()
223 ESR_ReturnCode HashMap_GetKeyAtIndex(HashMap* self, const size_t index, LCHAR** key) in HashMap_GetKeyAtIndex() function