Home
last modified time | relevance | path

Searched defs:increment (Results 1 – 6 of 6) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/iterator/
Dinput_iterator_facade.hpp81 void increment() in increment() function in boost::unit_test::input_iterator_facade
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
Dreverse_iterator.hpp45 void increment() { --this->base_reference(); } in increment() function in boost::reverse_iterator
Diterator_adaptor.hpp333 void increment() { ++m_iterator; } in increment() function in boost::iterator_adaptor
Diterator_facade.hpp518 static void increment(Facade& f) in increment() function in boost::iterator_core_access
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dprogress.hpp102 unsigned long operator+=( unsigned long increment ) in operator +=()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dmemory.cpp22 increment(T& t) _NOEXCEPT in increment() function