Home
last modified time | relevance | path

Searched defs:TestFunctor (Results 1 – 3 of 3) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_task_group.cpp631 struct TestFunctor { struct
639 TestFunctor tf; in TestConstantFunctorRequirement() argument
646 struct TestFunctor { struct
647 void operator()() const {}; in operator ()()
H A Dtest_task_arena.cpp675 struct TestFunctor { struct
682 TestFunctor tf; in TestConstantFunctorRequirement() argument
1179 struct TestFunctor { struct
1180 void operator()() const {}; in operator ()()
/oneTBB/test/conformance/
H A Dconformance_parallel_for.cpp46 class TestFunctor{ class