Searched defs:StaticQName (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/libjingle/xmllite/
H A Dqname.h20 // StaticQName is used to represend constant quailified names. They
22 // const StaticQName QN_FOO = { "foo_namespace", "foo" };
25 // else. StaticQName instances are implicitly converted to QName
27 struct StaticQName { struct in namespace:buzz
39 QName(const StaticQName& const_value);
49 int Compare(const StaticQName& other) const;
52 bool operator==(const StaticQName& other) const {
58 bool operator!=(const StaticQName& other) const {
73 inline bool StaticQName::operator==(const QName& other) const {
77 inline bool StaticQName
[all...]

Completed in 59 milliseconds