HomeSort by relevance Sort by last modified time
    Searched refs:StunAttributeType (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stun.h 61 enum StunAttributeType {
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 {
162 return static_cast<StunAttributeType>(type_);
stun.cc 72 StunMessage::GetAddress(StunAttributeType type) const {
91 StunMessage::GetUInt32(StunAttributeType type) const {
106 StunMessage::GetByteString(StunAttributeType type) const {
136 const StunAttribute* StunMessage::GetAttribute(StunAttributeType type) const {

Completed in 130 milliseconds