HomeSort by relevance Sort by last modified time
    Searched refs:GetUInt32 (Results 1 - 24 of 24) sorted by null

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stun.h 131 const StunUInt32Attribute* GetUInt32(StunAttributeType type) const;
stun.cc 91 StunMessage::GetUInt32(StunAttributeType type) const {
relayserver.cc 378 request.GetUInt32(STUN_ATTR_LIFETIME);
509 request.GetUInt32(STUN_ATTR_OPTIONS);
relayport.cc 680 msg.GetUInt32(STUN_ATTR_OPTIONS)) {
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
port_unittest.cc 284 msg->GetUInt32(STUN_ATTR_PRIORITY);
288 msg->GetUInt32(STUN_ATTR_FINGERPRINT);
    [all...]
stun_unittest.cc 662 msg.GetUInt32(STUN_ATTR_FINGERPRINT);
687 ASSERT_TRUE(msg.GetUInt32(STUN_ATTR_FINGERPRINT) != NULL);
710 ASSERT_TRUE(msg.GetUInt32(STUN_ATTR_FINGERPRINT) != NULL);
738 ASSERT_TRUE(msg.GetUInt32(STUN_ATTR_FINGERPRINT) == NULL);
    [all...]
relayserver_unittest.cc 261 res->GetUInt32(STUN_ATTR_LIFETIME);
291 res->GetUInt32(STUN_ATTR_LIFETIME);
turnserver.cc 449 msg->GetUInt32(STUN_ATTR_REQUESTED_TRANSPORT);
777 msg->GetUInt32(STUN_ATTR_CHANNEL_NUMBER);
870 const StunUInt32Attribute* lifetime_attr = msg->GetUInt32(STUN_ATTR_LIFETIME);
    [all...]
stun.h 168 const StunUInt32Attribute* GetUInt32(int type) const;
port.cc 578 request->GetUInt32(STUN_ATTR_RETRANSMIT_COUNT);
    [all...]
relayserver.cc 376 request.GetUInt32(STUN_ATTR_LIFETIME);
501 request.GetUInt32(STUN_ATTR_OPTIONS);
turnport.cc 678 response->GetUInt32(STUN_ATTR_TURN_LIFETIME);
755 response->GetUInt32(STUN_ATTR_TURN_LIFETIME);
    [all...]
relayport.cc 705 msg.GetUInt32(STUN_ATTR_OPTIONS)) {
p2ptransportchannel.cc 503 stun_msg->GetUInt32(STUN_ATTR_PRIORITY);
    [all...]
stun.cc 122 const StunUInt32Attribute* StunMessage::GetUInt32(int type) const {
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
generated_message_reflection.h 161 uint32 GetUInt32(const Message& message,
message.h 430 virtual uint32 GetUInt32(const Message& message,
    [all...]
test_util.cc     [all...]
extension_set.h 225 uint32 GetUInt32(int number, uint32 default_value) const;
    [all...]
  /external/protobuf/src/google/protobuf/
generated_message_reflection.h 154 uint32 GetUInt32(const Message& message,
message.h 446 virtual uint32 GetUInt32(const Message& message,
    [all...]
test_util.cc     [all...]
extension_set.h 223 uint32 GetUInt32(int number, uint32 default_value) const;
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
python-proto2.cc 563 uint32 value = reflection->GetUInt32(*message, field_descriptor);
    [all...]

Completed in 447 milliseconds