Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dstun.h194 virtual StunAttributeValueType GetAttributeValueType(int type) const;
524 virtual StunAttributeValueType GetAttributeValueType(int type) const { in GetAttributeValueType() function
533 default: return StunMessage::GetAttributeValueType(type); in GetAttributeValueType()
586 virtual StunAttributeValueType GetAttributeValueType(int type) const { in GetAttributeValueType() function
597 default: return StunMessage::GetAttributeValueType(type); in GetAttributeValueType()
620 virtual StunAttributeValueType GetAttributeValueType(int type) const { in GetAttributeValueType() function
626 default: return StunMessage::GetAttributeValueType(type); in GetAttributeValueType()
Dstun.cc76 if (attr->value_type() != GetAttributeValueType(attr->type())) { in AddAttribute()
376 StunAttributeValueType StunMessage::GetAttributeValueType(int type) const { in GetAttributeValueType() function in cricket::StunMessage
396 StunAttributeValueType value_type = GetAttributeValueType(type); in CreateAttribute()