Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_queue.cpp1856 stateful_allocator<int> dst_alloc; in test_move_assignment_test_unequal() local
1857 dst_alloc.state = 1; in test_move_assignment_test_unequal()
1858 …oncurrent_queue<std::vector<int, stateful_allocator<int>>, stateful_allocator<int>> dst(dst_alloc); in test_move_assignment_test_unequal()
1865 …unded_queue<std::vector<int, stateful_allocator<int>>, stateful_allocator<int>> dst_bnd(dst_alloc); in test_move_assignment_test_unequal()