Searched refs:EscapeXmlAttribute (Results 1 – 1 of 1) sorted by relevance
3519 static std::string EscapeXmlAttribute(const std::string& str) { in EscapeXmlAttribute() function in testing::internal::XmlUnitTestResultPrinter3752 *stream << " " << name << "=\"" << EscapeXmlAttribute(value) << "\""; in OutputXmlAttribute()3803 << EscapeXmlAttribute(summary.c_str()) in OutputXmlTestInfo()3917 << "\"" << EscapeXmlAttribute(property.value()) << "\""; in TestPropertiesAsXmlAttributes()3935 *stream << " name=\"" << EscapeXmlAttribute(property.key()) << "\""; in OutputXmlTestProperties()3936 *stream << " value=\"" << EscapeXmlAttribute(property.value()) << "\""; in OutputXmlTestProperties()