Searched refs:StunAttributeType (Results 1 – 2 of 2) sorted by relevance
61 enum StunAttributeType { enum130 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()
72 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()