Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc4943 static std::string TestPropertiesAsXmlAttributes(const TestResult& result);
5227 *stream << TestPropertiesAsXmlAttributes(test_case.ad_hoc_test_result()); in PrintXmlTestCase()
5263 *stream << TestPropertiesAsXmlAttributes(unit_test.ad_hoc_test_result()); in PrintXmlUnitTest()
5299 std::string XmlUnitTestResultPrinter::TestPropertiesAsXmlAttributes( in TestPropertiesAsXmlAttributes() function in testing::internal::XmlUnitTestResultPrinter