Home | History | Annotate | Download | only in src

Lines Matching refs:EscapeXml

3008   static std::string EscapeXml(const std::string& str, bool is_attribute);
3013 // Convenience wrapper around EscapeXml when str is an attribute value.
3015 return EscapeXml(str, true);
3018 // Convenience wrapper around EscapeXml when str is not an attribute value.
3020 return EscapeXml(str, false);
3113 std::string XmlUnitTestResultPrinter::EscapeXml(