Home
last modified time | relevance | path

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

/llvm-project/third-party/unittest/googletest/src/
H A Dgtest.cc4470 static void OutputJsonKey(std::ostream* stream,
4474 static void OutputJsonKey(std::ostream* stream,
4601 void JsonUnitTestResultPrinter::OutputJsonKey(std::ostream* stream, in OutputJsonKey() function in testing::internal::JsonUnitTestResultPrinter
4619 void JsonUnitTestResultPrinter::OutputJsonKey( in OutputJsonKey() function in testing::internal::JsonUnitTestResultPrinter
4639 OutputJsonKey(stream, "testsuite", "name", "NonTestSuiteFailure", Indent(6)); in OutputJsonTestSuiteForTestResult()
4640 OutputJsonKey(stream, "testsuite", "tests", 1, Indent(6)); in OutputJsonTestSuiteForTestResult()
4642 OutputJsonKey(stream, "testsuite", "failures", 1, Indent(6)); in OutputJsonTestSuiteForTestResult()
4643 OutputJsonKey(stream, "testsuite", "disabled", 0, Indent(6)); in OutputJsonTestSuiteForTestResult()
4644 OutputJsonKey(stream, "testsuite", "skipped", 0, Indent(6)); in OutputJsonTestSuiteForTestResult()
4645 OutputJsonKey(stream, "testsuite", "errors", 0, Indent(6)); in OutputJsonTestSuiteForTestResult()
[all …]