OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetAttributeValueType
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stun.h
209
virtual StunAttributeValueType
GetAttributeValueType
(int type) const;
538
virtual StunAttributeValueType
GetAttributeValueType
(int type) const {
547
default: return StunMessage::
GetAttributeValueType
(type);
600
virtual StunAttributeValueType
GetAttributeValueType
(int type) const {
611
default: return StunMessage::
GetAttributeValueType
(type);
634
virtual StunAttributeValueType
GetAttributeValueType
(int type) const {
640
default: return StunMessage::
GetAttributeValueType
(type);
stun.cc
92
if (attr->value_type() !=
GetAttributeValueType
(attr->type())) {
392
StunAttributeValueType StunMessage::
GetAttributeValueType
(int type) const {
411
StunAttributeValueType value_type =
GetAttributeValueType
(type);
Completed in 120 milliseconds