Home
last modified time | relevance | path

Searched refs:iterator_difference (Results 1 – 25 of 35) sorted by relevance

12

/third_party/boost/boost/iterator/
Ddistance.hpp19 inline BOOST_CXX14_CONSTEXPR typename iterator_difference<SinglePassIterator>::type
26 typename iterator_difference<SinglePassIterator>::type n = 0; in distance_impl()
35 inline BOOST_CXX14_CONSTEXPR typename iterator_difference<RandomAccessIterator>::type
48 inline BOOST_CXX14_CONSTEXPR typename iterator_difference<SinglePassIterator>::type
Diterator_traits.hpp40 struct iterator_difference struct
56 using iterators::iterator_difference;
Diterator_facade.hpp423 iterator_difference<I1>
427 , iterator_difference<I1>
428 , iterator_difference<I2>
Dcounting_iterator.hpp99 , iterator_difference<Incrementable>
Dzip_iterator.hpp177 typedef typename iterator_difference<
Diterator_adaptor.hpp202 Difference, iterator_difference<Base>
/third_party/boost/boost/python/
Dslice.hpp108 typename iterator_difference<RandomAccessIterator>::type step;
121 typedef typename iterator_difference<RandomAccessIterator>::type difference_type; in get_indices()
214 typename iterator_difference<RandomAccessIterator>::type final_dist = in get_indices()
/third_party/boost/boost/range/adaptor/
Dstrided.hpp31 , typename iterator_difference<BaseIterator>::type
41 , typename iterator_difference<BaseIterator>::type
134 , typename iterator_difference<BaseIterator>::type
144 , typename iterator_difference<BaseIterator>::type
265 , typename iterator_difference<BaseIterator>::type
275 , typename iterator_difference<BaseIterator>::type
Dindexed.hpp125 typename iterator_difference<Iter>::type
168 typename iterator_difference<Iter>::type
180 typename iterator_difference<wrapped>::type
/third_party/boost/boost/xpressive/detail/utility/
Dboyer_moore.hpp100 typedef typename boost::iterator_difference<BidiIter>::type diff_type; in find_()
128 typedef typename boost::iterator_difference<BidiIter>::type diff_type; in find_nocase_()
156 typedef typename boost::iterator_difference<BidiIter>::type diff_type; in find_nocase_fold_()
/third_party/boost/boost/xpressive/detail/core/matcher/
Dlookbehind_matcher.hpp62 typedef typename iterator_difference<BidiIter>::type difference_type; in match_()
104 typedef typename iterator_difference<BidiIter>::type difference_type; in match_()
/third_party/boost/boost/xpressive/detail/core/
Dfinder.hpp104 typedef typename iterator_difference<BidiIter>::type diff_type;
151 typedef typename iterator_difference<BidiIter>::type diff_type;
Dsub_match_vector.hpp71 typedef typename iterator_difference<BidiIter>::type difference_type;
/third_party/boost/boost/range/
Ddifference_type.hpp35 : iterator_difference<
/third_party/boost/boost/geometry/index/detail/
Dvarray_detail.hpp225 typename boost::iterator_difference<I>::type d = std::distance(first, last); in copy_dispatch()
261 typename boost::iterator_difference<I>::type d = std::distance(first, last); in uninitialized_copy_dispatch()
299 typename boost::iterator_difference<I>::type d = std::distance(first, last); in uninitialized_move_dispatch()
356 typename boost::iterator_difference<I>::type d = std::distance(first, last); in move_dispatch()
394 typename boost::iterator_difference<BDI>::type d = std::distance(first, last); in move_backward_dispatch()
/third_party/boost/tools/quickbook/src/
Diterator.hpp25 typename boost::iterator_difference<Iterator>::type,
/third_party/boost/libs/spirit/example/lex/static_lexer/
Dword_count_lexer_tokens.hpp24 struct result : boost::iterator_difference<Iterator1> {};
/third_party/boost/boost/range/detail/
Ddifference_type.hpp44 …typedef BOOST_RANGE_DEDUCED_TYPENAME boost::iterator_difference< BOOST_DEDUCED_TYPENAME P::first_t…
/third_party/boost/boost/numeric/ublas/
Dmatrix_vector.hpp119 typedef typename boost::iterator_difference<iterator>::type difference_type;
272 typedef typename boost::iterator_difference<iterator>::type difference_type;
/third_party/boost/libs/iterator/doc/quickbook/
Diterator_traits.qbk39 struct iterator_difference
/third_party/boost/libs/spirit/example/lex/
Dword_count_lexer.cpp63 struct result : boost::iterator_difference<Iterator1> {};
/third_party/boost/libs/iterator/doc/
Ddistance.rst26 constexpr typename iterator_difference<Iterator>::type
Diterator_traits.rst64 struct iterator_difference
/third_party/boost/boost/xpressive/
Dregex_iterator.hpp101 typedef typename iterator_difference<BidiIter>::type difference_type;
/third_party/boost/boost/ptr_container/detail/
Dvoid_ptr_iterator.hpp38 typedef BOOST_DEDUCED_TYPENAME iterator_difference<VoidIter>::type

12