Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dstun.h210 virtual StunAttributeValueType GetAttributeValueType(int type) const;
539 virtual StunAttributeValueType GetAttributeValueType(int type) const { in GetAttributeValueType() function
548 default: return StunMessage::GetAttributeValueType(type); in GetAttributeValueType()
601 virtual StunAttributeValueType GetAttributeValueType(int type) const { in GetAttributeValueType() function
612 default: return StunMessage::GetAttributeValueType(type); in GetAttributeValueType()
635 virtual StunAttributeValueType GetAttributeValueType(int type) const { in GetAttributeValueType() function
641 default: return StunMessage::GetAttributeValueType(type); in GetAttributeValueType()
Dstun.cc93 if (attr->value_type() != GetAttributeValueType(attr->type())) { in AddAttribute()
394 StunAttributeValueType StunMessage::GetAttributeValueType(int type) const { in GetAttributeValueType() function in cricket::StunMessage
413 StunAttributeValueType value_type = GetAttributeValueType(type); in CreateAttribute()