Searched defs:Iterator (Results 1 – 2 of 2) sorted by relevance
47 explicit Iterator(GrowableArray* g_list) in Iterator() function51 explicit Iterator() in Iterator() function
66 Iterator(HashSet* hash_set, size_t index) : hash_set_(hash_set), index_(index) { in Iterator() function402 friend class Iterator; variable