Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_combinable.cpp293 typedef typename oneapi::tbb::combinable< ContainerType > CombinableType; in RunParallelVectorTests() typedef
296 CombinableType vs; in RunParallelVectorTests()
302 CombinableType vs2(vs); in RunParallelVectorTests()
307 CombinableType vs3; in RunParallelVectorTests()
313 CombinableType vs4(std::move(vs2)); in RunParallelVectorTests()