Home
last modified time | relevance | path

Searched defs:iterator_category (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/utils/
Diterator.h25 using iterator_category = typename std::iterator_traits<Iterator>::iterator_category; member
/arkcompiler/runtime_core/static_core/verification/util/
Drange.h39 … using iterator_category = std::forward_iterator_tag; // NOLINT(readability-identifier-naming) variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dme_function.h46 using iterator_category = typename std::iterator_traits<Iterator>::iterator_category; variable
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile.cpp319 using iterator_category = std::random_access_iterator_tag; typedef in ark::panda_file::ClassIdxIterator
/arkcompiler/runtime_core/libpandafile/
Dfile.cpp378 using iterator_category = std::random_access_iterator_tag; typedef in panda::panda_file::ClassIdxIterator
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.h535 using iterator_category = std::forward_iterator_tag; member