Lines Matching refs:get_allocator
104 using allocator_type = decltype(std::declval<CQ>().get_allocator()); in TestFullQueue()
137 using allocator_type = decltype(std::declval<CQ>().get_allocator()); in TestClear()
680 using allocator_type = decltype(std::declval<CQ>().get_allocator()); in TestPushPop()
1825 tbb::concurrent_queue<std::vector<int>> dst(src.get_allocator()); in test_move_assignment_test_equal()
1826 tbb::concurrent_queue<std::vector<int>> cpy(src.get_allocator()); in test_move_assignment_test_equal()
1827 …REQUIRE_MESSAGE(src.get_allocator() == dst.get_allocator(), "Incorrect test setup: allocators shou… in test_move_assignment_test_equal()
1832 tbb::concurrent_bounded_queue<std::vector<int>> dst_bnd(src_bnd.get_allocator()); in test_move_assignment_test_equal()
1833 tbb::concurrent_bounded_queue<std::vector<int>> cpy_bnd(src_bnd.get_allocator()); in test_move_assignment_test_equal()
1834 …REQUIRE_MESSAGE(src_bnd.get_allocator() == dst_bnd.get_allocator(), "Incorrect test setup: allocat… in test_move_assignment_test_equal()
1860 …REQUIRE_MESSAGE(src.get_allocator() != dst.get_allocator(), "Incorrect test setup: allocators shou… in test_move_assignment_test_unequal()
1867 …REQUIRE_MESSAGE(src_bnd.get_allocator() != dst_bnd.get_allocator(), "Incorrect test setup: allocat… in test_move_assignment_test_unequal()