Home
last modified time | relevance | path

Searched refs:SetUInt64 (Results 1 - 9 of 9) sorted by relevance

/third_party/protobuf/src/google/protobuf/
H A Dmap_test_util.h317 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 Dmap_field.cc392 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 Dtest_util.h201 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 Dmessage.h553 void SetUInt64(Message* message, const FieldDescriptor* field,
H A Dtext_format.cc2177 reflection->SetUInt64(message, field_desc, key.GetUInt64Value()); in CopyKey()
2218 reflection->SetUInt64(message, field_desc, value.GetUInt64Value()); in CopyValue()
H A Dextension_set.h265 void SetUInt64(int number, FieldType type, uint64 value, desc);
H A Ddescriptor.cc3444 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 D7zOut.cpp42 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 Dmessage.cc2319 reflection->SetUInt64(message, field_descriptor, value); in InternalSetNonOneofScalar()

Completed in 31 milliseconds