Home
last modified time | relevance | path

Searched refs:OtherDerivedT (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/spirit/home/classic/iterator/
Dfixed_size_queue.hpp85 typename OtherDerivedT, typename OtherIteratorT,
88 bool equal(iterator_adaptor<OtherDerivedT, OtherIteratorT, V, C, R, D>
92 static_cast<OtherDerivedT const &>(x).get_position();
97 typename OtherDerivedT, typename OtherIteratorT,
101 iterator_adaptor<OtherDerivedT, OtherIteratorT, V, C, R, D>
107 static_cast<OtherDerivedT const &>(x).get_position();
Dposition_iterator.hpp282 typename OtherDerivedT, typename OtherIteratorT,
285 bool equal(iterator_adaptor<OtherDerivedT, OtherIteratorT, V, C, R, D>
288 OtherDerivedT const &rhs = static_cast<OtherDerivedT const &>(x);
Dfile_iterator.hpp209 typename OtherDerivedT, typename OtherIteratorT,
213 iterator_adaptor<OtherDerivedT, OtherIteratorT, V, C, R, D> in distance_to() argument
/third_party/boost/boost/wave/util/
Dunput_queue_iterator.hpp101 typename OtherDerivedT, typename OtherIteratorT,
105 boost::iterator_adaptor<OtherDerivedT, OtherIteratorT, V, C, R, D> in equal() argument
110 OtherDerivedT const &rhs = static_cast<OtherDerivedT const &>(x); in equal()