Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dallocator_test_common.h281 using FooInt = Foo<int, 17>; variable
286 using AllocatorFooInt = typename AllocatorFooChar::template rebind<FooInt>::other;
291 … AllocatorFooInt = typename std::allocator_traits<AllocatorFooChar>::template rebind_alloc<FooInt>;
309 TestAllocatorConcept<FooInt>(b1);
316 TestBrokenAllocator<FooInt>(b1);
323 TestAllocatorExceptions<FooInt>(b1);