Home | History | Annotate | Download | only in src

Lines Matching refs:EscapeXml

3034   static std::string EscapeXml(const std::string& str, bool is_attribute);
3039 // Convenience wrapper around EscapeXml when str is an attribute value.
3041 return EscapeXml(str, true);
3044 // Convenience wrapper around EscapeXml when str is not an attribute value.
3046 return EscapeXml(str, false);
3139 std::string XmlUnitTestResultPrinter::EscapeXml(