Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
Dreverse_iterator.hpp45 void increment() { --this->base_reference(); } in increment()
46 void decrement() { ++this->base_reference(); } in decrement()
50 this->base_reference() += -n; in advance()
57 return this->base_reference() - y.base(); in distance_to()
Diterator_adaptor.hpp292 Base const& base_reference() const in base_reference() function in boost::iterator_adaptor
295 Base& base_reference() in base_reference() function in boost::iterator_adaptor