Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_queue.cpp1754 struct stateful_allocator { struct
1756 stateful_allocator() = default; argument
1759 constexpr stateful_allocator(const stateful_allocator<U>& src) noexcept : state(src.state) {} in stateful_allocator() argument
1771 bool operator==(const stateful_allocator<T>& lhs, const stateful_allocator<U>& rhs) { return lhs.st… in operator ==() argument
1774 bool operator!=(const stateful_allocator<T>& lhs, const stateful_allocator<U>& rhs) { return lhs.st… in operator !=()
1846 stateful_allocator<int> src_alloc; in test_move_assignment_test_unequal()
1849 …tbb::concurrent_queue<std::vector<int, stateful_allocator<int>>, stateful_allocator<int>> src(src_… in test_move_assignment_test_unequal()
1856 stateful_allocator<int> dst_alloc; in test_move_assignment_test_unequal()
1858 …tbb::concurrent_queue<std::vector<int, stateful_allocator<int>>, stateful_allocator<int>> dst(dst_… in test_move_assignment_test_unequal()
1859 …tbb::concurrent_queue<std::vector<int, stateful_allocator<int>>, stateful_allocator<int>> cpy(src_… in test_move_assignment_test_unequal()
[all …]