Searched defs:iterator_category (Results 1 – 7 of 7) sorted by relevance
25 using iterator_category = typename std::iterator_traits<Iterator>::iterator_category; member
39 … using iterator_category = std::forward_iterator_tag; // NOLINT(readability-identifier-naming) variable
164 using iterator_category = std::forward_iterator_tag; typedef
343 using iterator_category = std::random_access_iterator_tag; typedef in ark::panda_file::ClassIdxIterator
359 using iterator_category = std::random_access_iterator_tag; typedef in panda::panda_file::ClassIdxIterator
534 using iterator_category = std::forward_iterator_tag; member