Searched refs:HashMap_GetKeyAtIndex (Results 1 – 2 of 2) sorted by relevance
82 ESR_SHARED_API ESR_ReturnCode HashMap_GetKeyAtIndex(HashMap* self, const size_t index, LCHAR** key);
54 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