Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_concurrent_priority_queue.cpp197 allocator_data_type data2(1, allocator); in test_scoped_allocator() local
205 c2.push(std::move(data2)); in test_scoped_allocator()
H A Dtest_concurrent_vector.cpp211 allocator_data_type data2(2, allocator); in test_scoped_allocator() local
213 auto init_list = {data1, data2}; in test_scoped_allocator()
232 c1.push_back(data2); in test_scoped_allocator()
249 c2.grow_by(20, data2); in test_scoped_allocator()
H A Dtest_concurrent_hash_map.cpp400 allocator_data_type data1(1, allocator), data2(data1, allocator); in TestScopedAllocator() local
403 hash_map_type::value_type v1(key1, data1), v2(key2, data2); in TestScopedAllocator()
409 map2.emplace(key2, std::move(data2)); in TestScopedAllocator()