Home
last modified time | relevance | path

Searched defs:Iterator (Results 1 – 2 of 2) sorted by relevance

/art/compiler/utils/
Dgrowable_array.h47 explicit Iterator(GrowableArray* g_list) in Iterator() function
51 explicit Iterator() in Iterator() function
/art/runtime/base/
Dhash_set.h66 Iterator(HashSet* hash_set, size_t index) : hash_set_(hash_set), index_(index) { in Iterator() function
402 friend class Iterator; variable