Home
last modified time | relevance | path

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

/ark/ts2abc/ts2panda/src/base/
Diterator.ts22 export class Iterator { class
/ark/runtime_core/runtime/mem/refstorage/
Dref_block.h41 explicit Iterator(RefBlock *ref_block) : ref_block_(ref_block) {} in Iterator() function
/ark/runtime_core/runtime/mem/gc/
Dcard_table.h94 using Iterator = CardPtrIterator<CardPtr>; variable
/ark/runtime_core/verification/util/
Drange.h40 Iterator(const Int val) : Val_ {val} {} in Iterator() function
/ark/js_runtime/ecmascript/tests/
Djs_set_test.cpp117 HWTEST_F_L0(JSSetTest, Iterator) in HWTEST_F_L0() argument
Djs_map_test.cpp119 HWTEST_F_L0(JSMapTest, Iterator) in HWTEST_F_L0() argument
Djs_array_test.cpp153 HWTEST_F_L0(JSArrayTest, Iterator) in HWTEST_F_L0() argument
/ark/runtime_core/libpandabase/utils/
Dspan.h37 using Iterator = T *; variable
Dsmall_vector.h102 explicit Iterator(IteratorType *param_pointer) : pointer_(param_pointer) {} in Iterator() function
Dbit_memory_region.h53 Iterator(const BitMemoryRegion &region, uint32_t offset) : region_(region), bit_(offset) in Iterator() function
Dlist.h135 using Iterator = ListIterator<T>; variable
/ark/js_runtime/ecmascript/tooling/base/
Dpt_types.h257 static const std::string Iterator; // NOLINT (readability-identifier-naming) member
293 static const std::string Iterator; // NOLINT (readability-identifier-naming) member
Dpt_types.cpp46 const std::string ObjectSubType::Iterator = "iterator"; // NOLINT (readability-identifier-na… member in panda::ecmascript::tooling::ObjectSubType
74 const std::string ObjectClassName::Iterator = "Iterator"; // NOLINT (readability-ident… member in panda::ecmascript::tooling::ObjectClassName