Home | History | Annotate | Download | only in gtest

Lines Matching refs:EscapeXmlAttribute

4524   static std::string EscapeXmlAttribute(const std::string& str) {
4762 *stream << " " << name << "=\"" << EscapeXmlAttribute(value) << "\"";
4802 << EscapeXmlAttribute(summary.c_str())
4889 << "\"" << EscapeXmlAttribute(property.value()) << "\"";