Searched refs:GetAttributeValueType (Results 1 – 2 of 2) sorted by relevance
194 virtual StunAttributeValueType GetAttributeValueType(int type) const;524 virtual StunAttributeValueType GetAttributeValueType(int type) const { in GetAttributeValueType() function533 default: return StunMessage::GetAttributeValueType(type); in GetAttributeValueType()586 virtual StunAttributeValueType GetAttributeValueType(int type) const { in GetAttributeValueType() function597 default: return StunMessage::GetAttributeValueType(type); in GetAttributeValueType()620 virtual StunAttributeValueType GetAttributeValueType(int type) const { in GetAttributeValueType() function626 default: return StunMessage::GetAttributeValueType(type); in GetAttributeValueType()
76 if (attr->value_type() != GetAttributeValueType(attr->type())) { in AddAttribute()376 StunAttributeValueType StunMessage::GetAttributeValueType(int type) const { in GetAttributeValueType() function in cricket::StunMessage396 StunAttributeValueType value_type = GetAttributeValueType(type); in CreateAttribute()