Searched refs:StunAttributeValueType (Results 1 – 2 of 2) sorted by relevance
59 enum StunAttributeValueType { enum194 virtual StunAttributeValueType GetAttributeValueType(int type) const;217 virtual StunAttributeValueType value_type() const = 0;231 static StunAttribute* Create(StunAttributeValueType value_type,265 virtual StunAttributeValueType value_type() const { in value_type()324 virtual StunAttributeValueType value_type() const { in value_type()345 virtual StunAttributeValueType value_type() const { in value_type()368 virtual StunAttributeValueType value_type() const { in value_type()391 virtual StunAttributeValueType value_type() const { in value_type()421 virtual StunAttributeValueType value_type() const { in value_type()[all …]
376 StunAttributeValueType StunMessage::GetAttributeValueType(int type) const { in GetAttributeValueType()396 StunAttributeValueType value_type = GetAttributeValueType(type); in CreateAttribute()435 StunAttribute* StunAttribute::Create(StunAttributeValueType value_type, in Create()