Home | History | Annotate | Download | only in src

Lines Matching refs:HashMapImpl

2  *  HashMapImpl.c  *
22 #include "HashMapImpl.h"
32 HashMapImpl* impl;
37 impl = NEW(HashMapImpl, MTAG);
81 HashMapImpl* impl = (HashMapImpl*) self;
109 static ESR_ReturnCode HashMap_Remove_Internal(HashMapImpl* impl, const LCHAR* key, ESR_BOOL freeValue)
131 return HashMap_Remove_Internal((HashMapImpl*) self, key, ESR_FALSE);
136 return HashMap_Remove_Internal((HashMapImpl*) self, key, ESR_TRUE);
139 static ESR_ReturnCode HashMap_RemoveAll_Internal(HashMapImpl *impl, ESR_BOOL freeValues)
169 return HashMap_RemoveAll_Internal((HashMapImpl *) self, ESR_FALSE);
174 return HashMap_RemoveAll_Internal((HashMapImpl *) self, ESR_TRUE);
179 HashMapImpl* impl = (HashMapImpl*) self;
190 HashMapImpl* impl = (HashMapImpl*) self;
201 static ESR_ReturnCode HashMap_GetEntryAtIndex(HashMapImpl *impl, const size_t index,
225 HashMapImpl* impl = (HashMapImpl*) self;
240 HashMapImpl* impl = (HashMapImpl*) self;
255 HashMapImpl* impl = (HashMapImpl*) self;
276 HashMapImpl* impl = (HashMapImpl*) self;
282 HashMapImpl* impl = (HashMapImpl*) self;