Searched refs:XmlEncode (Results 1 – 2 of 2) sorted by relevance
6168 class XmlEncode { class6172 XmlEncode( std::string const& str, ForWhat forWhat = ForTextNodes );6176 friend std::ostream& operator << ( std::ostream& os, XmlEncode const& xmlEncode );15167 XmlEncode::XmlEncode( std::string const& str, ForWhat forWhat ) in XmlEncode() function in Catch::XmlEncode15172 void XmlEncode::encodeTo( std::ostream& os ) const { in encodeTo()15266 std::ostream& operator << ( std::ostream& os, XmlEncode const& xmlEncode ) { in operator <<()15358 m_os << ' ' << name << "=\"" << XmlEncode( attribute, XmlEncode::ForAttributes ) << '"'; in writeAttribute()15374 m_os << XmlEncode( text ); in writeText()
175 # define XmlEncode XmlUtf16Encode183 # define XmlEncode XmlUtf8Encode3648 XmlEncode(n, (ICHAR *)buf));6613 n = XmlEncode(n, (ICHAR *)buf);6614 /* The XmlEncode() functions can never return 0 here. That6620 * XmlEncode() is never passed a value it might return an6888 n = XmlEncode(n, (ICHAR *)buf);6889 /* The XmlEncode() functions can never return 0 here. That6895 * XmlEncode() is never passed a value it might return an174 # define XmlEncode global() macro 182 # define XmlEncode global() macro