Home
last modified time | relevance | path

Searched defs:iterator_range (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/boost/fusion/view/iterator_range/
Diterator_range.hpp37 struct iterator_range : sequence_base<iterator_range<First, Last> > struct
39 typedef typename convert_iterator<First>::type begin_type;
40 typedef typename convert_iterator<Last>::type end_type;
41 typedef iterator_range_tag fusion_tag;
42 typedef fusion_sequence_tag tag; // this gets picked up by MPL
43 typedef mpl::true_ is_view;
45 typedef typename traits::category_of<begin_type>::type category;
48 iterator_range(First const& in_first, Last const& in_last) in iterator_range() function
52 begin_type first;
53 end_type last;
/third_party/boost/boost/mpl/
Diterator_range.hpp28 struct iterator_range struct
30 typedef iterator_range_tag tag;
31 typedef iterator_range type;
32 typedef First begin;
33 typedef Last end;
/third_party/boost/boost/python/object/
Diterator.hpp41 struct iterator_range struct
45 typedef boost::detail::iterator_traits<Iterator> traits_t;
47 struct next
71 typedef next next_fn;
73 object m_sequence; // Keeps the sequence alive while iterating.
74 Iterator m_start;
75 Iterator m_finish;
219 inline iterator_range<NextPolicies,Iterator>::iterator_range( in iterator_range() function in boost::python::objects::iterator_range
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
Diterator_range.h38 iterator_range(Container &&c) in iterator_range() function
41 iterator_range(IteratorT begin_iterator, IteratorT end_iterator) in iterator_range() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Diterator_range.h39 iterator_range(Container &&c) in iterator_range() function
42 iterator_range(IteratorT begin_iterator, IteratorT end_iterator) in iterator_range() function
/third_party/boost/libs/mpl/doc/src/refmanual/
Diterator_range.rst3 iterator_range title
/third_party/boost/boost/range/
Diterator_range_core.hpp434 class iterator_range class
478 iterator_range() in iterator_range() function in boost::iterator_range
483 iterator_range(Iterator first, Iterator last) in iterator_range() function in boost::iterator_range
489 iterator_range( in iterator_range() function in boost::iterator_range
500 iterator_range( in iterator_range() function in boost::iterator_range
511 iterator_range(const SinglePassRange& r, in iterator_range() function in boost::iterator_range
518 iterator_range(SinglePassRange& r, in iterator_range() function in boost::iterator_range
/third_party/boost/libs/spirit/test/lex/
Dregression_wide.cpp71 typedef boost::iterator_range<wstring_type::iterator> iterator_range; in operator ()() typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h124 using iterator_range = llvm::iterator_range<typename UnitVector::iterator>; variable