Searched refs:EscapeXmlAttribute (Results 1 – 1 of 1) sorted by relevance
3931 static std::string EscapeXmlAttribute(const std::string& str) { in EscapeXmlAttribute() function in testing::internal::XmlUnitTestResultPrinter4182 *stream << " " << name << "=\"" << EscapeXmlAttribute(value) << "\""; in OutputXmlAttribute()4283 *stream << " <failure message=\"" << EscapeXmlAttribute(summary) in OutputXmlTestResult()4297 << EscapeXmlAttribute(summary.c_str()) << "\">"; in OutputXmlTestResult()4424 << "\"" << EscapeXmlAttribute(property.value()) << "\""; in TestPropertiesAsXmlAttributes()4442 *stream << " name=\"" << EscapeXmlAttribute(property.key()) << "\""; in OutputXmlTestProperties()4443 *stream << " value=\"" << EscapeXmlAttribute(property.value()) << "\""; in OutputXmlTestProperties()