Home
last modified time | relevance | path

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

/third_party/boost/libs/container/test/
Dcontainer_common_tests.hpp48 const typename Container::size_type sz_div_2 = c.size()/2; in test_nth_index_of() local
49 it = c.nth(sz_div_2); in test_nth_index_of()
51 cit = (as_const)(c).nth(sz_div_2); in test_nth_index_of()
54 if(it != (c.begin()+sz_div_2)) in test_nth_index_of()
56 if(cit != (c.cbegin()+sz_div_2)) in test_nth_index_of()
58 if(sz != sz_div_2) in test_nth_index_of()
60 if(csz != sz_div_2) in test_nth_index_of()