Home
last modified time | relevance | path

Searched defs:Type (Results 1 – 5 of 5) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_concurrent_vector.cpp194 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 Dtest_tbb_header.cpp88 #define TestTypeDefinitionPresence( Type ) g_sink = sizeof(tbb::Type); argument
H A Dtest_indexer_node.cpp578 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 Dconformance_parallel_reduce.cpp28 using Type = int; typedef in RotOp
64 using Type = RotOp::Type; in TestDeterministicReductionFor() typedef
H A Dconformance_concurrent_vector.cpp1131 test_grow_by_and_resize( oneapi::tbb::concurrent_vector<Type, Allocator> &c ) : my_c(c) {} in test_grow_by_and_resize()