/external/pdfium/core/fpdfapi/font/ |
D | cfx_cttgsubtable.cpp | 160 uint32_t CFX_CTTGSUBTable::GetUInt32(FT_Bytes& p) const { in GetUInt32() function in CFX_CTTGSUBTable 179 scriptRec.ScriptTag = GetUInt32(sp); in ParseScriptList() 189 sysRecord.LangSysTag = GetUInt32(sp); in ParseScript() 207 featureRec.FeatureTag = GetUInt32(sp); in ParseFeatureList()
|
D | cfx_cttgsubtable.h | 148 uint32_t GetUInt32(FT_Bytes& p) const;
|
/external/webrtc/webrtc/p2p/base/ |
D | stun_unittest.cc | 618 msg.GetUInt32(STUN_ATTR_FINGERPRINT); in TEST_F() 643 ASSERT_TRUE(msg.GetUInt32(STUN_ATTR_FINGERPRINT) != NULL); in TEST_F() 666 ASSERT_TRUE(msg.GetUInt32(STUN_ATTR_FINGERPRINT) != NULL); in TEST_F() 694 ASSERT_TRUE(msg.GetUInt32(STUN_ATTR_FINGERPRINT) == NULL); in TEST_F() 1370 const StunUInt32Attribute* uval = msg.GetUInt32(STUN_ATTR_LIFETIME); in TEST_F() 1391 uval = msg.GetUInt32(STUN_ATTR_BANDWIDTH); in TEST_F()
|
D | port_unittest.cc | 296 msg->GetUInt32(STUN_ATTR_PRIORITY); in OnUnknownAddress() 300 msg->GetUInt32(STUN_ATTR_FINGERPRINT); in OnUnknownAddress() 1620 const StunUInt32Attribute* priority_attr = msg->GetUInt32(STUN_ATTR_PRIORITY); in TEST_F() 1634 EXPECT_TRUE(msg->GetUInt32(STUN_ATTR_FINGERPRINT) != NULL); in TEST_F() 1639 ASSERT_TRUE(msg->GetUInt32(STUN_ATTR_RETRANSMIT_COUNT) == NULL); in TEST_F() 1660 EXPECT_TRUE(msg->GetUInt32(STUN_ATTR_FINGERPRINT) != NULL); in TEST_F() 1672 ASSERT_TRUE(msg->GetUInt32(STUN_ATTR_RETRANSMIT_COUNT) == NULL); in TEST_F() 1692 EXPECT_TRUE(msg->GetUInt32(STUN_ATTR_FINGERPRINT) != NULL); in TEST_F() 1717 msg->GetUInt32(STUN_ATTR_RETRANSMIT_COUNT); in TEST_F() 1727 retransmit_attr = msg->GetUInt32(STUN_ATTR_RETRANSMIT_COUNT); in TEST_F()
|
D | turnserver.cc | 369 msg->GetUInt32(STUN_ATTR_REQUESTED_TRANSPORT); in HandleAllocateRequest() 722 msg->GetUInt32(STUN_ATTR_CHANNEL_NUMBER); in HandleChannelBindRequest() 816 const StunUInt32Attribute* lifetime_attr = msg->GetUInt32(STUN_ATTR_LIFETIME); in ComputeLifetime()
|
D | relayserver_unittest.cc | 251 res->GetUInt32(STUN_ATTR_LIFETIME); in TEST_F() 281 res->GetUInt32(STUN_ATTR_LIFETIME); in TEST_F()
|
D | relayserver.cc | 360 request.GetUInt32(STUN_ATTR_LIFETIME); in HandleStunAllocate() 485 request.GetUInt32(STUN_ATTR_OPTIONS); in HandleStunSend()
|
D | stun.h | 153 const StunUInt32Attribute* GetUInt32(int type) const;
|
D | turnport.cc | 1074 response->GetUInt32(STUN_ATTR_TURN_LIFETIME); in OnResponse() 1229 response->GetUInt32(STUN_ATTR_TURN_LIFETIME); in OnResponse()
|
D | port.cc | 547 request->GetUInt32(STUN_ATTR_RETRANSMIT_COUNT); in SendBindingResponse() 1370 request->msg()->GetUInt32(STUN_ATTR_PRIORITY); in MaybeAddPrflxCandidate()
|
D | relayport.cc | 719 msg.GetUInt32(STUN_ATTR_OPTIONS)) { in OnReadPacket()
|
D | stun.cc | 106 const StunUInt32Attribute* StunMessage::GetUInt32(int type) const { in GetUInt32() function in cricket::StunMessage
|
D | p2ptransportchannel.cc | 560 stun_msg->GetUInt32(STUN_ATTR_PRIORITY); in OnUnknownAddress()
|
/external/protobuf/src/google/protobuf/ |
D | map_test_util.cc | 1039 uint32 key = sub_message->GetReflection()->GetUInt32( in ExpectMapFieldsSetViaReflection() 1041 uint32 val = sub_message->GetReflection()->GetUInt32( in ExpectMapFieldsSetViaReflection() 1111 uint32 key = sub_message->GetReflection()->GetUInt32( in ExpectMapFieldsSetViaReflection() 1113 uint32 val = sub_message->GetReflection()->GetUInt32( in ExpectMapFieldsSetViaReflection() 1634 EXPECT_EQ(0, sub_message->GetReflection()->GetUInt32(*sub_message, in ExpectMapEntryClearViaReflection() 1636 EXPECT_EQ(0, sub_message->GetReflection()->GetUInt32(*sub_message, in ExpectMapEntryClearViaReflection() 1682 EXPECT_EQ(0, sub_message->GetReflection()->GetUInt32(*sub_message, in ExpectMapEntryClearViaReflection() 1684 EXPECT_EQ(0, sub_message->GetReflection()->GetUInt32(*sub_message, in ExpectMapEntryClearViaReflection()
|
D | test_util.cc | 2682 EXPECT_EQ(103 , reflection->GetUInt32(message, F("optional_uint32" ))); in ExpectAllFieldsSetViaReflection1() 2686 EXPECT_EQ(107 , reflection->GetUInt32(message, F("optional_fixed32" ))); in ExpectAllFieldsSetViaReflection1() 2731 EXPECT_EQ(601 , reflection->GetUInt32(message, F("oneof_uint32"))); in ExpectAllFieldsSetViaReflection1() 2893 EXPECT_EQ(403 , reflection->GetUInt32(message, F("default_uint32" ))); in ExpectAllFieldsSetViaReflection3() 2897 EXPECT_EQ(407 , reflection->GetUInt32(message, F("default_fixed32" ))); in ExpectAllFieldsSetViaReflection3() 3016 EXPECT_EQ(0 , reflection->GetUInt32(message, F("optional_uint32" ))); in ExpectClearViaReflection() 3020 EXPECT_EQ(0 , reflection->GetUInt32(message, F("optional_fixed32" ))); in ExpectClearViaReflection() 3120 EXPECT_EQ( 43 , reflection->GetUInt32(message, F("default_uint32" ))); in ExpectClearViaReflection() 3124 EXPECT_EQ( 47 , reflection->GetUInt32(message, F("default_fixed32" ))); in ExpectClearViaReflection()
|
D | map_field.cc | 381 map_key.SetUInt32Value(reflection->GetUInt32(*it, key_des)); in SyncMapWithRepeatedFieldNoLock()
|
D | generated_message_reflection.h | 239 uint32 GetUInt32(const Message& message,
|
D | message.h | 501 virtual uint32 GetUInt32(const Message& message,
|
D | text_format.cc | 1620 uint32 first = reflection->GetUInt32(*a, field_); in operator ()() 1621 uint32 second = reflection->GetUInt32(*b, field_); in operator ()()
|
D | extension_set.h | 231 uint32 GetUInt32(int number, uint32 default_value) const;
|
/external/libprotobuf-mutator/src/ |
D | field_instance.h | 115 : reflection().GetUInt32(*message_, descriptor_); in Load()
|
/external/protobuf/python/google/protobuf/pyext/ |
D | message.cc | 2247 uint32 value = reflection->GetUInt32(*message, field_descriptor); in CheckAndGetInteger()
|