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/chromium_org/third_party/libjingle/source/talk/p2p/base/
stun.h
75
enum
StunAttributeValueType
{
209
virtual
StunAttributeValueType
GetAttributeValueType(int type) const;
232
virtual
StunAttributeValueType
value_type() const = 0;
246
static StunAttribute* Create(
StunAttributeValueType
value_type, uint16 type,
278
virtual
StunAttributeValueType
value_type() const {
338
virtual
StunAttributeValueType
value_type() const {
359
virtual
StunAttributeValueType
value_type() const {
382
virtual
StunAttributeValueType
value_type() const {
405
virtual
StunAttributeValueType
value_type() const {
435
virtual
StunAttributeValueType
value_type() const
[
all
...]
stun.cc
392
StunAttributeValueType
StunMessage::GetAttributeValueType(int type) const {
411
StunAttributeValueType
value_type = GetAttributeValueType(type);
450
StunAttribute* StunAttribute::Create(
StunAttributeValueType
value_type,
Completed in 2262 milliseconds