HomeSort by relevance Sort by last modified time
    Searched refs:HashMapImpl (Results 1 - 3 of 3) sorted by null

  /external/srec/shared/src/
HashMapImpl.c 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
    [all...]
  /external/srec/shared/
Android.mk 15 src/HashMapImpl.c \
  /external/srec/shared/include/
HashMapImpl.h 2 * HashMapImpl.h *
45 HashMapImpl;

Completed in 531 milliseconds