Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc3997 static void OutputJsonKey(std::ostream* stream,
4003 static void OutputJsonKey(std::ostream* stream,
4120 void JsonUnitTestResultPrinter::OutputJsonKey( in OutputJsonKey() function in testing::internal::JsonUnitTestResultPrinter
4140 void JsonUnitTestResultPrinter::OutputJsonKey( in OutputJsonKey() function in testing::internal::JsonUnitTestResultPrinter
4169 OutputJsonKey(stream, kTestsuite, "name", test_info.name(), kIndent); in OutputJsonTestInfo()
4172 OutputJsonKey(stream, kTestsuite, "value_param", test_info.value_param(), in OutputJsonTestInfo()
4176 OutputJsonKey(stream, kTestsuite, "type_param", test_info.type_param(), in OutputJsonTestInfo()
4180 OutputJsonKey(stream, kTestsuite, "file", test_info.file(), kIndent); in OutputJsonTestInfo()
4181 OutputJsonKey(stream, kTestsuite, "line", test_info.line(), kIndent, false); in OutputJsonTestInfo()
4186 OutputJsonKey(stream, kTestsuite, "status", in OutputJsonTestInfo()
[all …]