Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc5377 static std::string TestPropertiesAsJson(const TestResult& result,
5543 *stream << TestPropertiesAsJson(result, kIndent); in OutputJsonTestInfo()
5588 *stream << TestPropertiesAsJson(test_case.ad_hoc_test_result(), kIndent) in PrintJsonTestCase()
5633 *stream << TestPropertiesAsJson(unit_test.ad_hoc_test_result(), kIndent) in PrintJsonUnitTest()
5681 std::string JsonUnitTestResultPrinter::TestPropertiesAsJson( in TestPropertiesAsJson() function in testing::internal::JsonUnitTestResultPrinter