Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_font/
Dttgsubtable.cpp222 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()
Dttgsubtable.h395 TT_uint32_t GetUInt32(FT_Bytes& p) const in GetUInt32() function
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dstun_unittest.cc619 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()
Dport_unittest.cc289 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()
Drelayserver_unittest.cc267 res->GetUInt32(STUN_ATTR_LIFETIME); in TEST_F()
297 res->GetUInt32(STUN_ATTR_LIFETIME); in TEST_F()
Dturnserver.cc458 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()
Drelayserver.cc377 request.GetUInt32(STUN_ATTR_LIFETIME); in HandleStunAllocate()
502 request.GetUInt32(STUN_ATTR_OPTIONS); in HandleStunSend()
Dstun.h169 const StunUInt32Attribute* GetUInt32(int type) const;
Dturnport.cc859 response->GetUInt32(STUN_ATTR_TURN_LIFETIME); in OnResponse()
996 response->GetUInt32(STUN_ATTR_TURN_LIFETIME); in OnResponse()
Dport.cc617 request->GetUInt32(STUN_ATTR_RETRANSMIT_COUNT); in SendBindingResponse()
1389 request->msg()->GetUInt32(STUN_ATTR_PRIORITY); in MaybeAddPrflxCandidate()
Drelayport.cc719 msg.GetUInt32(STUN_ATTR_OPTIONS)) { in OnReadPacket()
Dstun.cc123 const StunUInt32Attribute* StunMessage::GetUInt32(int type) const { in GetUInt32() function in cricket::StunMessage
Dp2ptransportchannel.cc509 stun_msg->GetUInt32(STUN_ATTR_PRIORITY); in OnUnknownAddress()
/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection.h154 uint32 GetUInt32(const Message& message,
Dmessage.h446 virtual uint32 GetUInt32(const Message& message,
Dtest_util.cc2315 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()
Dextension_set.h223 uint32 GetUInt32(int number, uint32 default_value) const;
/external/chromium_org/third_party/protobuf/src/google/protobuf/
Dgenerated_message_reflection.h161 uint32 GetUInt32(const Message& message,
Dmessage.h430 virtual uint32 GetUInt32(const Message& message,
Dtest_util.cc2436 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()
Dextension_set.h225 uint32 GetUInt32(int number, uint32 default_value) const;
/external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
Dpython-proto2.cc557 uint32 value = reflection->GetUInt32(*message, field_descriptor); in InternalGetScalar()