Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iterator/
H A Dreverse_iterator.hpp44 Iterator it = this->base_reference(); in dereference()
49 void increment() { --this->base_reference(); } in increment()
50 void decrement() { ++this->base_reference(); } in decrement()
54 this->base_reference() -= n; in advance()
61 return this->base_reference() - y.base(); in distance_to()
H A Dfilter_iterator.hpp90 ++(this->base_reference()); in increment()
96 while(!this->m_predicate(*--(this->base_reference()))){}; in decrement()
102 ++(this->base_reference()); in satisfy_predicate()
H A Diterator_adaptor.hpp282 Base const& base_reference() const in base_reference() function in boost::iterators::iterator_adaptor
285 Base& base_reference() in base_reference() function in boost::iterators::iterator_adaptor
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/iterators/
H A Dever_circling_iterator.hpp53 this->base_reference() = begin; in ever_circling_iterator()
62 this->base_reference() = start; in ever_circling_iterator()
69 this->base_reference() = it; in moveto()
77 (this->base_reference())++; in increment()
85 this->base_reference() = this->m_begin; in check_end()