HomeSort by relevance Sort by last modified time
    Searched full:append_move (Results 1 - 1 of 1) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/iterator/
token_iterator.hpp 146 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 263 milliseconds