Searched refs:SetUInt64 (Results 1 - 9 of 9) sorted by relevance
/third_party/protobuf/src/google/protobuf/ |
H A D | map_test_util.h | 317 sub_message->GetReflection()->SetUInt64(sub_message, map_uint64_uint64_key_, in SetMapFieldsViaReflection() 319 sub_message->GetReflection()->SetUInt64(sub_message, map_uint64_uint64_val_, in SetMapFieldsViaReflection() 341 sub_message->GetReflection()->SetUInt64(sub_message, map_fixed64_fixed64_key_, in SetMapFieldsViaReflection() 343 sub_message->GetReflection()->SetUInt64(sub_message, map_fixed64_fixed64_val_, in SetMapFieldsViaReflection() 412 sub_message->GetReflection()->SetUInt64(sub_message, map_uint64_uint64_key_, in SetMapFieldsViaReflection() 414 sub_message->GetReflection()->SetUInt64(sub_message, map_uint64_uint64_val_, in SetMapFieldsViaReflection() 436 sub_message->GetReflection()->SetUInt64(sub_message, map_fixed64_fixed64_key_, in SetMapFieldsViaReflection() 438 sub_message->GetReflection()->SetUInt64(sub_message, map_fixed64_fixed64_val_, in SetMapFieldsViaReflection()
|
H A D | map_field.cc | 392 reflection->SetUInt64(new_entry, key_des, map_key.GetUInt64Value()); in SyncRepeatedFieldWithMapNoLock() 419 reflection->SetUInt64(new_entry, val_des, map_val.GetUInt64Value()); in SyncRepeatedFieldWithMapNoLock()
|
H A D | test_util.h | 201 reflection->SetUInt64(message, F("optional_uint64"), 104); in SetAllFieldsViaReflection() 205 reflection->SetUInt64(message, F("optional_fixed64"), 108); in SetAllFieldsViaReflection() 316 reflection->SetUInt64(message, F("default_uint64"), 404); in SetAllFieldsViaReflection() 320 reflection->SetUInt64(message, F("default_fixed64"), 408); in SetAllFieldsViaReflection()
|
H A D | message.h | 553 void SetUInt64(Message* message, const FieldDescriptor* field,
|
H A D | text_format.cc | 2177 reflection->SetUInt64(message, field_desc, key.GetUInt64Value()); in CopyKey() 2218 reflection->SetUInt64(message, field_desc, value.GetUInt64Value()); in CopyValue()
|
H A D | extension_set.h | 265 void SetUInt64(int number, FieldType type, uint64 value, desc);
|
H A D | descriptor.cc | 3444 void SetUInt64(int number, uint64 value, FieldDescriptor::Type type, 6936 SetUInt64(option_field->number(), in SetOptionValue() 7252 void DescriptorBuilder::OptionInterpreter::SetUInt64( in SetUInt64() function in google::protobuf::DescriptorBuilder::OptionInterpreter
|
/third_party/lzma/CPP/7zip/Archive/7z/ |
H A D | 7zOut.cpp | 42 static void SetUInt64(Byte *p, UInt64 d)
in SetUInt64() function 52 SetUInt64(buf + 8 + 4, h.NextHeaderOffset);
in WriteStartHeader() 53 SetUInt64(buf + 8 + 12, h.NextHeaderSize);
in WriteStartHeader()
|
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | message.cc | 2319 reflection->SetUInt64(message, field_descriptor, value); in InternalSetNonOneofScalar()
|
Completed in 31 milliseconds