Searched defs:DefaultStatefulFixtureHelper (Results 1 – 1 of 1) sorted by relevance
570 struct DefaultStatefulFixtureHelper { struct571 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 DefaultStatefulFixture605 }; // struct DefaultStatefulFixtureHelper argument