Home
last modified time | relevance | path

Searched refs:LimitFooCountInScope (Results 1 – 2 of 2) sorted by relevance

/oneTBB/test/common/
H A Dcontainer_move_support.h629 struct LimitFooCountInScope { struct
630 LimitFooCountInScope( std::size_t limit, bool act = true )
638 LimitFooCountInScope( const LimitFooCountInScope& ) = delete; argument
640 ~LimitFooCountInScope() { in ~LimitFooCountInScope() argument
789 LimitFooCountInScope foo_limit(limit); in test_ex_move_ctor_unequal_allocator_element_ctor_failure()
/oneTBB/test/conformance/
H A Dconformance_concurrent_vector.cpp562 …move_support_tests::LimitFooCountInScope foo_limit(move_support_tests::foo_count + planned_victim_… in test_ex_assign_operator()
1106 …move_support_tests::LimitFooCountInScope foo_limit(move_support_tests::foo_count + planned_victim_… in test_ex_move_assignment_element_ctor_exception()
1169 move_support_tests::LimitFooCountInScope foo_limit(move_support_tests::foo_count + 1); in TestPushBackMoveExceptionSafety()
1186 move_support_tests::LimitFooCountInScope foo_limit(move_support_tests::foo_count); in TestEmplaceBackExceptionSafety()