Searched refs:src_alloc (Results 1 – 1 of 1) sorted by relevance
| /oneTBB/test/conformance/ |
| H A D | conformance_concurrent_queue.cpp | 1846 stateful_allocator<int> src_alloc; in test_move_assignment_test_unequal() local 1847 src_alloc.state = 0; in test_move_assignment_test_unequal() 1848 std::vector<int, stateful_allocator<int>> v(8, 0, src_alloc); in test_move_assignment_test_unequal() 1849 …oncurrent_queue<std::vector<int, stateful_allocator<int>>, stateful_allocator<int>> src(src_alloc); in test_move_assignment_test_unequal() 1859 …oncurrent_queue<std::vector<int, stateful_allocator<int>>, stateful_allocator<int>> cpy(src_alloc); in test_move_assignment_test_unequal() 1864 …unded_queue<std::vector<int, stateful_allocator<int>>, stateful_allocator<int>> src_bnd(src_alloc); in test_move_assignment_test_unequal() 1866 …unded_queue<std::vector<int, stateful_allocator<int>>, stateful_allocator<int>> cpy_bnd(src_alloc); in test_move_assignment_test_unequal()
|