Home
last modified time | relevance | path

Searched refs:iterator_category (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/libpandabase/
Dconcepts.h42 … std::is_same_v<typename std::iterator_traits<typename T::iterator>::iterator_category,
54 … std::is_same_v<typename std::iterator_traits<typename T::iterator>::iterator_category,
/arkcompiler/runtime_core/libpandabase/utils/
Dring_buffer.h31 using iterator_category = std::bidirectional_iterator_tag;
/arkcompiler/runtime_core/libpandafile/
Dfile.cpp324 using iterator_category = std::random_access_iterator_tag; typedef in panda::panda_file::ClassIdxIterator