Searched refs:groupNode (Results 1 – 6 of 6) sorted by relevance
/external/catch2/include/reporters/ |
D | catch_reporter_junit.cpp | 122 void JunitReporter::writeGroup( TestGroupNode const& groupNode, double suiteTime ) { in writeGroup() argument 124 TestGroupStats const& stats = groupNode.value; in writeGroup() 137 for( auto const& child : groupNode.children ) in writeGroup()
|
D | catch_reporter_junit.h | 40 void writeGroup(TestGroupNode const& groupNode, double suiteTime);
|
/external/deqp/external/openglcts/modules/common/ |
D | glcShaderLibrary.cpp | 1085 …tcu::TestCaseGroup* groupNode = new tcu::TestCaseGroup(m_testCtx, name.c_str(), description.c_str(… in parseShaderGroup() local 1086 shaderNodeList.push_back(groupNode); in parseShaderGroup()
|
/external/deqp/framework/opengl/ |
D | gluShaderLibrary.cpp | 1576 tcu::TestCaseGroup* groupNode = m_caseFactory->createGroup(name, description, children); in parseShaderGroup() local 1577 shaderNodeList.push_back(groupNode); in parseShaderGroup()
|
/external/bcc/tests/cc/ |
D | catch.hpp | 9322 void writeGroup( TestGroupNode const& groupNode, double suiteTime ) { in writeGroup() argument 9324 TestGroupStats const& stats = groupNode.value; in writeGroup() 9338 it = groupNode.children.begin(), itEnd = groupNode.children.end(); in writeGroup()
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 5679 void writeGroup(TestGroupNode const& groupNode, double suiteTime); 14046 void JunitReporter::writeGroup( TestGroupNode const& groupNode, double suiteTime ) { in writeGroup() argument 14048 TestGroupStats const& stats = groupNode.value; in writeGroup() 14061 for( auto const& child : groupNode.children ) in writeGroup()
|