Lines Matching refs:allocator

242     using allocator_t = StaticSharedCountingAllocator<std::allocator<move_support_tests::Foo>>;  in TestResizeAndCopy()
290 using allocator_t = StaticCountingAllocator<std::allocator<move_support_tests::FooWithAssign>>; in TestCopyAssignment()
292 StaticCountingAllocator<std::allocator<move_support_tests::FooWithAssign>> init_alloc; in TestCopyAssignment()
333 …using allocator_t = StaticCountingAllocator<std::allocator<move_support_tests::Foo> /*TODO: oneapi… in TestCapacity()
386 …using allocator_t = StaticSharedCountingAllocator<std::allocator<move_support_tests::FooWithAssign… in TestExceptions()
548 using allocator_t = StaticCountingAllocator<std::allocator<move_support_tests::FooWithAssign>>; in test_ex_assign_operator()
735 using MyAllocator = StaticCountingAllocator<std::allocator<move_support_tests::Foo>>; in TestConcurrentGrowToAtLeastImpl()
972 using MyAllocator = StaticCountingAllocator<std::allocator<move_support_tests::Foo> >; in TestConcurrentGrowBy()
1072 vector_type victim(arena_allocator_fixture.allocator); in test_ex_move_assignment_memory_failure()
1101 vector_type victim(arena_allocator_fixture.allocator); in test_ex_move_assignment_element_ctor_exception()
1151 using vector_t = oneapi::tbb::concurrent_vector<foo_t, std::allocator<foo_t> >;
1228 TVector v2(v.begin(), v.end(), std::allocator<ComplexType>()); in TestDeductionGuides()
1230 TVector<ComplexType, std::allocator<ComplexType>>>::value); in TestDeductionGuides()
1238 TVector v4(l, std::allocator<ComplexType>()); in TestDeductionGuides()
1239 …static_assert(std::is_same<decltype(v4), TVector<ComplexType, std::allocator<ComplexType>>>::value… in TestDeductionGuides()