Home
last modified time | relevance | path

Searched refs:StunUInt16ListAttribute (Results 1 – 2 of 2) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dstun.cc126 const StunUInt16ListAttribute* StunMessage::GetUnknownAttributes() const { in GetUnknownAttributes()
127 return reinterpret_cast<const StunUInt16ListAttribute*>( in GetUnknownAttributes()
248 return (length % 2 == 0) ? new StunUInt16ListAttribute(type, length) : 0; in Create()
313 StunUInt16ListAttribute* StunAttribute::CreateUnknownAttributes() { in CreateUnknownAttributes()
314 return new StunUInt16ListAttribute(STUN_ATTR_UNKNOWN_ATTRIBUTES, 0); in CreateUnknownAttributes()
456 StunUInt16ListAttribute::StunUInt16ListAttribute(uint16 type, uint16 length) in StunUInt16ListAttribute() function in cricket::StunUInt16ListAttribute
461 StunUInt16ListAttribute::~StunUInt16ListAttribute() { in ~StunUInt16ListAttribute()
465 size_t StunUInt16ListAttribute::Size() const { in Size()
469 uint16 StunUInt16ListAttribute::GetType(int index) const { in GetType()
473 void StunUInt16ListAttribute::SetType(int index, uint16 value) { in SetType()
[all …]
Dstun.h111 class StunUInt16ListAttribute; variable
134 const StunUInt16ListAttribute* GetUnknownAttributes() const;
182 static StunUInt16ListAttribute* CreateUnknownAttributes();
303 class StunUInt16ListAttribute : public StunAttribute {
305 StunUInt16ListAttribute(uint16 type, uint16 length);
306 ~StunUInt16ListAttribute();