Searched refs:test_check_move_allocator (Results 1 – 1 of 1) sorted by relevance
| /oneTBB/test/conformance/ |
| H A D | conformance_concurrent_queue.cpp | 1815 void test_check_move_allocator(Container& src, Container& dst, Container& cpy) { in test_check_move_allocator() function 1838 test_check_move_allocator<tbb::concurrent_queue<std::vector<int>>>(src, dst, cpy); in test_move_assignment_test_equal() 1841 …test_check_move_allocator<tbb::concurrent_bounded_queue<std::vector<int>>>(src_bnd, dst_bnd, cpy_b… in test_move_assignment_test_equal() 1873 …test_check_move_allocator<tbb::concurrent_queue<std::vector<int, stateful_allocator<int>>, statefu… in test_move_assignment_test_unequal() 1876 …test_check_move_allocator<tbb::concurrent_bounded_queue<std::vector<int, stateful_allocator<int>>,… in test_move_assignment_test_unequal()
|