Searched refs:iterator_reference (Results 1 – 24 of 24) sorted by relevance
/third_party/boost/boost/type_erasure/ |
D | iterator.hpp | 133 struct iterator_reference struct 140 struct iterator_reference< ::boost::use_default, ValueType> struct 151 dereferenceable<typename iterator_reference<Reference, ValueType>::type, T>, 156 typedef typename iterator_reference<Reference, ValueType>::type reference; 168 typedef typename iterator_reference<Reference, ValueType>::type reference; 190 typedef typename iterator_reference<Reference, ValueType>::type reference; 202 subscriptable<typename iterator_reference<Reference, ValueType>::type, T, DifferenceType> 206 typedef typename iterator_reference<Reference, ValueType>::type reference; 252 typename iterator_reference<Reference, ValueType>::type
|
/third_party/boost/boost/range/detail/ |
D | join_iterator.hpp | 138 !is_reference<typename iterator_reference<Iterator1>::type>::value 139 || !is_reference<typename iterator_reference<Iterator2>::type>::value, 142 typename iterator_reference<Iterator1>::type 148 typename iterator_reference<Iterator1>::type 153 typename iterator_reference<Iterator2>::type 159 typename iterator_reference<Iterator1>::type 163 typename iterator_reference<Iterator1>::type
|
D | any_iterator_wrapper.hpp | 59 typename iterator_reference<WrappedIterator>::type
|
/third_party/boost/boost/iterator/ |
D | zip_iterator.hpp | 89 typedef typename iterator_reference<iterator>::type type; 105 iterator_reference<mpl::_1> 115 typename iterator_reference<Iterator1>::type 116 , typename iterator_reference<Iterator2>::type
|
D | iterator_traits.hpp | 27 struct iterator_reference struct 54 using iterators::iterator_reference;
|
D | iterator_adaptor.hpp | 196 , iterator_reference<Base>
|
/third_party/boost/tools/quickbook/src/ |
D | iterator.hpp | 27 typename boost::iterator_reference<Iterator>::type> 44 typename boost::iterator_reference<Iterator>::type operator*() const in operator *()
|
D | values.hpp | 346 boost::iterator_reference<value::iterator>::type>
|
/third_party/boost/boost/range/adaptor/ |
D | strided.hpp | 30 , typename iterator_reference<BaseIterator>::type 40 , typename iterator_reference<BaseIterator>::type 133 , typename iterator_reference<BaseIterator>::type 143 , typename iterator_reference<BaseIterator>::type 264 , typename iterator_reference<BaseIterator>::type 274 , typename iterator_reference<BaseIterator>::type
|
D | indexed.hpp | 124 typename iterator_reference<Iter>::type,
|
/third_party/boost/boost/range/ |
D | reference.hpp | 25 struct range_reference : iterator_reference< typename range_iterator<T>::type >
|
D | iterator_range_core.hpp | 196 iterator_reference<IteratorT>::type reference;
|
/third_party/boost/boost/ |
D | indirect_reference.hpp | 35 , iterator_reference<P>
|
D | foreach.hpp | 400 : iterator_reference<BOOST_DEDUCED_TYPENAME foreach_iterator<T, C>::type>
|
/third_party/boost/boost/bimap/container_adaptor/ |
D | container_adaptor.hpp | 70 typedef BOOST_DEDUCED_TYPENAME iterator_reference< iterator >::type reference; 71 typedef BOOST_DEDUCED_TYPENAME iterator_reference< const_iterator >::type const_reference;
|
/third_party/boost/boost/archive/iterators/ |
D | xml_unescape.hpp | 41 typedef typename boost::iterator_reference<this_t> reference_type;
|
D | escape.hpp | 43 typedef typename boost::iterator_reference<Base>::type reference_type;
|
D | wchar_from_mb.hpp | 152 typename boost::iterators::iterator_reference<Base>::type c = *(this->base_reference()); in drain()
|
/third_party/boost/libs/iterator/doc/quickbook/ |
D | iterator_traits.qbk | 23 struct iterator_reference
|
/third_party/boost/libs/iterator/doc/ |
D | iterator_traits.rst | 47 struct iterator_reference
|
/third_party/boost/libs/range/doc/ |
D | upgrade.qbk | 16 due to `iterator_reference<Iter>::type` not being a reference. The suggested
|
/third_party/boost/boost/geometry/algorithms/detail/ |
D | calculate_point_order.hpp | 40 typename boost::iterators::iterator_reference<Iter>::type ref() const in ref()
|
/third_party/boost/libs/range/doc/reference/ |
D | semantics.qbk | 48 [`boost::iterator_reference<range_iterator<X>::type>::type`]
|
/third_party/boost/libs/unordered/test/unordered/ |
D | compile_tests.hpp | 565 typedef typename std::iterator_traits<iterator>::reference iterator_reference; in unordered_test() typedef 613 (boost::is_same<local_iterator_reference, iterator_reference>::value)); in unordered_test()
|