OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StunAttributeValueType
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/p2p/base/
stun.h
59
enum
StunAttributeValueType
{
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 {
324
virtual
StunAttributeValueType
value_type() const {
345
virtual
StunAttributeValueType
value_type() const {
368
virtual
StunAttributeValueType
value_type() const {
391
virtual
StunAttributeValueType
value_type() const {
421
virtual
StunAttributeValueType
value_type() const
[
all
...]
stun.cc
376
StunAttributeValueType
StunMessage::GetAttributeValueType(int type) const {
396
StunAttributeValueType
value_type = GetAttributeValueType(type);
435
StunAttribute* StunAttribute::Create(
StunAttributeValueType
value_type,
Completed in 47 milliseconds