HomeSort by relevance Sort by last modified time
    Searched defs:HashForeachFunc (Results 1 - 2 of 2) sorted by null

  /bootable/recovery/minzip/
Hash.h 37 typedef int (*HashForeachFunc)(void* data, void* arg);
134 int mzHashForeach(HashTable* pHashTable, HashForeachFunc func, void* arg);
  /dalvik/vm/
Hash.h 44 typedef int (*HashForeachFunc)(void* data, void* arg);
159 int dvmHashForeach(HashTable* pHashTable, HashForeachFunc func, void* arg);

Completed in 13 milliseconds