Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddynamic_message.h216 uint64 first = reflection->GetUInt64(*a, field_); in operator()
217 uint64 second = reflection->GetUInt64(*b, field_); in operator()
Dtest_util.h495 EXPECT_EQ(104, reflection->GetUInt64(message, F("optional_uint64"))); in ExpectAllFieldsSetViaReflection1()
499 EXPECT_EQ(108, reflection->GetUInt64(message, F("optional_fixed64"))); in ExpectAllFieldsSetViaReflection1()
773 EXPECT_EQ(404, reflection->GetUInt64(message, F("default_uint64"))); in ExpectAllFieldsSetViaReflection3()
777 EXPECT_EQ(408, reflection->GetUInt64(message, F("default_fixed64"))); in ExpectAllFieldsSetViaReflection3()
911 EXPECT_EQ(0, reflection->GetUInt64(message, F("optional_uint64"))); in ExpectClearViaReflection()
915 EXPECT_EQ(0, reflection->GetUInt64(message, F("optional_fixed64"))); in ExpectClearViaReflection()
1025 EXPECT_EQ(44, reflection->GetUInt64(message, F("default_uint64"))); in ExpectClearViaReflection()
1029 EXPECT_EQ(48, reflection->GetUInt64(message, F("default_fixed64"))); in ExpectClearViaReflection()
Dmap_test_util.cc1064 uint64 key = sub_message->GetReflection()->GetUInt64( in ExpectMapFieldsSetViaReflection()
1066 uint64 val = sub_message->GetReflection()->GetUInt64( in ExpectMapFieldsSetViaReflection()
1136 uint64 key = sub_message->GetReflection()->GetUInt64( in ExpectMapFieldsSetViaReflection()
1138 uint64 val = sub_message->GetReflection()->GetUInt64( in ExpectMapFieldsSetViaReflection()
Dmap_field.cc472 map_key.SetUInt64Value(reflection->GetUInt64(*it, key_des)); in SyncMapWithRepeatedFieldNoLock()
Dmessage.h482 uint64 GetUInt64(const Message& message, const FieldDescriptor* field) const;
Dtext_format.cc2053 uint64 first = reflection->GetUInt64(*a, field_); in operator ()()
2054 uint64 second = reflection->GetUInt64(*b, field_); in operator ()()
Dextension_set.h251 uint64 GetUInt64(int number, uint64 default_value) const;
/external/protobuf/src/google/protobuf/util/
Dtype_resolver_util.cc197 : reflection->GetUInt64(options, field))); in ConvertOptionField()
/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/libprotobuf-mutator/src/
Dfield_instance.h121 : reflection().GetUInt64(*message_, descriptor_); in Load()
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc2196 uint64 value = reflection->GetUInt64(*message, field_descriptor); in InternalGetScalar()