Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc4560 static std::string TestPropertiesAsXmlAttributes(const TestResult& result);
4789 *stream << TestPropertiesAsXmlAttributes(result); in OutputXmlTestInfo()
4832 *stream << TestPropertiesAsXmlAttributes(test_case.ad_hoc_test_result()) in PrintXmlTestCase()
4869 *stream << TestPropertiesAsXmlAttributes(unit_test.ad_hoc_test_result()); in PrintXmlUnitTest()
4883 std::string XmlUnitTestResultPrinter::TestPropertiesAsXmlAttributes( in TestPropertiesAsXmlAttributes() function in testing::internal::XmlUnitTestResultPrinter