Searched refs:ccont (Results 1 – 2 of 2) sorted by relevance
94 const Map &ccont( cont );103 REQUIRE_MESSAGE( ccont.size( ) == 1, "Concurrent container size incorrect" );109 REQUIRE_MESSAGE( ccont.at( 1 ) == 2, "Concurrent container value incorrect" );173 const MultiMap &ccont( cont );442 const T &ccont(cont);456 …REQUIRE_MESSAGE(ccont.begin() == ccont.end(), "Concurrent container iterators are invalid after co…464 test_empty_container_range<const_range_type>(ccont);551 T newcont = ccont;632 newcont = ccont;645 REQUIRE(!ccont.range().empty());[all …]
72 const Container& ccont = cont; in test_ordered_methods() local106 typename Container::const_range_type ccont_range = ccont.range(); in test_ordered_methods()117 const_iterator cl_bound = ccont.lower_bound(key); in test_ordered_methods()118 const_iterator cu_bound = ccont.upper_bound(key); in test_ordered_methods()