Searched refs:GetAttributeValueType (Results 1 – 2 of 2) sorted by relevance
210 virtual StunAttributeValueType GetAttributeValueType(int type) const;539 virtual StunAttributeValueType GetAttributeValueType(int type) const { in GetAttributeValueType() function548 default: return StunMessage::GetAttributeValueType(type); in GetAttributeValueType()601 virtual StunAttributeValueType GetAttributeValueType(int type) const { in GetAttributeValueType() function612 default: return StunMessage::GetAttributeValueType(type); in GetAttributeValueType()635 virtual StunAttributeValueType GetAttributeValueType(int type) const { in GetAttributeValueType() function641 default: return StunMessage::GetAttributeValueType(type); in GetAttributeValueType()
93 if (attr->value_type() != GetAttributeValueType(attr->type())) { in AddAttribute()394 StunAttributeValueType StunMessage::GetAttributeValueType(int type) const { in GetAttributeValueType() function in cricket::StunMessage413 StunAttributeValueType value_type = GetAttributeValueType(type); in CreateAttribute()