Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dmap_test_util.cc366 ->SetUInt64(sub_message, map_uint64_uint64_key_, 0); in SetMapFieldsViaReflection()
368 ->SetUInt64(sub_message, map_uint64_uint64_val_, 0); in SetMapFieldsViaReflection()
390 ->SetUInt64(sub_message, map_fixed64_fixed64_key_, 0); in SetMapFieldsViaReflection()
392 ->SetUInt64(sub_message, map_fixed64_fixed64_val_, 0); in SetMapFieldsViaReflection()
472 ->SetUInt64(sub_message, map_uint64_uint64_key_, 1); in SetMapFieldsViaReflection()
474 ->SetUInt64(sub_message, map_uint64_uint64_val_, 1); in SetMapFieldsViaReflection()
496 ->SetUInt64(sub_message, map_fixed64_fixed64_key_, 1); in SetMapFieldsViaReflection()
498 ->SetUInt64(sub_message, map_fixed64_fixed64_val_, 1); in SetMapFieldsViaReflection()
Dmap_field.cc296 reflection->SetUInt64(new_entry, key_des, map_key.GetUInt64Value()); in SyncRepeatedFieldWithMapNoLock()
323 reflection->SetUInt64(new_entry, val_des, map_val.GetUInt64Value()); in SyncRepeatedFieldWithMapNoLock()
Dmessage.h558 virtual void SetUInt64(Message* message,
Dgenerated_message_reflection.h292 void SetUInt64(Message* message,
Dextension_set.h250 void SetUInt64(int number, FieldType type, uint64 value, desc);
Dtest_util.cc2391 reflection->SetUInt64(message, F("optional_uint64" ), 104); in SetAllFieldsViaReflection()
2395 reflection->SetUInt64(message, F("optional_fixed64" ), 108); in SetAllFieldsViaReflection()
2502 reflection->SetUInt64(message, F("default_uint64" ), 404); in SetAllFieldsViaReflection()
2506 reflection->SetUInt64(message, F("default_fixed64" ), 408); in SetAllFieldsViaReflection()
Ddescriptor.cc3070 void SetUInt64(int number, uint64 value, FieldDescriptor::Type type,
5924 SetUInt64(option_field->number(), in SetOptionValue()
6223 void DescriptorBuilder::OptionInterpreter::SetUInt64(int number, uint64 value, in SetUInt64() function in google::protobuf::DescriptorBuilder::OptionInterpreter
/external/lzma/CPP/7zip/Archive/7z/
D7zOut.cpp43 static void SetUInt64(Byte *p, UInt64 d) in SetUInt64() function
52 SetUInt64(buf + 4, h.NextHeaderOffset); in WriteStartHeader()
53 SetUInt64(buf + 12, h.NextHeaderSize); in WriteStartHeader()
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc2364 reflection->SetUInt64(message, field_descriptor, value); in CheckAndGetInteger()