Searched refs:OutputJsonKey (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/googletest/googletest/src/ |
| H A D | gtest.cc | 3961 static void OutputJsonKey(std::ostream* stream, 3967 static void OutputJsonKey(std::ostream* stream, 4084 void JsonUnitTestResultPrinter::OutputJsonKey( in OutputJsonKey() function in testing::internal::JsonUnitTestResultPrinter 4104 void JsonUnitTestResultPrinter::OutputJsonKey( in OutputJsonKey() function in testing::internal::JsonUnitTestResultPrinter 4150 OutputJsonKey(stream, kTestcase, "status", in OutputJsonTestInfo() 4152 OutputJsonKey(stream, kTestcase, "time", in OutputJsonTestInfo() 4194 OutputJsonKey(stream, kTestsuite, "disabled", in PrintJsonTestCase() 4197 OutputJsonKey(stream, kTestsuite, "time", in PrintJsonTestCase() 4231 OutputJsonKey(stream, kTestsuites, "disabled", in PrintJsonUnitTest() 4238 OutputJsonKey(stream, kTestsuites, "timestamp", in PrintJsonUnitTest() [all …]
|