Home
last modified time | relevance | path

Searched defs:iterator_category (Results 1 – 7 of 7) 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/runtime_core/taihe/runtime/include/taihe/
Dset.hpp164 using iterator_category = std::forward_iterator_tag; typedef
Dmap.hpp164 using iterator_category = std::forward_iterator_tag; typedef
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile.cpp343 using iterator_category = std::random_access_iterator_tag; typedef in ark::panda_file::ClassIdxIterator
/arkcompiler/runtime_core/libpandafile/
Dfile.cpp359 using iterator_category = std::random_access_iterator_tag; typedef in panda::panda_file::ClassIdxIterator
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.h534 using iterator_category = std::forward_iterator_tag; member