Searched refs:EscapeXmlAttribute (Results 1 – 1 of 1) sorted by relevance
3979 static std::string EscapeXmlAttribute(const std::string& str) { in EscapeXmlAttribute() function in testing::internal::XmlUnitTestResultPrinter4231 *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()