Searched refs:append_move (Results 1 - 1 of 1) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/iterator/
H A Dtoken_iterator.hpp146 static void append_move( Iterator& b, Token& ) { ++b; } function in struct:boost::unit_test::ut_detail::token_assigner
157 static void append_move( Iterator& b, Token& t ) { t += *b; ++b; } function in struct:boost::unit_test::ut_detail::token_assigner
235 Assigner::append_move( begin, this->m_value );
237 Assigner::append_move( begin, this->m_value );
240 Assigner::append_move( begin, this->m_value );
255 Assigner::append_move( begin, this->m_value );
266 Assigner::append_move( begin, this->m_value );

Completed in 60 milliseconds