/third_party/boost/libs/iterator/example/ |
D | node_iterator2.hpp | 33 template <class OtherValue> 35 node_iter<OtherValue> const& other in node_iter() 38 boost::is_convertible<OtherValue*,Value*> in node_iter() 51 template <class OtherValue> 52 bool equal(node_iter<OtherValue> const& other) const in equal()
|
D | node_iterator3.hpp | 38 template <class OtherValue> 40 node_iter<OtherValue> const& other in node_iter() 43 boost::is_convertible<OtherValue*,Value*> in node_iter()
|
/third_party/boost/boost/geometry/iterators/detail/segment_iterator/ |
D | range_segment_iterator.hpp | 136 typename OtherValue, 142 OtherValue, in range_segment_iterator() argument 149 OtherRange, OtherValue, OtherReference in range_segment_iterator() 179 typename OtherValue, 185 OtherValue, in equal() argument
|
/third_party/boost/boost/geometry/iterators/ |
D | concatenate_iterator.hpp | 66 typename OtherValue, 73 OtherValue, in concatenate_iterator() argument 109 typename OtherValue, 116 OtherValue, in equal() argument
|
D | flatten_iterator.hpp | 77 typename OtherValue, 85 OtherValue, in flatten_iterator() argument 166 typename OtherValue, 175 OtherValue, in equal() argument
|
/third_party/boost/boost/geometry/views/detail/boundary_view/ |
D | implementation.hpp | 110 typename OtherValue, 117 OtherValue, in polygon_rings_iterator() argument 138 typename OtherValue, 162 typename OtherValue, 169 OtherValue, in equal() argument 191 typename OtherValue, 198 OtherValue, in distance_to() argument
|
/third_party/boost/boost/range/detail/ |
D | any_iterator.hpp | 278 class OtherValue 348 class OtherValue 354 OtherValue, in any_iterator() 379 class OtherValue 385 OtherValue in any_iterator() 415 class OtherValue 421 OtherValue in any_iterator()
|
/third_party/boost/boost/proto/transform/ |
D | env.hpp | 123 template<typename OtherKey, typename OtherValue = key_not_found> 128 , typename Base::template lookup<OtherKey, OtherValue> 133 template<typename OtherKey, typename OtherValue = key_not_found> 135 : Base::template lookup<OtherKey, OtherValue> 139 template<typename OtherValue> 140 struct lookup<Key, OtherValue>
|
D | impl.hpp | 39 template<typename OtherTag, typename OtherValue = key_not_found> 42 typedef OtherValue type; 44 typename add_reference<typename add_const<OtherValue>::type>::type
|
/third_party/boost/boost/iterator/ |
D | transform_iterator.hpp | 110 , class OtherValue> 112 transform_iterator<OtherUnaryFunction, OtherIterator, OtherReference, OtherValue> const& t in transform_iterator()
|
/third_party/boost/boost/range/ |
D | any_range.hpp | 135 class OtherValue 141 OtherValue in any_range()
|
/third_party/boost/libs/range/doc/reference/ranges/ |
D | any_range.qbk | 87 class OtherValue 93 OtherValue
|
/third_party/boost/libs/iterator/doc/quickbook/ |
D | facade_tutorial.qbk | 394 template <class OtherValue> 395 node_iter(node_iter<OtherValue> const& other) 402 template <class OtherValue> 403 bool equal(node_iter<OtherValue> const& other) const 473 template <class OtherValue> 475 node_iter<OtherValue> const& other 477 boost::is_convertible<OtherValue*,Value*>
|
D | adaptor.qbk | 266 template <class OtherValue> 268 node_iter<OtherValue> const& other 270 boost::is_convertible<OtherValue*,Value*>
|
/third_party/boost/libs/iterator/doc/ |
D | iterator_facade_tutorial.rst | 410 template <class OtherValue> 411 node_iter(node_iter<OtherValue> const& other) 418 template <class OtherValue> 419 bool equal(node_iter<OtherValue> const& other) const 490 template <class OtherValue> 492 node_iter<OtherValue> const& other 494 boost::is_convertible<OtherValue*,Value*>
|
D | iterator_adaptor_tutorial.rst | 71 template <class OtherValue> 73 node_iter<OtherValue> const& other 75 boost::is_convertible<OtherValue*,Value*>
|