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/
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 451 msg->GetUInt32(STUN_ATTR_REQUESTED_TRANSPORT);
780 msg->GetUInt32(STUN_ATTR_CHANNEL_NUMBER);
874 const StunUInt32Attribute* lifetime_attr = msg->GetUInt32(STUN_ATTR_LIFETIME);
    [all...]
port_unittest.cc 284 msg->GetUInt32(STUN_ATTR_PRIORITY);
288 msg->GetUInt32(STUN_ATTR_FINGERPRINT);
    [all...]
stun.h 168 const StunUInt32Attribute* GetUInt32(int type) const;
relayserver.cc 378 request.GetUInt32(STUN_ATTR_LIFETIME);
503 request.GetUInt32(STUN_ATTR_OPTIONS);
turnport.cc 698 response->GetUInt32(STUN_ATTR_TURN_LIFETIME);
775 response->GetUInt32(STUN_ATTR_TURN_LIFETIME);
    [all...]
port.cc 580 request->GetUInt32(STUN_ATTR_RETRANSMIT_COUNT);
    [all...]
p2ptransportchannel.cc 503 stun_msg->GetUInt32(STUN_ATTR_PRIORITY);
    [all...]
relayport.cc 726 msg.GetUInt32(STUN_ATTR_OPTIONS)) {
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 557 uint32 value = reflection->GetUInt32(*message, field_descriptor);
    [all...]

Completed in 169 milliseconds