Home
last modified time | relevance | path

Searched refs:EscapeXmlAttribute (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/googletest/googletest/src/
Dgtest.cc3519 static std::string EscapeXmlAttribute(const std::string& str) { in EscapeXmlAttribute() function in testing::internal::XmlUnitTestResultPrinter
3752 *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()