Searched refs:data2 (Results 1 – 3 of 3) sorted by relevance
| /oneTBB/test/tbb/ |
| H A D | test_concurrent_priority_queue.cpp | 197 allocator_data_type data2(1, allocator); in test_scoped_allocator() local 205 c2.push(std::move(data2)); in test_scoped_allocator()
|
| H A D | test_concurrent_vector.cpp | 211 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 D | test_concurrent_hash_map.cpp | 400 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()
|