Searched refs:ccont (Results 1 – 2 of 2) sorted by relevance
356 Container const& ccont = cont; in template_methods() local357 CPPUNIT_ASSERT( ccont.find(2) != ccont.end() ); in template_methods()358 CPPUNIT_ASSERT( ccont.lower_bound(2) != ccont.end() ); in template_methods()359 CPPUNIT_ASSERT( ccont.upper_bound(2) != ccont.end() ); in template_methods()360 CPPUNIT_ASSERT( ccont.equal_range(2) != make_pair(ccont.end(), ccont.end()) ); in template_methods()381 Container const& ccont = cont; in template_methods() local382 CPPUNIT_ASSERT( ccont.find(2) != ccont.end() ); in template_methods()383 CPPUNIT_ASSERT( ccont.lower_bound(2) != ccont.end() ); in template_methods()384 CPPUNIT_ASSERT( ccont.upper_bound(2) != ccont.end() ); in template_methods()385 CPPUNIT_ASSERT( ccont.equal_range(2) != make_pair(ccont.begin(), ccont.end()) ); in template_methods()[all …]
586 Container const& ccont = cont; in template_methods() local587 CPPUNIT_ASSERT( ccont.find(2) != ccont.end() ); in template_methods()588 CPPUNIT_ASSERT( ccont.bucket(2) == ccont.bucket(2) ); in template_methods()589 CPPUNIT_ASSERT( ccont.equal_range(2) != make_pair(ccont.begin(), ccont.end()) ); in template_methods()607 Container const& ccont = cont; in template_methods() local608 CPPUNIT_ASSERT( ccont.find(2) != ccont.end() ); in template_methods()609 CPPUNIT_ASSERT( ccont.bucket(2) == ccont.bucket(2) ); in template_methods()610 CPPUNIT_ASSERT( ccont.equal_range(2) != make_pair(ccont.begin(), ccont.end()) ); in template_methods()627 Container const& ccont = cont; in template_methods() local628 CPPUNIT_ASSERT( ccont.find(2) != ccont.end() ); in template_methods()[all …]