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/
H A Diterator_traits.hpp28 typename It::reference, typename It::iterator_category >>
34 using iterator_category = typename It::iterator_category;
53 using iterator_category = std::random_access_iterator_tag;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A 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,
H A 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;
[all...]
H A DDenseSet.h115 using iterator_category = std::forward_iterator_tag;
141 using iterator_category = std::forward_iterator_tag;
/third_party/json/tests/src/
H A Dunit-user_defined_input.cpp92 using iterator_category = std::input_iterator_tag;
118 CHECK(std::is_same<MyIterator::iterator_category, std::input_iterator_tag>::value);
H A Dunit-concepts.cpp36 CHECK((std::is_base_of<std::forward_iterator_tag, typename std::iterator_traits<json::iterator>::iterator_category>::value));
43 CHECK((std::is_base_of<std::forward_iterator_tag, typename std::iterator_traits<json::const_iterator>::iterator_category>::value));
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/
H A 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/
H A Dtemplate_util.h35 std::void_t<typename std::iterator_traits<T>::iterator_category>>
H A Dvalue_iterators.h32 using iterator_category = std::bidirectional_iterator_tag;
76 using iterator_category = std::bidirectional_iterator_tag;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A 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/
H A Dcordz_sample_token.h62 using iterator_category = std::input_iterator_tag;
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A 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/SPIRV-Tools/source/opt/
H A Diterator.h35 using iterator_category = std::random_access_iterator_tag;
176 using iterator_category = typename SubIterator::iterator_category;
/third_party/spirv-tools/source/opt/
H A Diterator.h35 using iterator_category = std::random_access_iterator_tag;
176 using iterator_category = typename SubIterator::iterator_category;
/third_party/node/deps/v8/src/base/
H A Diterator.h16 using iterator_category = Category;
H A Dthreaded-list.h137 using iterator_category = std::forward_iterator_tag;
184 using iterator_category = std::forward_iterator_tag;
/third_party/node/deps/v8/src/objects/
H A Dslots-atomic-inl.h78 using iterator_category = std::random_access_iterator_tag;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A Diterator.h155 typename std::iterator_traits<WrappedIteratorT>::iterator_category,
250 typename std::iterator_traits<WrappedIteratorT>::iterator_category,
H A DSTLExtras.h104 typedef typename std::iterator_traits<RootIt>::iterator_category
105 iterator_category; typedef in llvm::mapped_iterator
256 WrappedIteratorT>::iterator_category>::type> {
261 typename std::iterator_traits<WrappedIteratorT>::iterator_category>::
/third_party/node/deps/v8/src/compiler/
H A 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;
H A Dnode-aux-data.h65 using iterator_category = std::forward_iterator_tag;
/third_party/mesa3d/src/gallium/frontends/clover/util/
H A Dadaptor.hpp46 typedef std::forward_iterator_tag iterator_category; typedef in clover::detail::iterator_adaptor
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dbasic_block.h144 using iterator_category = std::forward_iterator_tag;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dbasic_block.h144 using iterator_category = std::forward_iterator_tag;
/third_party/vk-gl-cts/framework/common/
H A DtcuRandomValueIterator.hpp61 using iterator_category = std::forward_iterator_tag;

Completed in 16 milliseconds

12345