Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/lexer/
DkeywordsUtil.h50 inline util::StringView::Iterator &Iterator() in Iterator() function
Dlexer.h106 inline util::StringView::Iterator &Iterator() in Iterator() function
111 inline const util::StringView::Iterator &Iterator() const in Iterator() function
/arkcompiler/runtime_core/runtime/mem/refstorage/
Dref_block.h40 explicit Iterator(RefBlock *ref_block) : ref_block_(ref_block) {} in Iterator() function
/arkcompiler/ets_frontend/ts2panda/src/base/
Diterator.ts28 export class Iterator { class
/arkcompiler/runtime_core/runtime/mem/gc/
Dcard_table.h93 using Iterator = CardPtrIterator<CardPtr>; variable
/arkcompiler/runtime_core/verification/util/
Drange.h40 Iterator(const Int val) : Val_ {val} {} in Iterator() function
/arkcompiler/ets_frontend/es2panda/compiler/base/
Diterators.cpp26 Iterator::Iterator(PandaGen *pg, const ir::AstNode *node, IteratorType type) in Iterator() function in panda::es2panda::compiler::Iterator
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dlib_ark_builtins.d.ts39 interface Iterator { interface
/arkcompiler/ets_frontend/es2panda/util/
Dustring.h143 explicit Iterator(const StringView &sv) noexcept : sv_(sv.sv_), iter_(sv_.begin()) {} in Iterator() function
246 friend class Iterator; variable
/arkcompiler/ets_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
Djs_api_lightweightset_test.cpp294 HWTEST_F_L0(JSAPILightWeightSetTest, Iterator) in HWTEST_F_L0() argument
Djs_api_lightweightmap_test.cpp364 HWTEST_F_L0(JSAPILightWeightMapTest, Iterator) in HWTEST_F_L0() argument
/arkcompiler/runtime_core/libpandabase/utils/
Dspan.h37 using Iterator = T *; variable
Dbit_memory_region.h53 Iterator(const BitMemoryRegion &region, uint32_t offset) : region_(region), bit_(offset) in Iterator() function
Dsmall_vector.h122 explicit Iterator(IteratorType *param_pointer) : pointer_(param_pointer) {} in Iterator() function
Dlist.h141 using Iterator = ListIterator<T>; variable
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_stack.cpp217 JSTaggedValue ContainersStack::Iterator(EcmaRuntimeCallInfo *argv) in Iterator() function in panda::ecmascript::containers::ContainersStack
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_plainarray_test.cpp250 HWTEST_F_L0(ContainersPlainArrayTest, Iterator) in HWTEST_F_L0() argument
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.h1037 explicit Iterator(Inst *inst) : inst_(inst) {} in Iterator() function
/arkcompiler/toolchain/tooling/base/
Dpt_types.h256 static const std::string Iterator; // NOLINT (readability-identifier-naming) member
292 static const std::string Iterator; // NOLINT (readability-identifier-naming) member
Dpt_types.cpp42 const std::string ObjectSubType::Iterator = "iterator"; // NOLINT (readability-identifier-na… member in panda::ecmascript::tooling::ObjectSubType
70 const std::string ObjectClassName::Iterator = "Iterator"; // NOLINT (readability-ident… member in panda::ecmascript::tooling::ObjectClassName
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …md(e);const n=r("./node_modules/color-convert/index.js"),i=(e,t)=>function(){const r=e.apply(n,arg… property