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

/external/lzma/CPP/7zip/Archive/7z/
H A D7zOut.cpp43 static void SetUInt64(Byte *p, UInt64 d) function in namespace:NArchive::N7z
52 SetUInt64(buf + 4, h.NextHeaderOffset);
53 SetUInt64(buf + 12, h.NextHeaderSize);
/external/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.h235 void SetUInt64(Message* message,
H A Dmessage.h501 virtual void SetUInt64(Message* message,
H A Dextension_set.h246 void SetUInt64(int number, FieldType type, uint64 value, desc);
H A Ddescriptor.cc2580 void SetUInt64(int number, uint64 value, FieldDescriptor::Type type,
5069 SetUInt64(option_field->number(),
5368 void DescriptorBuilder::OptionInterpreter::SetUInt64(int number, uint64 value, function in class:google::protobuf::DescriptorBuilder::OptionInterpreter
H A Dtest_util.cc2390 reflection->SetUInt64(message, F("optional_uint64" ), 104);
2394 reflection->SetUInt64(message, F("optional_fixed64" ), 108);
2501 reflection->SetUInt64(message, F("default_uint64" ), 404);
2505 reflection->SetUInt64(message, F("default_fixed64" ), 408);
/external/protobuf/python/google/protobuf/pyext/
H A Dmessage.cc1778 reflection->SetUInt64(message, field_descriptor, value);

Completed in 295 milliseconds