Home
last modified time | relevance | path

Searched defs:decrement (Results 1 – 4 of 4) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
Dreverse_iterator.hpp46 void decrement() { ++this->base_reference(); } in decrement() function in boost::reverse_iterator
Diterator_adaptor.hpp335 void decrement() in decrement() function in boost::iterator_adaptor
Diterator_facade.hpp524 static void decrement(Facade& f) in decrement() function in boost::iterator_core_access
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dmemory.cpp29 decrement(T& t) _NOEXCEPT in decrement() function