Home
last modified time | relevance | path

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

12345

/third_party/json/include/nlohmann/detail/iterators/
Diterator_traits.hpp28 typename It::reference, typename It::iterator_category >>
34 using iterator_category = typename It::iterator_category; typedef
53 using iterator_category = std::random_access_iterator_tag; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
Diterator.h193 typename std::iterator_traits<WrappedIteratorT>::iterator_category,
289 typename std::iterator_traits<WrappedIteratorT>::iterator_category,
313 typename std::iterator_traits<WrappedIteratorT>::iterator_category,
347 typename std::iterator_traits<ItType>::iterator_category, NodeRef,
351 typename std::iterator_traits<ItType>::iterator_category, NodeRef,
DSTLExtras.h214 typename std::iterator_traits<ItTy>::iterator_category,
313 WrappedIteratorT>::iterator_category>::type> {
319 WrappedIteratorT>::iterator_category>::type>;
405 typename std::iterator_traits<IterT>::iterator_category>::value>::type;
539 Iters>::iterator_category...>::type,
629 using iterator_category = typename iterator::iterator_category;
707 typename std::iterator_traits<Iters>::iterator_category...>::type,
765 using iterator_category = typename iterator::iterator_category;
1165 Range.begin())>::iterator_category,
1548 decltype(Begin)>::type>::iterator_category,
[all …]
DDenseSet.h115 using iterator_category = std::forward_iterator_tag; variable
141 using iterator_category = std::forward_iterator_tag; variable
/third_party/json/tests/src/
Dunit-user_defined_input.cpp92 using iterator_category = std::input_iterator_tag; typedef
118 CHECK(std::is_same<MyIterator::iterator_category, std::input_iterator_tag>::value);
Dunit-concepts.cpp36 …::forward_iterator_tag, typename std::iterator_traits<json::iterator>::iterator_category>::value));
43 …ard_iterator_tag, typename std::iterator_traits<json::const_iterator>::iterator_category>::value));
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/
Dalgorithm.h108 typename std::iterator_traits<InputIter1>::iterator_category{}, in equal()
109 typename std::iterator_traits<InputIter2>::iterator_category{}); in equal()
/third_party/gn/src/base/
Dvalue_iterators.h32 using iterator_category = std::bidirectional_iterator_tag; variable
76 using iterator_category = std::bidirectional_iterator_tag; variable
Dtemplate_util.h35 std::void_t<typename std::iterator_traits<T>::iterator_category>>
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Diterator.h35 using iterator_category = std::random_access_iterator_tag;
176 using iterator_category = typename SubIterator::iterator_category;
/third_party/spirv-tools/source/opt/
Diterator.h35 using iterator_category = std::random_access_iterator_tag;
176 using iterator_category = typename SubIterator::iterator_category;
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Diterator.h35 using iterator_category = std::random_access_iterator_tag;
176 using iterator_category = typename SubIterator::iterator_category;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopIterator.h48 typename std::iterator_traits<succ_iterator>::iterator_category,
52 typename std::iterator_traits<succ_iterator>::iterator_category,
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcordz_sample_token.h62 using iterator_category = std::input_iterator_tag;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Diterator.h155 typename std::iterator_traits<WrappedIteratorT>::iterator_category,
250 typename std::iterator_traits<WrappedIteratorT>::iterator_category,
DSTLExtras.h104 typedef typename std::iterator_traits<RootIt>::iterator_category
105 iterator_category; typedef
256 WrappedIteratorT>::iterator_category>::type> {
261 typename std::iterator_traits<WrappedIteratorT>::iterator_category>::
/third_party/node/deps/v8/src/base/
Dthreaded-list.h137 using iterator_category = std::forward_iterator_tag;
184 using iterator_category = std::forward_iterator_tag;
Diterator.h16 using iterator_category = Category; member
/third_party/rust/crates/cxx/book/src/binding/
Dvec.md69 # using iterator_category = std::random_access_iterator_tag;
100 # using iterator_category = std::random_access_iterator_tag;
/third_party/node/deps/v8/src/objects/
Dslots-atomic-inl.h78 using iterator_category = std::random_access_iterator_tag; variable
/third_party/mesa3d/src/gallium/frontends/clover/util/
Dadaptor.hpp46 typedef std::forward_iterator_tag iterator_category; typedef in clover::detail::iterator_adaptor
/third_party/node/deps/v8/src/compiler/
Dnode.h489 using iterator_category = std::forward_iterator_tag;
548 using iterator_category = std::forward_iterator_tag;
644 using iterator_category = std::forward_iterator_tag;
Dnode-aux-data.h65 using iterator_category = std::forward_iterator_tag;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dbasic_block.h144 using iterator_category = std::forward_iterator_tag;
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dbasic_block.h144 using iterator_category = std::forward_iterator_tag;

12345