Searched refs:dst_alloc (Results 1 – 1 of 1) sorted by relevance
1856 stateful_allocator<int> dst_alloc; in test_move_assignment_test_unequal() local1857 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()