Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dstun.h61 enum StunAttributeType { enum
130 const StunAddressAttribute* GetAddress(StunAttributeType type) const;
131 const StunUInt32Attribute* GetUInt32(StunAttributeType type) const;
132 const StunByteStringAttribute* GetByteString(StunAttributeType type) const;
153 const StunAttribute* GetAttribute(StunAttributeType type) const;
161 StunAttributeType type() const { in type()
162 return static_cast<StunAttributeType>(type_); in type()
Dstun.cc72 StunMessage::GetAddress(StunAttributeType type) const { in GetAddress()
91 StunMessage::GetUInt32(StunAttributeType type) const { in GetUInt32()
106 StunMessage::GetByteString(StunAttributeType type) const { in GetByteString()
136 const StunAttribute* StunMessage::GetAttribute(StunAttributeType type) const { in GetAttribute()