Lines Matching refs:second
84 a->second = my_value.second; in operator ()()
90 CHECK(utils::IsEqual()(ca->second, my_value.second)); in operator ()()
138 CHECK(utils::IsEqual()(ca->second, value.second)); in operator ()()
145 CHECK(utils::IsEqual()(ca->second, value.second)); in operator ()()
152 CHECK(utils::IsEqual()(a->second, value.second)); in operator ()()
159 CHECK(utils::IsEqual()(a->second, value.second)); in operator ()()
170 … CHECK((utils::IsEqual()( *r1_first_prev, value ) && utils::IsEqual()( r1.first, r1.second ))); in operator ()()
173 … CHECK((utils::IsEqual()( *r2_first_prev, value ) && utils::IsEqual()( r2.first, r2.second ))); in operator ()()
336 arrRefInt.push_back( ref_int_t( it->first, it->second ) ); in TestSpecificTypes()
342 arrIntRef.push_back( int_ref_t( it->first, it->second ) ); in TestSpecificTypes()
463 REQUIRE_MESSAGE(val.second == i * i, "Incorrect mapped in internal_fast_find return value"); in TestInternalFastFind()
625 CHECK(acc->second == i); in test_with_minimalistic_mutex()
635 CHECK(acc->second == i); in test_with_minimalistic_mutex()
645 CHECK(acc->second == i); in test_with_minimalistic_mutex()
668 REQUIRE_MESSAGE(acc->second == i, "Incorrect value"); in test_with_minimalistic_mutex()