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()
174 # define XmlEncode XmlUtf16Encode macro182 # define XmlEncode XmlUtf8Encode macro3286 XmlEncode(n, (ICHAR *)buf)); in doContent()6248 n = XmlEncode(n, (ICHAR *)buf); in appendAttributeValue()6523 n = XmlEncode(n, (ICHAR *)buf); in storeEntityValue()