Home
last modified time | relevance | path

Searched refs:left_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 …res.message() << "\nMismatch in a position " << pos << ": " << *left_begin << " != " << *right_be… in equal_coll_impl()
645 if( left_begin != left_end ) { in equal_coll_impl()
647 while( left_begin != left_end ) { in equal_coll_impl()
649 ++left_begin; in equal_coll_impl()