Searched refs:is_state_predicate (Results 1 – 5 of 5) sorted by relevance
| /oneTBB/test/common/ |
| H A D | container_move_support.h | 497 … REQUIRE_MESSAGE(std::all_of(dst.begin(), dst.end(), is_state_predicate<Foo::MoveInitialized>()), in verify_content_deep_moved() 499 … REQUIRE_MESSAGE(std::all_of(source.begin(), source.end(), is_state_predicate<Foo::MovedFrom>()), in verify_content_deep_moved() 506 …td::all_of(dst.begin(), dst.begin() + number_of_constructed_items, is_state_predicate<Foo::MoveIni… in verify_part_of_content_deep_moved() 508 …(std::all_of(dst.begin() + number_of_constructed_items, dst.end(), is_state_predicate<Foo::ZeroIni… in verify_part_of_content_deep_moved() 512 …l_of(source.begin(), source.begin() + number_of_constructed_items, is_state_predicate<Foo::MovedFr… in verify_part_of_content_deep_moved()
|
| H A D | state_trackable.h | 167 struct is_state_predicate { struct
|
| H A D | concurrent_associative_common.h | 236 REQUIRE_MESSAGE(is_state_predicate<desired_state>{}(t), "Unexpected value state");
|
| /oneTBB/test/conformance/ |
| H A D | conformance_concurrent_vector.cpp | 512 … (std::all_of( victim.begin() + planned_victim_size, victim.end(), is_state_predicate<move_support… in verify_vector_partially_copied() 645 …REQUIRE_MESSAGE((std::all_of(c_vector.begin(), c_vector.end(), is_state_predicate<StateTrackableBa… in TestSerialMoveInShrinkToFit()
|
| H A D | conformance_concurrent_queue.cpp | 1800 …REQUIRE_MESSAGE(std::all_of(q1.unsafe_begin(), q1.unsafe_end(), is_state_predicate<move_support_te… in TestMoveQueueUnequal() 1802 …REQUIRE_MESSAGE(std::all_of(q2.unsafe_begin(), q2.unsafe_end(), is_state_predicate<move_support_te… in TestMoveQueueUnequal()
|