Searched refs:XmlEncode (Results 1 - 4 of 4) sorted by relevance
/third_party/json/tests/thirdparty/doctest/ |
H A D | doctest.h | 4602 class XmlEncode { 4606 XmlEncode( std::string const& str, ForWhat forWhat = ForTextNodes ); 4610 friend std::ostream& operator << ( std::ostream& os, XmlEncode const& xmlEncode ); 4734 XmlEncode::XmlEncode( std::string const& str, ForWhat forWhat ) 4739 void XmlEncode::encodeTo( std::ostream& os ) const { 4833 std::ostream& operator << ( std::ostream& os, XmlEncode const& xmlEncode ) { 4909 m_os << ' ' << name << "=\"" << XmlEncode( attribute, XmlEncode::ForAttributes ) << '"'; 4915 m_os << ' ' << name << "=\"" << XmlEncode( attribut [all...] |
/third_party/skia/third_party/externals/expat/expat/lib/ |
H A D | xmlparse.c | 158 # define XmlEncode XmlUtf16Encode macro 166 # define XmlEncode XmlUtf8Encode macro 3128 XmlEncode(n, (ICHAR *)buf)); in doContent() 5867 n = XmlEncode(n, (ICHAR *)buf); in appendAttributeValue() 5868 /* The XmlEncode() functions can never return 0 here. That in appendAttributeValue() 5874 * XmlEncode() is never passed a value it might return an in appendAttributeValue() 6159 n = XmlEncode(n, (ICHAR *)buf); in storeEntityValue() 6160 /* The XmlEncode() functions can never return 0 here. That in storeEntityValue() 6166 * XmlEncode() is never passed a value it might return an in storeEntityValue()
|
/third_party/python/Modules/expat/ |
H A D | xmlparse.c | 153 # define XmlEncode XmlUtf16Encode macro 161 # define XmlEncode XmlUtf8Encode macro 3085 XmlEncode(n, (ICHAR *)buf)); in doContent() 5924 n = XmlEncode(n, (ICHAR *)buf); in appendAttributeValue() 5925 /* The XmlEncode() functions can never return 0 here. That in appendAttributeValue() 5931 * XmlEncode() is never passed a value it might return an in appendAttributeValue() 6217 n = XmlEncode(n, (ICHAR *)buf); in storeEntityValue() 6218 /* The XmlEncode() functions can never return 0 here. That in storeEntityValue() 6224 * XmlEncode() is never passed a value it might return an in storeEntityValue()
|
/third_party/libabigail/tests/lib/ |
H A D | catch.hpp | 6235 class XmlEncode { 6239 XmlEncode( std::string const& str, ForWhat forWhat = ForTextNodes ); 6243 friend std::ostream& operator << ( std::ostream& os, XmlEncode const& xmlEncode ); 15507 XmlEncode::XmlEncode( std::string const& str, ForWhat forWhat ) 15512 void XmlEncode::encodeTo( std::ostream& os ) const { 15606 std::ostream& operator << ( std::ostream& os, XmlEncode const& xmlEncode ) { 15698 m_os << ' ' << name << "=\"" << XmlEncode( attribute, XmlEncode::ForAttributes ) << '"'; 15714 m_os << XmlEncode( tex [all...] |
Completed in 66 milliseconds