OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StunUInt16ListAttribute
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stun.cc
140
const
StunUInt16ListAttribute
* StunMessage::GetUnknownAttributes() const {
141
return static_cast<const
StunUInt16ListAttribute
*>(
469
return new
StunUInt16ListAttribute
(type, length);
500
StunUInt16ListAttribute
* StunAttribute::CreateUnknownAttributes() {
501
return new
StunUInt16ListAttribute
(STUN_ATTR_UNKNOWN_ATTRIBUTES, 0);
830
StunUInt16ListAttribute
::
StunUInt16ListAttribute
(uint16 type, uint16 length)
835
StunUInt16ListAttribute
::~
StunUInt16ListAttribute
() {
839
size_t
StunUInt16ListAttribute
::Size() const
[
all
...]
stun.h
142
class
StunUInt16ListAttribute
;
175
const
StunUInt16ListAttribute
* GetUnknownAttributes() const;
257
static
StunUInt16ListAttribute
* CreateUnknownAttributes();
462
class
StunUInt16ListAttribute
: public StunAttribute {
464
StunUInt16ListAttribute
(uint16 type, uint16 length);
465
~
StunUInt16ListAttribute
();
stun_unittest.cc
[
all
...]
Completed in 28 milliseconds