Searched refs:cpy_bnd (Results 1 – 1 of 1) sorted by relevance
| /oneTBB/test/conformance/ |
| H A D | conformance_concurrent_queue.cpp | 1833 tbb::concurrent_bounded_queue<std::vector<int>> cpy_bnd(src_bnd.get_allocator()); in test_move_assignment_test_equal() local 1835 cpy_bnd = src_bnd; in test_move_assignment_test_equal() 1841 …t_check_move_allocator<tbb::concurrent_bounded_queue<std::vector<int>>>(src_bnd, dst_bnd, cpy_bnd); in test_move_assignment_test_equal() 1842 REQUIRE_MESSAGE(cpy_bnd.size() == dst_bnd.size(), "Queues are not equal"); in test_move_assignment_test_equal() 1866 …unded_queue<std::vector<int, stateful_allocator<int>>, stateful_allocator<int>> cpy_bnd(src_alloc); in test_move_assignment_test_unequal() local 1870 cpy_bnd = src_bnd; in test_move_assignment_test_unequal() 1876 …ue<std::vector<int, stateful_allocator<int>>, stateful_allocator<int>>>(src_bnd, dst_bnd, cpy_bnd); in test_move_assignment_test_unequal() 1877 REQUIRE_MESSAGE(dst_bnd.size() == cpy_bnd.size(), "Queues are not equal"); in test_move_assignment_test_unequal()
|