/external/pdfium/core/src/fpdfapi/fpdf_font/ |
D | ttgsubtable.cpp | 222 rec->ScriptRecord[i].ScriptTag = GetUInt32(sp); in ParseScriptList() 240 rec->LangSysRecord[i].LangSysTag = GetUInt32(sp); in ParseScript() 272 rec->FeatureRecord[i].FeatureTag = GetUInt32(sp); in ParseFeatureList()
|
D | ttgsubtable.h | 395 TT_uint32_t GetUInt32(FT_Bytes& p) const in GetUInt32() function
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
D | stun_unittest.cc | 619 msg.GetUInt32(STUN_ATTR_FINGERPRINT); in TEST_F() 644 ASSERT_TRUE(msg.GetUInt32(STUN_ATTR_FINGERPRINT) != NULL); in TEST_F() 667 ASSERT_TRUE(msg.GetUInt32(STUN_ATTR_FINGERPRINT) != NULL); in TEST_F() 695 ASSERT_TRUE(msg.GetUInt32(STUN_ATTR_FINGERPRINT) == NULL); in TEST_F() 1342 const StunUInt32Attribute* uval = msg.GetUInt32(STUN_ATTR_LIFETIME); in TEST_F() 1363 uval = msg.GetUInt32(STUN_ATTR_BANDWIDTH); in TEST_F()
|
D | port_unittest.cc | 289 msg->GetUInt32(STUN_ATTR_PRIORITY); in OnUnknownAddress() 293 msg->GetUInt32(STUN_ATTR_FINGERPRINT); in OnUnknownAddress() 1441 const StunUInt32Attribute* priority_attr = msg->GetUInt32(STUN_ATTR_PRIORITY); in TEST_F() 1455 EXPECT_TRUE(msg->GetUInt32(STUN_ATTR_FINGERPRINT) != NULL); in TEST_F() 1460 ASSERT_TRUE(msg->GetUInt32(STUN_ATTR_RETRANSMIT_COUNT) == NULL); in TEST_F() 1481 EXPECT_TRUE(msg->GetUInt32(STUN_ATTR_FINGERPRINT) != NULL); in TEST_F() 1493 ASSERT_TRUE(msg->GetUInt32(STUN_ATTR_RETRANSMIT_COUNT) == NULL); in TEST_F() 1513 EXPECT_TRUE(msg->GetUInt32(STUN_ATTR_FINGERPRINT) != NULL); in TEST_F() 1538 msg->GetUInt32(STUN_ATTR_RETRANSMIT_COUNT); in TEST_F() 1548 retransmit_attr = msg->GetUInt32(STUN_ATTR_RETRANSMIT_COUNT); in TEST_F()
|
D | relayserver_unittest.cc | 267 res->GetUInt32(STUN_ATTR_LIFETIME); in TEST_F() 297 res->GetUInt32(STUN_ATTR_LIFETIME); in TEST_F()
|
D | turnserver.cc | 458 msg->GetUInt32(STUN_ATTR_REQUESTED_TRANSPORT); in HandleAllocateRequest() 800 msg->GetUInt32(STUN_ATTR_CHANNEL_NUMBER); in HandleChannelBindRequest() 894 const StunUInt32Attribute* lifetime_attr = msg->GetUInt32(STUN_ATTR_LIFETIME); in ComputeLifetime()
|
D | relayserver.cc | 377 request.GetUInt32(STUN_ATTR_LIFETIME); in HandleStunAllocate() 502 request.GetUInt32(STUN_ATTR_OPTIONS); in HandleStunSend()
|
D | stun.h | 169 const StunUInt32Attribute* GetUInt32(int type) const;
|
D | turnport.cc | 859 response->GetUInt32(STUN_ATTR_TURN_LIFETIME); in OnResponse() 996 response->GetUInt32(STUN_ATTR_TURN_LIFETIME); in OnResponse()
|
D | port.cc | 617 request->GetUInt32(STUN_ATTR_RETRANSMIT_COUNT); in SendBindingResponse() 1389 request->msg()->GetUInt32(STUN_ATTR_PRIORITY); in MaybeAddPrflxCandidate()
|
D | relayport.cc | 719 msg.GetUInt32(STUN_ATTR_OPTIONS)) { in OnReadPacket()
|
D | stun.cc | 123 const StunUInt32Attribute* StunMessage::GetUInt32(int type) const { in GetUInt32() function in cricket::StunMessage
|
D | p2ptransportchannel.cc | 509 stun_msg->GetUInt32(STUN_ATTR_PRIORITY); in OnUnknownAddress()
|
/external/protobuf/src/google/protobuf/ |
D | generated_message_reflection.h | 154 uint32 GetUInt32(const Message& message,
|
D | message.h | 446 virtual uint32 GetUInt32(const Message& message,
|
D | test_util.cc | 2315 EXPECT_EQ(103 , reflection->GetUInt32(message, F("optional_uint32" ))); in ExpectAllFieldsSetViaReflection1() 2319 EXPECT_EQ(107 , reflection->GetUInt32(message, F("optional_fixed32" ))); in ExpectAllFieldsSetViaReflection1() 2502 EXPECT_EQ(403 , reflection->GetUInt32(message, F("default_uint32" ))); in ExpectAllFieldsSetViaReflection3() 2506 EXPECT_EQ(407 , reflection->GetUInt32(message, F("default_fixed32" ))); in ExpectAllFieldsSetViaReflection3() 2623 EXPECT_EQ(0 , reflection->GetUInt32(message, F("optional_uint32" ))); in ExpectClearViaReflection() 2627 EXPECT_EQ(0 , reflection->GetUInt32(message, F("optional_fixed32" ))); in ExpectClearViaReflection() 2720 EXPECT_EQ( 43 , reflection->GetUInt32(message, F("default_uint32" ))); in ExpectClearViaReflection() 2724 EXPECT_EQ( 47 , reflection->GetUInt32(message, F("default_fixed32" ))); in ExpectClearViaReflection()
|
D | extension_set.h | 223 uint32 GetUInt32(int number, uint32 default_value) const;
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
D | generated_message_reflection.h | 161 uint32 GetUInt32(const Message& message,
|
D | message.h | 430 virtual uint32 GetUInt32(const Message& message,
|
D | test_util.cc | 2436 EXPECT_EQ(103 , reflection->GetUInt32(message, F("optional_uint32" ))); in ExpectAllFieldsSetViaReflection1() 2440 EXPECT_EQ(107 , reflection->GetUInt32(message, F("optional_fixed32" ))); in ExpectAllFieldsSetViaReflection1() 2633 EXPECT_EQ(403 , reflection->GetUInt32(message, F("default_uint32" ))); in ExpectAllFieldsSetViaReflection3() 2637 EXPECT_EQ(407 , reflection->GetUInt32(message, F("default_fixed32" ))); in ExpectAllFieldsSetViaReflection3() 2756 EXPECT_EQ(0 , reflection->GetUInt32(message, F("optional_uint32" ))); in ExpectClearViaReflection() 2760 EXPECT_EQ(0 , reflection->GetUInt32(message, F("optional_fixed32" ))); in ExpectClearViaReflection() 2860 EXPECT_EQ( 43 , reflection->GetUInt32(message, F("default_uint32" ))); in ExpectClearViaReflection() 2864 EXPECT_EQ( 47 , reflection->GetUInt32(message, F("default_fixed32" ))); in ExpectClearViaReflection()
|
D | extension_set.h | 225 uint32 GetUInt32(int number, uint32 default_value) const;
|
/external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/ |
D | python-proto2.cc | 557 uint32 value = reflection->GetUInt32(*message, field_descriptor); in InternalGetScalar()
|