Home
last modified time | relevance | path

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

/external/srec/shared/src/
DHashMapImpl.c32 HashMapImpl* impl; in HashMapCreate_Internal()
37 impl = NEW(HashMapImpl, MTAG); in HashMapCreate_Internal()
81 HashMapImpl* impl = (HashMapImpl*) self; in HashMap_Put()
109 static ESR_ReturnCode HashMap_Remove_Internal(HashMapImpl* impl, const LCHAR* key, ESR_BOOL freeVal… in HashMap_Remove_Internal()
131 return HashMap_Remove_Internal((HashMapImpl*) self, key, ESR_FALSE); in HashMap_Remove()
136 return HashMap_Remove_Internal((HashMapImpl*) self, key, ESR_TRUE); in HashMap_RemoveAndFree()
139 static ESR_ReturnCode HashMap_RemoveAll_Internal(HashMapImpl *impl, ESR_BOOL freeValues) in HashMap_RemoveAll_Internal()
169 return HashMap_RemoveAll_Internal((HashMapImpl *) self, ESR_FALSE); in HashMap_RemoveAll()
174 return HashMap_RemoveAll_Internal((HashMapImpl *) self, ESR_TRUE); in HashMap_RemoveAndFreeAll()
179 HashMapImpl* impl = (HashMapImpl*) self; in HashMap_ContainsKey()
[all …]
/external/srec/shared/include/
DHashMapImpl.h45 HashMapImpl; typedef
/external/srec/shared/
DAndroid.mk15 src/HashMapImpl.c \