Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc4496 class XmlUnitTestResultPrinter : public EmptyTestEventListener { class
4498 explicit XmlUnitTestResultPrinter(const char* output_file);
4565 GTEST_DISALLOW_COPY_AND_ASSIGN_(XmlUnitTestResultPrinter);
4569 XmlUnitTestResultPrinter::XmlUnitTestResultPrinter(const char* output_file) in XmlUnitTestResultPrinter() function in testing::internal::XmlUnitTestResultPrinter
4579 void XmlUnitTestResultPrinter::OnTestIterationEnd(const UnitTest& unit_test, in OnTestIterationEnd()
4623 std::string XmlUnitTestResultPrinter::EscapeXml( in EscapeXml()
4669 std::string XmlUnitTestResultPrinter::RemoveInvalidXmlCharacters( in RemoveInvalidXmlCharacters()
4730 void XmlUnitTestResultPrinter::OutputXmlCDataSection(::std::ostream* stream, in OutputXmlCDataSection()
4749 void XmlUnitTestResultPrinter::OutputXmlAttribute( in OutputXmlAttribute()
4767 void XmlUnitTestResultPrinter::OutputXmlTestInfo(::std::ostream* stream, in OutputXmlTestInfo()
[all …]