Searched defs:test_allocator_type (Results 1 – 7 of 7) sorted by relevance
48 using test_allocator_type = std::allocator<int>; in test_member_types() typedef
66 using test_allocator_type = std::allocator<std::pair<const int, int>>; in test_member_types() typedef
53 using test_allocator_type = std::allocator<int>; in test_member_types() typedef
67 using test_allocator_type = std::allocator<std::pair<const int, int>>; in test_member_types() typedef
1025 using test_allocator_type = std::allocator<int>; in TestMemberTypes() typedef
1269 using test_allocator_type = oneapi::tbb::cache_aligned_allocator<int>; in test_member_types() typedef
179 using test_allocator_type = StaticSharedCountingAllocator<std::allocator<std::pair<const MyKey, MyD… typedef