Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dstun.h59 enum StunAttributeValueType { enum
194 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 …]
Dstun.cc376 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()