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
{
210
virtual
StunAttributeValueType
GetAttributeValueType(int type) const;
233
virtual
StunAttributeValueType
value_type() const = 0;
247
static StunAttribute* Create(
StunAttributeValueType
value_type, uint16 type,
279
virtual
StunAttributeValueType
value_type() const {
339
virtual
StunAttributeValueType
value_type() const {
360
virtual
StunAttributeValueType
value_type() const {
383
virtual
StunAttributeValueType
value_type() const {
406
virtual
StunAttributeValueType
value_type() const {
436
virtual
StunAttributeValueType
value_type() const
[
all
...]
stun.cc
394
StunAttributeValueType
StunMessage::GetAttributeValueType(int type) const {
413
StunAttributeValueType
value_type = GetAttributeValueType(type);
452
StunAttribute* StunAttribute::Create(
StunAttributeValueType
value_type,
Completed in 177 milliseconds