Home
last modified time | relevance | path

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

12

/arkcompiler/ets_frontend/es2panda/test/type_extractor/dts-testcases/
Dtest-interface-type-test-1.d.ts17 interface Iterator { interface
/arkcompiler/ets_frontend/es2panda/lexer/
DkeywordsUtil.h50 inline util::StringView::Iterator &Iterator() in Iterator() function
Dlexer.h108 inline util::StringView::Iterator &Iterator() in Iterator() function
113 inline const util::StringView::Iterator &Iterator() const in Iterator() function
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dlib_ark_builtins.d.ts39 declare class Iterator { class
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
Dref_block.h40 explicit Iterator(RefBlock *refBlock) : refBlock_(refBlock) {} in Iterator() function
/arkcompiler/ets_frontend/ts2panda/src/base/
Diterator.ts28 export class Iterator { class
/arkcompiler/ets_frontend/ets2panda/lexer/
DkeywordsUtil.h91 inline util::StringView::Iterator &Iterator() in Iterator() function
Dlexer.h202 inline util::StringView::Iterator &Iterator() in Iterator() function
207 inline const util::StringView::Iterator &Iterator() const in Iterator() function
/arkcompiler/runtime_core/static_core/verification/util/
Drange.h42 Iterator(const Int val) : val_ {val} {} in Iterator() function
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dcard_table.h93 using Iterator = CardPtrIterator<CardPtr>; variable
/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_frontend/ets2panda/compiler/base/
Diterators.cpp25 Iterator::Iterator(PandaGen *pg, const ir::AstNode *node, IteratorType type) in Iterator() function in panda::es2panda::compiler::Iterator
/arkcompiler/ets_frontend/es2panda/util/
Dustring.h143 explicit Iterator(const StringView &sv) noexcept : sv_(sv.sv_), iter_(sv_.begin()) {} in Iterator() function
262 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
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dspan.h36 using Iterator = T *; variable
Dbit_memory_region.h61 Iterator(const BitMemoryRegion &region, uint32_t offset) : region_(region), bit_(offset) in Iterator() function
Dsmall_vector.h123 explicit Iterator(IteratorType *paramPointer) : pointer_(paramPointer) {} in Iterator() function
/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.cpp218 JSTaggedValue ContainersStack::Iterator(EcmaRuntimeCallInfo *argv) in Iterator() function in panda::ecmascript::containers::ContainersStack
/arkcompiler/ets_frontend/ets2panda/util/
Dustring.h138 explicit Iterator(const StringView &sv) noexcept : sv_(sv.sv_), iter_(sv_.begin()) {} in Iterator() function

12