Searched refs:iterator_category (Results 1 – 4 of 4) sorted by relevance
/art/libartbase/base/ |
D | transform_iterator.h | 44 typename std::iterator_traits<BaseIterator>::iterator_category>::value, 51 using iterator_category = typename std::iterator_traits<BaseIterator>::iterator_category; 83 typename std::iterator_traits<BaseIterator>::iterator_category>::value, 102 typename std::iterator_traits<BaseIterator>::iterator_category>::value, 110 typename std::iterator_traits<BaseIterator>::iterator_category>::value, 118 typename std::iterator_traits<BaseIterator>::iterator_category>::value, 126 typename std::iterator_traits<BaseIterator>::iterator_category>::value,
|
D | transform_iterator_test.cc | 49 vector_titer::iterator_category>::value, "category"); in TEST() 56 vector_ctiter::iterator_category>::value, "category"); in TEST() 63 vector_rtiter::iterator_category>::value, "category"); in TEST() 70 vector_crtiter::iterator_category>::value, "category"); in TEST() 152 list_titer::iterator_category>::value, "category"); in TEST() 159 list_ctiter::iterator_category>::value, "category"); in TEST() 166 list_rtiter::iterator_category>::value, "category"); in TEST() 173 list_crtiter::iterator_category>::value, "category"); in TEST() 216 flist_titer::iterator_category>::value, "category"); in TEST() 223 flist_ctiter::iterator_category>::value, "category"); in TEST() [all …]
|
D | hash_set.h | 40 using iterator_category = std::forward_iterator_tag;
|
/art/openjdkjvmti/ |
D | ti_redefine.cc | 200 using iterator_category = std::forward_iterator_tag; typedef in openjdkjvmti::ObsoleteMap::ObsoleteMapIter
|