Home
last modified time | relevance | path

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

/external/catch2/include/reporters/
Dcatch_reporter_junit.cpp116 void JunitReporter::writeGroup( TestGroupNode const& groupNode, double suiteTime ) { in writeGroup() argument
119 TestGroupStats const& stats = groupNode.value; in writeGroup()
147 for( auto const& child : groupNode.children ) in writeGroup()
Dcatch_reporter_sonarqube.hpp58 void writeGroup(TestGroupNode const& groupNode) { in writeGroup()
60 for(auto const& child : groupNode.children) in writeGroup()
Dcatch_reporter_junit.h40 void writeGroup(TestGroupNode const& groupNode, double suiteTime);
/external/catch2/single_include/catch2/
Dcatch_reporter_sonarqube.hpp58 void writeGroup(TestGroupNode const& groupNode) { in writeGroup()
60 for(auto const& child : groupNode.children) in writeGroup()
Dcatch.hpp6305 void writeGroup(TestGroupNode const& groupNode, double suiteTime);
16583 void JunitReporter::writeGroup( TestGroupNode const& groupNode, double suiteTime ) { in writeGroup() argument
16586 TestGroupStats const& stats = groupNode.value; in writeGroup()
16614 for( auto const& child : groupNode.children ) in writeGroup()
/external/dokka/core/src/main/kotlin/Kotlin/
DDocumentationBuilder.kt379 .also { groupNode -> in groupNode() method
381 if (node != groupNode) { in groupNode()
385 owner.append(groupNode, RefKind.Member) in groupNode()
387 groupNode.append(node, RefKind.Member) in groupNode()
/external/deqp/external/openglcts/modules/common/
DglcShaderLibrary.cpp1085 …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/
DgluShaderLibrary.cpp1576 tcu::TestCaseGroup* groupNode = m_caseFactory->createGroup(name, description, children); in parseShaderGroup() local
1577 shaderNodeList.push_back(groupNode); in parseShaderGroup()
/external/bcc/tests/cc/
Dcatch.hpp9322 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/libabigail/tests/lib/
Dcatch.hpp6339 void writeGroup(TestGroupNode const& groupNode, double suiteTime);
16836 void JunitReporter::writeGroup( TestGroupNode const& groupNode, double suiteTime ) { in writeGroup() argument
16839 TestGroupStats const& stats = groupNode.value; in writeGroup()
16867 for( auto const& child : groupNode.children ) in writeGroup()