OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StunUInt32Attribute
(Results
1 - 4
of
4
) sorted by null
/external/chromium/third_party/libjingle/source/talk/p2p/base/
stun.cc
90
const
StunUInt32Attribute
*
97
return reinterpret_cast<const
StunUInt32Attribute
*>(GetAttribute(type));
227
if (length !=
StunUInt32Attribute
::SIZE)
229
return new
StunUInt32Attribute
(type);
279
StunUInt32Attribute
* StunAttribute::CreateUInt32(uint16 type) {
285
return new
StunUInt32Attribute
(type);
346
StunUInt32Attribute
::
StunUInt32Attribute
(uint16 type)
350
bool
StunUInt32Attribute
::GetBit(int index) const {
355
void
StunUInt32Attribute
::SetBit(int index, bool value)
[
all
...]
stun.h
108
class
StunUInt32Attribute
;
131
const
StunUInt32Attribute
* GetUInt32(StunAttributeType type) const;
179
static
StunUInt32Attribute
* CreateUInt32(uint16 type);
224
class
StunUInt32Attribute
: public StunAttribute {
226
StunUInt32Attribute
(uint16 type);
relayserver.cc
377
const
StunUInt32Attribute
* lifetime_attr =
458
StunUInt32Attribute
* res_lifetime_attr =
508
const
StunUInt32Attribute
* options_attr =
524
StunUInt32Attribute
* options2_attr =
relayport.cc
561
StunUInt32Attribute
* options_attr =
679
if (const
StunUInt32Attribute
* options_attr =
Completed in 101 milliseconds