Searched defs:Iterator (Results 1 – 13 of 13) sorted by relevance
22 export class Iterator { class
41 explicit Iterator(RefBlock *ref_block) : ref_block_(ref_block) {} in Iterator() function
94 using Iterator = CardPtrIterator<CardPtr>; variable
40 Iterator(const Int val) : Val_ {val} {} in Iterator() function
117 HWTEST_F_L0(JSSetTest, Iterator) in HWTEST_F_L0() argument
119 HWTEST_F_L0(JSMapTest, Iterator) in HWTEST_F_L0() argument
153 HWTEST_F_L0(JSArrayTest, Iterator) in HWTEST_F_L0() argument
37 using Iterator = T *; variable
102 explicit Iterator(IteratorType *param_pointer) : pointer_(param_pointer) {} in Iterator() function
53 Iterator(const BitMemoryRegion ®ion, uint32_t offset) : region_(region), bit_(offset) in Iterator() function
135 using Iterator = ListIterator<T>; variable
257 static const std::string Iterator; // NOLINT (readability-identifier-naming) member293 static const std::string Iterator; // NOLINT (readability-identifier-naming) member
46 const std::string ObjectSubType::Iterator = "iterator"; // NOLINT (readability-identifier-na… member in panda::ecmascript::tooling::ObjectSubType74 const std::string ObjectClassName::Iterator = "Iterator"; // NOLINT (readability-ident… member in panda::ecmascript::tooling::ObjectClassName