Home
last modified time | relevance | path

Searched defs:DefaultStatefulFixtureHelper (Results 1 – 1 of 1) sorted by relevance

/oneTBB/test/common/
H A Dcontainer_move_support.h570 struct DefaultStatefulFixtureHelper { struct
571 using allocator_fixture_type = TwoMemoryArenasFixture<T, POCMA>;
572 …ng allocator_type = StaticSharedCountingAllocator<typename allocator_fixture_type::allocator_type>;
574 using move_fixture_type = MoveFixture<ContainerTraits, allocator_type>;
576 using leaks_tracker_type = TrackAllocatorMemory<allocator_type>;
577 using foo_leaks_in_test_tracker_type = TrackFooCount;
579 struct DefaultStatefulFixture
605 }; // struct DefaultStatefulFixtureHelper argument