Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_eh_flow_graph.cpp71 template<TestNodeTypeEnum T> struct TestNodeTypeName;
72 template<> struct TestNodeTypeName<nonThrowing> { static const char *name() { return "nonThrowing";… in name() argument
73 template<> struct TestNodeTypeName<isThrowing> { static const char *name() { return "isThrowing"; }… in name() argument