Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc3979 static std::string EscapeXmlAttribute(const std::string& str) { in EscapeXmlAttribute() function in testing::internal::XmlUnitTestResultPrinter
4231 *stream << " " << name << "=\"" << EscapeXmlAttribute(value) << "\""; in OutputXmlAttribute()
4338 *stream << " <failure message=\"" << EscapeXmlAttribute(summary) in OutputXmlTestResult()
4352 << EscapeXmlAttribute(summary.c_str()) << "\">"; in OutputXmlTestResult()
4490 *stream << " name=\"" << EscapeXmlAttribute(property.key()) << "\""; in OutputXmlTestProperties()
4491 *stream << " value=\"" << EscapeXmlAttribute(property.value()) << "\""; in OutputXmlTestProperties()