Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest.cc3921 static std::string TestPropertiesAsJson(const TestResult& result,
4087 *stream << TestPropertiesAsJson(result, kIndent); in OutputJsonTestInfo()
4132 *stream << TestPropertiesAsJson(test_case.ad_hoc_test_result(), kIndent) in PrintJsonTestCase()
4177 *stream << TestPropertiesAsJson(unit_test.ad_hoc_test_result(), kIndent) in PrintJsonUnitTest()
4225 std::string JsonUnitTestResultPrinter::TestPropertiesAsJson( in TestPropertiesAsJson() function in testing::internal::JsonUnitTestResultPrinter
/external/googletest/googletest/src/
Dgtest.cc3965 static std::string TestPropertiesAsJson(const TestResult& result,
4134 *stream << TestPropertiesAsJson(result, kIndent); in OutputJsonTestInfo()
4179 *stream << TestPropertiesAsJson(test_suite.ad_hoc_test_result(), kIndent) in PrintJsonTestSuite()
4224 *stream << TestPropertiesAsJson(unit_test.ad_hoc_test_result(), kIndent) in PrintJsonUnitTest()
4272 std::string JsonUnitTestResultPrinter::TestPropertiesAsJson( in TestPropertiesAsJson() function in testing::internal::JsonUnitTestResultPrinter