Searched refs:EscapeXmlAttribute (Results 1 – 1 of 1) sorted by relevance
4524 static std::string EscapeXmlAttribute(const std::string& str) { in EscapeXmlAttribute() function in testing::internal::XmlUnitTestResultPrinter4762 *stream << " " << name << "=\"" << EscapeXmlAttribute(value) << "\""; in OutputXmlAttribute()4802 << EscapeXmlAttribute(summary.c_str()) in OutputXmlTestInfo()4889 << "\"" << EscapeXmlAttribute(property.value()) << "\""; in TestPropertiesAsXmlAttributes()