Searched defs:Type (Results 1 – 5 of 5) sorted by relevance
| /oneTBB/test/tbb/ |
| H A D | test_concurrent_vector.cpp | 194 test_grow_by_and_resize( tbb::concurrent_vector<Type, Allocator> &c ) : my_c(c) {} in test_grow_by_and_resize() 265 void CompareVectors( const tbb::concurrent_vector<Type, Allocator> &c1, const tbb::concurrent_vecto… in CompareVectors() 271 void CompareVectors( const tbb::concurrent_vector<std::weak_ptr<Type>, Allocator> &, const tbb::con… in CompareVectors() 276 void Examine( tbb::concurrent_vector<Type, Allocator> c, const std::vector<Type> &vec ) { in Examine()
|
| H A D | test_tbb_header.cpp | 88 #define TestTypeDefinitionPresence( Type ) g_sink = sizeof(tbb::Type); argument
|
| H A D | test_indexer_node.cpp | 578 void check_edge(tbb::flow::graph& g, BN& bn, tbb::flow::buffer_node<indexer_output_t>& buf, Type, t… in check_edge() argument
|
| /oneTBB/test/conformance/ |
| H A D | conformance_parallel_reduce.cpp | 28 using Type = int; typedef in RotOp 64 using Type = RotOp::Type; in TestDeterministicReductionFor() typedef
|
| H A D | conformance_concurrent_vector.cpp | 1131 test_grow_by_and_resize( oneapi::tbb::concurrent_vector<Type, Allocator> &c ) : my_c(c) {} in test_grow_by_and_resize()
|