Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dstun_unittest.cc618 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()
Dport_unittest.cc296 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()
Dturnserver.cc369 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()
Drelayserver_unittest.cc251 res->GetUInt32(STUN_ATTR_LIFETIME); in TEST_F()
281 res->GetUInt32(STUN_ATTR_LIFETIME); in TEST_F()
Drelayserver.cc360 request.GetUInt32(STUN_ATTR_LIFETIME); in HandleStunAllocate()
485 request.GetUInt32(STUN_ATTR_OPTIONS); in HandleStunSend()
Dstun.h153 const StunUInt32Attribute* GetUInt32(int type) const;
Dport.cc547 request->GetUInt32(STUN_ATTR_RETRANSMIT_COUNT); in SendBindingResponse()
1370 request->msg()->GetUInt32(STUN_ATTR_PRIORITY); in MaybeAddPrflxCandidate()
Dturnport.cc1074 response->GetUInt32(STUN_ATTR_TURN_LIFETIME); in OnResponse()
1229 response->GetUInt32(STUN_ATTR_TURN_LIFETIME); in OnResponse()
Drelayport.cc719 msg.GetUInt32(STUN_ATTR_OPTIONS)) { in OnReadPacket()
Dstun.cc106 const StunUInt32Attribute* StunMessage::GetUInt32(int type) const { in GetUInt32() function in cricket::StunMessage
Dp2ptransportchannel.cc560 stun_msg->GetUInt32(STUN_ATTR_PRIORITY); in OnUnknownAddress()
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dttgsubtable.cpp208 rec->ScriptRecord[i].ScriptTag = GetUInt32(sp); in ParseScriptList()
223 rec->LangSysRecord[i].LangSysTag = GetUInt32(sp); in ParseScript()
251 rec->FeatureRecord[i].FeatureTag = GetUInt32(sp); in ParseFeatureList()
Dttgsubtable.h342 uint32_t GetUInt32(FT_Bytes& p) const { in GetUInt32() function
/external/opencv3/samples/winrt/ImageManipulations/common/
Dsuspensionmanager.cpp333 writer->WriteUInt32(propertyValue->GetUInt32());
/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection.h203 uint32 GetUInt32(const Message& message,
Dmessage.h453 virtual uint32 GetUInt32(const Message& message,
Dtest_util.cc2681 EXPECT_EQ(103 , reflection->GetUInt32(message, F("optional_uint32" ))); in ExpectAllFieldsSetViaReflection1()
2685 EXPECT_EQ(107 , reflection->GetUInt32(message, F("optional_fixed32" ))); in ExpectAllFieldsSetViaReflection1()
2730 EXPECT_EQ(601 , reflection->GetUInt32(message, F("oneof_uint32"))); in ExpectAllFieldsSetViaReflection1()
2892 EXPECT_EQ(403 , reflection->GetUInt32(message, F("default_uint32" ))); in ExpectAllFieldsSetViaReflection3()
2896 EXPECT_EQ(407 , reflection->GetUInt32(message, F("default_fixed32" ))); in ExpectAllFieldsSetViaReflection3()
3015 EXPECT_EQ(0 , reflection->GetUInt32(message, F("optional_uint32" ))); in ExpectClearViaReflection()
3019 EXPECT_EQ(0 , reflection->GetUInt32(message, F("optional_fixed32" ))); in ExpectClearViaReflection()
3119 EXPECT_EQ( 43 , reflection->GetUInt32(message, F("default_uint32" ))); in ExpectClearViaReflection()
3123 EXPECT_EQ( 47 , reflection->GetUInt32(message, F("default_fixed32" ))); in ExpectClearViaReflection()
Dextension_set.h227 uint32 GetUInt32(int number, uint32 default_value) const;
/external/pdfium/xfa/src/fgas/src/font/
Dfx_stdfontmgr.cpp1308 #define GetUInt32(p) \ macro
1347 #undef GetUInt32
/external/opencv3/modules/videoio/src/
Dcap_msmf.hpp2511 hr = spPropVal->GetUInt32(&uiType); in SetProperties()
2605 hr = pValue->GetUInt32(&value); in AddAttribute()
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc1645 uint32 value = reflection->GetUInt32(*message, field_descriptor); in CheckAndGetInteger()