Home
last modified time | relevance | path

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

/external/srec/shared/include/
DHashMapImpl.h50 ESR_SHARED_API ESR_ReturnCode HashMap_Put(HashMap* self, const LCHAR* key, void* value);
/external/srec/shared/src/
DHashMapImpl.c47 impl->Interface.put = &HashMap_Put; in HashMapCreate_Internal()
79 ESR_ReturnCode HashMap_Put(HashMap* self, const LCHAR* key, void* value) in HashMap_Put() function