Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_queue.cpp1815 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()
1841test_check_move_allocator<tbb::concurrent_bounded_queue<std::vector<int>>>(src_bnd, dst_bnd, cpy_b… in test_move_assignment_test_equal()
1873test_check_move_allocator<tbb::concurrent_queue<std::vector<int, stateful_allocator<int>>, statefu… in test_move_assignment_test_unequal()
1876test_check_move_allocator<tbb::concurrent_bounded_queue<std::vector<int, stateful_allocator<int>>,… in test_move_assignment_test_unequal()