Home | History | Annotate | Download | only in src

Lines Matching refs:EscapeXml

2927   static std::string EscapeXml(const char* str, bool is_attribute);
2932 // Convenience wrapper around EscapeXml when str is an attribute value.
2934 return EscapeXml(str, true);
2937 // Convenience wrapper around EscapeXml when str is not an attribute value.
2939 return EscapeXml(str, false);
3021 std::string XmlUnitTestResultPrinter::EscapeXml(