Home
last modified time | relevance | path

Searched refs:GetUInt64 (Results 1 – 11 of 11) sorted by relevance

/external/opencv3/samples/winrt/ImageManipulations/common/
Dsuspensionmanager.cpp337 writer->WriteUInt64(propertyValue->GetUInt64());
/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection.h205 uint64 GetUInt64(const Message& message,
Dmessage.h455 virtual uint64 GetUInt64(const Message& message,
Dtest_util.cc2682 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()
Dextension_set.h228 uint64 GetUInt64(int number, uint64 default_value) const;
/external/webrtc/webrtc/p2p/base/
Dstun.h154 const StunUInt64Attribute* GetUInt64(int type) const;
Dport.cc468 stun_msg->GetUInt64(STUN_ATTR_ICE_CONTROLLING); in MaybeIceRoleConflict()
484 stun_attr = stun_msg->GetUInt64(STUN_ATTR_ICE_CONTROLLED); in MaybeIceRoleConflict()
Dstun.cc110 const StunUInt64Attribute* StunMessage::GetUInt64(int type) const { in GetUInt64() function in cricket::StunMessage
Dport_unittest.cc1629 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/
Dmessage.cc1650 uint64 value = reflection->GetUInt64(*message, field_descriptor); in CheckAndGetInteger()
/external/opencv3/modules/videoio/src/
Dcap_msmf.hpp2616 hr = pValue->GetUInt64(&value); in AddAttribute()