Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Dtest_tools.hpp633 equal_coll_impl( Left left_begin, Left left_end, Right right_begin, Right right_end ) in equal_coll_impl() argument
638 … for( ; left_begin != left_end && right_begin != right_end; ++left_begin, ++right_begin, ++pos ) { in equal_coll_impl()
639 if( *left_begin != *right_begin ) { in equal_coll_impl()
641 ….message() << "\nMismatch in a position " << pos << ": " << *left_begin << " != " << *right_begin; in equal_coll_impl()
656 if( right_begin != right_end ) { in equal_coll_impl()
658 while( right_begin != right_end ) { in equal_coll_impl()
660 ++right_begin; in equal_coll_impl()