Searched refs:data1 (Results 1 – 3 of 3) sorted by relevance
| /oneTBB/test/tbb/ |
| H A D | test_concurrent_vector.cpp | 210 allocator_data_type data1(1, allocator); in test_scoped_allocator() local 213 auto init_list = {data1, data2}; in test_scoped_allocator() 220 c1.grow_by(10, data1); in test_scoped_allocator() 227 c1.grow_to_at_least(110, data1); in test_scoped_allocator() 231 c1.push_back(data1); in test_scoped_allocator() 233 c1.push_back(std::move(data1)); in test_scoped_allocator() 241 c1.resize(110, data1); in test_scoped_allocator() 242 c1.resize(100, data1); in test_scoped_allocator() 248 c1.grow_by(10, data1); in test_scoped_allocator()
|
| H A D | test_concurrent_priority_queue.cpp | 196 allocator_data_type data1(1, allocator); in test_scoped_allocator() local 204 c1.push(data1); 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() 408 map1.emplace(key1, data1); in TestScopedAllocator()
|