Lines Matching refs:get

62     static strip_key get( const Value& value ) { return strip_key(value.second); }  in get()  function
78 static Key get( const Key& value ) { return value; }
113 …REQUIRE_MESSAGE((it != cont.end( ) && Value<Map>::get( *(it) ) == 2), "Element with key 1 not prop…
248 REQUIRE_MESSAGE(Value<Container>::get(*ins.first) == k1, "Element 1 has not been inserted");
252 REQUIRE_MESSAGE(Value<Container>::get(*it2) == k2, "Element 2 has not been inserted");
327 sum.second += Value<Container>::get(*i);
480 …REQUIRE_MESSAGE((ins.second == true && Value<T>::get(*(ins.first)) == 1), "Element 1 has not been …
496 …REQUIRE_MESSAGE((ins2.second == true && Value<T>::get(*(ins2.first)) == 1), "Element 1 has not bee…
507 …REQUIRE_MESSAGE((it != cont.end() && Value<T>::get(*it) == 1), "Element 1 has not been found prope…
512 REQUIRE_MESSAGE((Value<T>::get(*it) == 1), "Element 1 has not been found properly");
532 …REQUIRE_MESSAGE((it != cont.end() && Value<T>::get(*it) == 1), "Element 1 has not been found prope…
539 …REQUIRE_MESSAGE((it != cont.end() && Value<T>::get(*(it)) == 1), "Element 1 has not been found pro…
548 REQUIRE_MESSAGE((Value<T>::get(*it2) == 2), "Element 2 has not been inserted properly");
602 REQUIRE_MESSAGE((Value<T>::get(*it) == 1), "value");
606 REQUIRE_MESSAGE(Value<T>::get(*it) == 1, "Element 1 has not been found properly");
610 …REQUIRE_MESSAGE((it != newcont.end() && Value<T>::get(*it) == 2), "Element 2 has not been found pr…
614 REQUIRE_MESSAGE(Value<T>::get(*it) == 2, "Element 2 has not been found properly");
623 …REQUIRE_MESSAGE((it != newcont.end() && Value<T>::get(*it) == 1), "Element 1 has not been found pr…
627 …REQUIRE_MESSAGE((it != newcont.end() && Value<T>::get(*it) == 2), "Element 2 has not been found pr…
641 …REQUIRE_MESSAGE((ins3.second == true && Value<T>::get(*(ins3.first)) == i), "Element 1 has not bee…
689 REQUIRE_MESSAGE((Value<Container>::get(*(pib.first)) == val),
701 REQUIRE_MESSAGE((Value<Container>::get(*(pib.first)) == val),
713 … REQUIRE_MESSAGE(Value<Container>::get(*my_table.find(1)) == 1, "Element not properly inserted");
718 … REQUIRE_MESSAGE(Value<Container>::get(*my_table.find(i)) == i, "Element i not properly inserted");
719 …REQUIRE_MESSAGE(Value<Container>::get(*my_table.find(i + 2)) == i + 2, "Element i + 2 not properly…
720 …REQUIRE_MESSAGE(Value<Container>::get(*my_table.find(i + 4)) == i + 4, "Element i + 4 not properly…
725 …REQUIRE_MESSAGE(Value<Container>::get(*(pib.first)) == (my_asymptotic ? 1 : i), "Element not prope…
735 … REQUIRE_MESSAGE(Value<Container>::get(*it) == i, "Element not properly inserted");
757 REQUIRE(k == Value<Container>::get(*i));
979 operator pointer() const { return this->get(); }