Searched refs:GetUInt64 (Results 1 – 11 of 11) sorted by relevance
/external/opencv3/samples/winrt/ImageManipulations/common/ |
D | suspensionmanager.cpp | 337 writer->WriteUInt64(propertyValue->GetUInt64());
|
/external/protobuf/src/google/protobuf/ |
D | generated_message_reflection.h | 205 uint64 GetUInt64(const Message& message,
|
D | message.h | 455 virtual uint64 GetUInt64(const Message& message,
|
D | test_util.cc | 2682 EXPECT_EQ(104 , reflection->GetUInt64(message, F("optional_uint64" ))); in ExpectAllFieldsSetViaReflection1() 2686 EXPECT_EQ(108 , reflection->GetUInt64(message, F("optional_fixed64" ))); in ExpectAllFieldsSetViaReflection1() 2893 EXPECT_EQ(404 , reflection->GetUInt64(message, F("default_uint64" ))); in ExpectAllFieldsSetViaReflection3() 2897 EXPECT_EQ(408 , reflection->GetUInt64(message, F("default_fixed64" ))); in ExpectAllFieldsSetViaReflection3() 3016 EXPECT_EQ(0 , reflection->GetUInt64(message, F("optional_uint64" ))); in ExpectClearViaReflection() 3020 EXPECT_EQ(0 , reflection->GetUInt64(message, F("optional_fixed64" ))); in ExpectClearViaReflection() 3120 EXPECT_EQ( 44 , reflection->GetUInt64(message, F("default_uint64" ))); in ExpectClearViaReflection() 3124 EXPECT_EQ( 48 , reflection->GetUInt64(message, F("default_fixed64" ))); in ExpectClearViaReflection()
|
D | extension_set.h | 228 uint64 GetUInt64(int number, uint64 default_value) const;
|
/external/webrtc/webrtc/p2p/base/ |
D | stun.h | 154 const StunUInt64Attribute* GetUInt64(int type) const;
|
D | port.cc | 468 stun_msg->GetUInt64(STUN_ATTR_ICE_CONTROLLING); in MaybeIceRoleConflict() 484 stun_attr = stun_msg->GetUInt64(STUN_ATTR_ICE_CONTROLLED); in MaybeIceRoleConflict()
|
D | stun.cc | 110 const StunUInt64Attribute* StunMessage::GetUInt64(int type) const { in GetUInt64() function in cricket::StunMessage
|
D | port_unittest.cc | 1629 msg->GetUInt64(STUN_ATTR_ICE_CONTROLLING); in TEST_F() 1710 msg->GetUInt64(STUN_ATTR_ICE_CONTROLLED); in TEST_F() 1752 msg->GetUInt64(STUN_ATTR_ICE_CONTROLLING); in TEST_F()
|
/external/protobuf/python/google/protobuf/pyext/ |
D | message.cc | 1650 uint64 value = reflection->GetUInt64(*message, field_descriptor); in CheckAndGetInteger()
|
/external/opencv3/modules/videoio/src/ |
D | cap_msmf.hpp | 2616 hr = pValue->GetUInt64(&value); in AddAttribute()
|