Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/verification/util/
Drange.h38 typedef std::forward_iterator_tag iterator_category; typedef
/arkcompiler/runtime_core/libpandafile/
Dfile.cpp307 using iterator_category = std::random_access_iterator_tag; typedef in panda::panda_file::ClassIdxIterator