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