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

  /bootable/recovery/minzip/
Hash.h 140 * HashIter iter;
147 typedef struct HashIter {
151 } HashIter;
152 INLINE void mzHashIterNext(HashIter* pIter) {
162 INLINE void mzHashIterBegin(HashTable* pHashTable, HashIter* pIter) {
167 INLINE bool mzHashIterDone(HashIter* pIter) {
170 INLINE void* mzHashIterData(HashIter* pIter) {
  /dalvik/vm/
Hash.h 175 * HashIter iter;
182 typedef struct HashIter {
186 } HashIter;
187 INLINE void dvmHashIterNext(HashIter* pIter) {
197 INLINE void dvmHashIterBegin(HashTable* pHashTable, HashIter* pIter) {
202 INLINE bool dvmHashIterDone(HashIter* pIter) {
205 INLINE void* dvmHashIterData(HashIter* pIter) {

Completed in 754 milliseconds