Home
last modified time | relevance | path

Searched refs:GetUInt32 (Results 1 – 21 of 21) sorted by relevance

/external/pdfium/core/fpdfapi/font/
Dcfx_cttgsubtable.cpp165 uint32_t CFX_CTTGSUBTable::GetUInt32(FT_Bytes& p) const { in GetUInt32() function in CFX_CTTGSUBTable
184 scriptRec.ScriptTag = GetUInt32(sp); in ParseScriptList()
194 sysRecord.LangSysTag = GetUInt32(sp); in ParseScript()
212 featureRec.FeatureTag = GetUInt32(sp); in ParseFeatureList()
Dcfx_cttgsubtable.h148 uint32_t GetUInt32(FT_Bytes& p) const;
/external/protobuf/src/google/protobuf/
Ddynamic_message.h211 uint32 first = reflection->GetUInt32(*a, field_); in operator()
212 uint32 second = reflection->GetUInt32(*b, field_); in operator()
Dtest_util.h494 EXPECT_EQ(103, reflection->GetUInt32(message, F("optional_uint32"))); in ExpectAllFieldsSetViaReflection1()
498 EXPECT_EQ(107, reflection->GetUInt32(message, F("optional_fixed32"))); in ExpectAllFieldsSetViaReflection1()
557 EXPECT_EQ(601, reflection->GetUInt32(message, F("oneof_uint32"))); in ExpectAllFieldsSetViaReflection1()
772 EXPECT_EQ(403, reflection->GetUInt32(message, F("default_uint32"))); in ExpectAllFieldsSetViaReflection3()
776 EXPECT_EQ(407, reflection->GetUInt32(message, F("default_fixed32"))); in ExpectAllFieldsSetViaReflection3()
910 EXPECT_EQ(0, reflection->GetUInt32(message, F("optional_uint32"))); in ExpectClearViaReflection()
914 EXPECT_EQ(0, reflection->GetUInt32(message, F("optional_fixed32"))); in ExpectClearViaReflection()
1024 EXPECT_EQ(43, reflection->GetUInt32(message, F("default_uint32"))); in ExpectClearViaReflection()
1028 EXPECT_EQ(47, reflection->GetUInt32(message, F("default_fixed32"))); in ExpectClearViaReflection()
Dmap_test_util.cc1046 uint32 key = sub_message->GetReflection()->GetUInt32( in ExpectMapFieldsSetViaReflection()
1048 uint32 val = sub_message->GetReflection()->GetUInt32( in ExpectMapFieldsSetViaReflection()
1118 uint32 key = sub_message->GetReflection()->GetUInt32( in ExpectMapFieldsSetViaReflection()
1120 uint32 val = sub_message->GetReflection()->GetUInt32( in ExpectMapFieldsSetViaReflection()
Dmap_field.cc475 map_key.SetUInt32Value(reflection->GetUInt32(*it, key_des)); in SyncMapWithRepeatedFieldNoLock()
Dmessage.h481 uint32 GetUInt32(const Message& message, const FieldDescriptor* field) const;
Dtext_format.cc2048 uint32 first = reflection->GetUInt32(*a, field_); in operator ()()
2049 uint32 second = reflection->GetUInt32(*b, field_); in operator ()()
Dextension_set.h250 uint32 GetUInt32(int number, uint32 default_value) const;
/external/webrtc/api/transport/
Dstun_unittest.cc679 const StunUInt32Attribute* fingerprint = msg.GetUInt32(STUN_ATTR_FINGERPRINT); in TEST_F()
704 ASSERT_TRUE(msg.GetUInt32(STUN_ATTR_FINGERPRINT) != NULL); in TEST_F()
727 ASSERT_TRUE(msg.GetUInt32(STUN_ATTR_FINGERPRINT) != NULL); in TEST_F()
753 ASSERT_TRUE(msg.GetUInt32(STUN_ATTR_FINGERPRINT) == NULL); in TEST_F()
1559 const StunUInt32Attribute* uval = msg.GetUInt32(STUN_ATTR_LIFETIME); in TEST_F()
1578 uval = msg.GetUInt32(STUN_ATTR_BANDWIDTH); in TEST_F()
Dstun.h172 const StunUInt32Attribute* GetUInt32(int type) const;
Dstun.cc173 const StunUInt32Attribute* StunMessage::GetUInt32(int type) const { in GetUInt32() function in cricket::StunMessage
/external/webrtc/p2p/base/
Dconnection.cc595 msg->GetUInt32(STUN_ATTR_NOMINATION); in HandleStunBindingOrGoogPingRequest()
619 msg->GetUInt32(STUN_ATTR_NETWORK_INFO); in HandleStunBindingOrGoogPingRequest()
654 request->GetUInt32(STUN_ATTR_RETRANSMIT_COUNT); in SendStunBindingResponse()
1284 request->msg()->GetUInt32(STUN_ATTR_PRIORITY); in MaybeUpdateLocalCandidate()
Dport_unittest.cc337 msg->GetUInt32(STUN_ATTR_PRIORITY); in OnUnknownAddress()
341 msg->GetUInt32(STUN_ATTR_FINGERPRINT); in OnUnknownAddress()
1722 const StunUInt32Attribute* priority_attr = msg->GetUInt32(STUN_ATTR_PRIORITY); in TEST_F()
1736 EXPECT_TRUE(msg->GetUInt32(STUN_ATTR_FINGERPRINT) != NULL); in TEST_F()
1741 ASSERT_TRUE(msg->GetUInt32(STUN_ATTR_RETRANSMIT_COUNT) == NULL); in TEST_F()
1771 EXPECT_TRUE(msg->GetUInt32(STUN_ATTR_FINGERPRINT) != NULL); in TEST_F()
1783 ASSERT_TRUE(msg->GetUInt32(STUN_ATTR_RETRANSMIT_COUNT) == NULL); in TEST_F()
1802 EXPECT_TRUE(msg->GetUInt32(STUN_ATTR_FINGERPRINT) != NULL); in TEST_F()
1827 msg->GetUInt32(STUN_ATTR_RETRANSMIT_COUNT); in TEST_F()
1853 retransmit_attr = msg->GetUInt32(STUN_ATTR_RETRANSMIT_COUNT); in TEST_F()
[all …]
Dturn_server.cc391 msg->GetUInt32(STUN_ATTR_REQUESTED_TRANSPORT); in HandleAllocateRequest()
783 msg->GetUInt32(STUN_ATTR_CHANNEL_NUMBER); in HandleChannelBindRequest()
880 const StunUInt32Attribute* lifetime_attr = msg->GetUInt32(STUN_ATTR_LIFETIME); in ComputeLifetime()
Dturn_port.cc1402 response->GetUInt32(STUN_ATTR_TURN_LIFETIME); in OnResponse()
1569 response->GetUInt32(STUN_ATTR_TURN_LIFETIME); in OnResponse()
Dp2p_transport_channel.cc1002 stun_msg->GetUInt32(STUN_ATTR_PRIORITY); in OnUnknownAddress()
1016 stun_msg->GetUInt32(STUN_ATTR_NETWORK_INFO); in OnUnknownAddress()
/external/perfetto/src/trace_processor/util/
Dproto_to_json.cc75 : ref->GetUInt32(message, field_desc)); in FieldToJson()
/external/protobuf/src/google/protobuf/util/
Dtype_resolver_util.cc209 : reflection->GetUInt32(options, field))); in ConvertOptionField()
/external/libprotobuf-mutator/src/
Dfield_instance.h115 : reflection().GetUInt32(*message_, descriptor_); in Load()
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc2191 uint32 value = reflection->GetUInt32(*message, field_descriptor); in InternalGetScalar()