Home
last modified time | relevance | path

Searched defs:range_iterator (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/boost/range/
Diterator.hpp34 struct range_iterator struct
39 range_mutable_iterator<C> >::type type;
43 struct range_iterator< C, void(T[]) > struct
45 typedef T* type;
50 struct range_iterator struct
54 range_detail_vc7_1::range_iterator<C>::type type;
/third_party/boost/libs/range/test/
Dcompat3.cpp23 struct range_iterator<Container> struct
33 struct range_iterator<String> struct
46 typedef BOOST_DEDUCED_TYPENAME range_iterator<Container>:: template pts<C>::type type; argument
Dcompat2.cpp23 struct range_iterator<Container> struct
33 struct range_iterator<String> argument
46 …typedef BOOST_DEDUCED_TYPENAME range_iterator<Container>::BOOST_NESTED_TEMPLATE pts<C>::type type; argument
Dextension_size.cpp166 template<> struct range_iterator<const ::boost_range_extension_size_test::FooWithoutSize> struct
168 typedef std::list<int>::const_iterator type;
171 template<> struct range_iterator< ::boost_range_extension_size_test::FooWithoutSize> struct
173 typedef std::list<int>::iterator type;
/third_party/boost/libs/range/doc/
Dexample.cpp44 struct range_iterator< Foo::Pair<T> > struct
46 typedef T type;
/third_party/boost/libs/geometry/test/algorithms/detail/sections/
Drange_by_section.cpp53 >::type range_iterator; in test_sectionalize() typedef
/third_party/boost/boost/geometry/strategies/agnostic/
Dhull_graham_andrew.hpp244 >::type range_iterator; in apply() typedef
/third_party/boost/boost/geometry/algorithms/detail/
Dextreme_points.hpp123 typedef typename boost::range_iterator<Ring const>::type range_iterator; typedef
/third_party/boost/boost/histogram/
Dindexed.hpp54 using range_iterator [[deprecated("use iterator instead")]] = iterator; ///< deprecated typedef in boost::histogram::indexed_range
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp150 using range_iterator = SmallVectorImpl<MemsetRange>::iterator; typedef in __anona807a50c0211::MemsetRanges
/third_party/python/Lib/
D_collections_abc.py50 range_iterator = type(iter(range(0))) variable