Searched refs:GetUInt64 (Results 1 – 14 of 14) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | dynamic_message.h | 216 uint64 first = reflection->GetUInt64(*a, field_); in operator() 217 uint64 second = reflection->GetUInt64(*b, field_); in operator()
|
D | test_util.h | 495 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()
|
D | map_test_util.cc | 1064 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()
|
D | map_field.cc | 472 map_key.SetUInt64Value(reflection->GetUInt64(*it, key_des)); in SyncMapWithRepeatedFieldNoLock()
|
D | message.h | 482 uint64 GetUInt64(const Message& message, const FieldDescriptor* field) const;
|
D | text_format.cc | 2053 uint64 first = reflection->GetUInt64(*a, field_); in operator ()() 2054 uint64 second = reflection->GetUInt64(*b, field_); in operator ()()
|
D | extension_set.h | 251 uint64 GetUInt64(int number, uint64 default_value) const;
|
/external/protobuf/src/google/protobuf/util/ |
D | type_resolver_util.cc | 197 : reflection->GetUInt64(options, field))); in ConvertOptionField()
|
/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/libprotobuf-mutator/src/ |
D | field_instance.h | 121 : reflection().GetUInt64(*message_, descriptor_); in Load()
|
/external/protobuf/python/google/protobuf/pyext/ |
D | message.cc | 2196 uint64 value = reflection->GetUInt64(*message, field_descriptor); in InternalGetScalar()
|