Searched refs:iterator_difference (Results 1 – 25 of 35) sorted by relevance
12
/third_party/boost/boost/iterator/ |
D | distance.hpp | 19 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
|
D | iterator_traits.hpp | 40 struct iterator_difference struct 56 using iterators::iterator_difference;
|
D | iterator_facade.hpp | 423 iterator_difference<I1> 427 , iterator_difference<I1> 428 , iterator_difference<I2>
|
D | counting_iterator.hpp | 99 , iterator_difference<Incrementable>
|
D | zip_iterator.hpp | 177 typedef typename iterator_difference<
|
D | iterator_adaptor.hpp | 202 Difference, iterator_difference<Base>
|
/third_party/boost/boost/python/ |
D | slice.hpp | 108 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/ |
D | strided.hpp | 31 , 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
|
D | indexed.hpp | 125 typename iterator_difference<Iter>::type 168 typename iterator_difference<Iter>::type 180 typename iterator_difference<wrapped>::type
|
/third_party/boost/boost/xpressive/detail/utility/ |
D | boyer_moore.hpp | 100 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/ |
D | lookbehind_matcher.hpp | 62 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/ |
D | finder.hpp | 104 typedef typename iterator_difference<BidiIter>::type diff_type; 151 typedef typename iterator_difference<BidiIter>::type diff_type;
|
D | sub_match_vector.hpp | 71 typedef typename iterator_difference<BidiIter>::type difference_type;
|
/third_party/boost/boost/range/ |
D | difference_type.hpp | 35 : iterator_difference<
|
/third_party/boost/boost/geometry/index/detail/ |
D | varray_detail.hpp | 225 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/ |
D | iterator.hpp | 25 typename boost::iterator_difference<Iterator>::type,
|
/third_party/boost/libs/spirit/example/lex/static_lexer/ |
D | word_count_lexer_tokens.hpp | 24 struct result : boost::iterator_difference<Iterator1> {};
|
/third_party/boost/boost/range/detail/ |
D | difference_type.hpp | 44 …typedef BOOST_RANGE_DEDUCED_TYPENAME boost::iterator_difference< BOOST_DEDUCED_TYPENAME P::first_t…
|
/third_party/boost/boost/numeric/ublas/ |
D | matrix_vector.hpp | 119 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/ |
D | iterator_traits.qbk | 39 struct iterator_difference
|
/third_party/boost/libs/spirit/example/lex/ |
D | word_count_lexer.cpp | 63 struct result : boost::iterator_difference<Iterator1> {};
|
/third_party/boost/libs/iterator/doc/ |
D | distance.rst | 26 constexpr typename iterator_difference<Iterator>::type
|
D | iterator_traits.rst | 64 struct iterator_difference
|
/third_party/boost/boost/xpressive/ |
D | regex_iterator.hpp | 101 typedef typename iterator_difference<BidiIter>::type difference_type;
|
/third_party/boost/boost/ptr_container/detail/ |
D | void_ptr_iterator.hpp | 38 typedef BOOST_DEDUCED_TYPENAME iterator_difference<VoidIter>::type
|
12