Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/googletest/googletest/src/
H A Dgtest.cc3931 static std::string EscapeXmlAttribute(const std::string& str) { in EscapeXmlAttribute() function in testing::internal::XmlUnitTestResultPrinter
4182 *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()