Lines Matching refs:second

227         a->second.set_value( i*i );  in FillTable()
241 CHECK_FAST(a->second.value_of()==i*i); in CheckTable()
410 data.set_value(0); a->second = data; in TestIteratorsAndRanges()
412 data.set_value(5*5); a->second = data; in TestIteratorsAndRanges()
614 CHECK_FAST((*a).second == next); in apply()
615 CHECK_FAST((*a).second.state == StateTrackableBase::MoveInitialized); in apply()
625 CHECK_FAST((*a).second == i + 1); in apply_impl()
626 CHECK_FAST((*a).second.state == StateTrackableBase::DirectInitialized); in apply_impl()
661 (*a).second.set_value(i*i); in apply()
663 a->second.set_value(i*i); in apply()
668 CHECK_FAST((*a).second.value_of()==i*i); in apply()
672 CHECK_FAST(ca->second.value_of()==i*i); in apply()
687 CHECK_FAST(ca->second.value_of()==i*i); in apply()
688 CHECK_FAST((*ca).second.value_of()==i*i); in apply()
690 ca->second.set_value( ~ca->second.value_of() ); in apply()
692 (*ca).second.set_value( ~ca->second.value_of() ); in apply()
709 CHECK_FAST(ca->second.value_of()==~(i*i)); in apply()
710 CHECK_FAST((*ca).second.value_of()==~(i*i)); in apply()
759 CHECK_FAST((cer.first == er.first && cer.second == er.second)); in TraverseTable()
761 CHECK_FAST(std::distance(cer.first, cer.second) == 1); in TraverseTable()
842 real_ca->second.value_of(); // check the state while holding accessor in operator ()()
990 a->second.set_value( 1 ); in operator ()()
992 a->second.set_value( a->second.value_of()+1 ); in operator ()()
993 k = a->second.value_of(); in operator ()()
1377 REQUIRE(regular_result.second == chmap.end()); in test_heterogeneous_equal_range()
1387 REQUIRE(regular_const_result.second == cchmap.end()); in test_heterogeneous_equal_range()
1399 REQUIRE(regular_result.second == chmap.end()); in test_heterogeneous_equal_range()
1428 …REQUIRE_MESSAGE(cacc->second.value() == DefaultConstructibleValue::default_value, "Value should be… in test_heterogeneous_insert()
1435 …REQUIRE_MESSAGE(cacc->second.value() == DefaultConstructibleValue::default_value, "Value should be… in test_heterogeneous_insert()
1442 …REQUIRE_MESSAGE(acc->second.value() == DefaultConstructibleValue::default_value, "Value should be … in test_heterogeneous_insert()
1449 …REQUIRE_MESSAGE(acc->second.value() == DefaultConstructibleValue::default_value, "Value should be … in test_heterogeneous_insert()