Home
last modified time | relevance | path

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

/external/srec/shared/src/
DHashMapImpl.c201 static ESR_ReturnCode HashMap_GetEntryAtIndex(HashMapImpl *impl, const size_t index, in HashMap_GetEntryAtIndex() function
229 if ((rc = HashMap_GetEntryAtIndex(impl, index, &entry)) != ESR_SUCCESS) in HashMap_GetKeyAtIndex()
244 if ((rc = HashMap_GetEntryAtIndex(impl, index, &entry)) != ESR_SUCCESS) in HashMap_GetValueAtIndex()
260 if ((rc = HashMap_GetEntryAtIndex(impl, index, &entry)) != ESR_SUCCESS) in HashMap_RemoveAtIndex()