OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StunUInt16ListAttribute
(Results
1 - 5
of
5
) sorted by null
/external/chromium/third_party/libjingle/source/talk/p2p/base/
stun.cc
126
const
StunUInt16ListAttribute
* StunMessage::GetUnknownAttributes() const {
127
return reinterpret_cast<const
StunUInt16ListAttribute
*>(
248
return (length % 2 == 0) ? new
StunUInt16ListAttribute
(type, length) : 0;
313
StunUInt16ListAttribute
* StunAttribute::CreateUnknownAttributes() {
314
return new
StunUInt16ListAttribute
(STUN_ATTR_UNKNOWN_ATTRIBUTES, 0);
456
StunUInt16ListAttribute
::
StunUInt16ListAttribute
(uint16 type, uint16 length)
461
StunUInt16ListAttribute
::~
StunUInt16ListAttribute
() {
465
size_t
StunUInt16ListAttribute
::Size() const
[
all
...]
stun.h
111
class
StunUInt16ListAttribute
;
134
const
StunUInt16ListAttribute
* GetUnknownAttributes() const;
182
static
StunUInt16ListAttribute
* CreateUnknownAttributes();
303
class
StunUInt16ListAttribute
: public StunAttribute {
305
StunUInt16ListAttribute
(uint16 type, uint16 length);
306
~
StunUInt16ListAttribute
();
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stun.cc
139
const
StunUInt16ListAttribute
* StunMessage::GetUnknownAttributes() const {
140
return static_cast<const
StunUInt16ListAttribute
*>(
467
return new
StunUInt16ListAttribute
(type, length);
498
StunUInt16ListAttribute
* StunAttribute::CreateUnknownAttributes() {
499
return new
StunUInt16ListAttribute
(STUN_ATTR_UNKNOWN_ATTRIBUTES, 0);
828
StunUInt16ListAttribute
::
StunUInt16ListAttribute
(uint16 type, uint16 length)
833
StunUInt16ListAttribute
::~
StunUInt16ListAttribute
() {
837
size_t
StunUInt16ListAttribute
::Size() const
[
all
...]
stun.h
141
class
StunUInt16ListAttribute
;
174
const
StunUInt16ListAttribute
* GetUnknownAttributes() const;
256
static
StunUInt16ListAttribute
* CreateUnknownAttributes();
461
class
StunUInt16ListAttribute
: public StunAttribute {
463
StunUInt16ListAttribute
(uint16 type, uint16 length);
464
~
StunUInt16ListAttribute
();
stun_unittest.cc
[
all
...]
Completed in 286 milliseconds