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

/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextMacOSXFrameBackchain.cpp132 value.SetUInt64(reg_value, RegisterValue::eTypeFloat);
145 value.SetUInt64(reg_value, RegisterValue::eTypeDouble);
161 value.SetUInt64(reg_value, RegisterValue::eTypeLongDouble);
/external/lldb/include/lldb/Core/
H A DRegisterValue.h297 SetUInt64 (uint64_t uint, Type t = eTypeUInt64) function in class:lldb_private::RegisterValue
/external/lldb/source/Core/
H A DEmulateInstruction.cpp397 reg_value.SetUInt64((uint64_t)reg_kind << 24 | reg_num);
399 reg_value.SetUInt64(0);
H A DRegisterValue.cpp354 case eTypeUInt64: SetUInt64 (src.GetMaxU64 (&src_offset, src_len)); break;
1005 SetUInt64 (uint);
1021 SetUInt64 (uint);
/external/lzma/CPP/7zip/Archive/7z/
H A D7zOut.cpp63 static void SetUInt64(Byte *p, UInt64 d) function in namespace:NArchive::N7z
72 SetUInt64(buf + 4, h.NextHeaderOffset);
73 SetUInt64(buf + 12, h.NextHeaderSize);
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.h188 void SetUInt64(Message* message,
H A Dmessage.h478 virtual void SetUInt64(Message* message,
H A Dextension_set.h244 void SetUInt64(int number, FieldType type, uint64 value, desc);
H A Dtest_util.cc2208 reflection->SetUInt64(message, F("optional_uint64" ), 104);
2212 reflection->SetUInt64(message, F("optional_fixed64" ), 108);
2319 reflection->SetUInt64(message, F("default_uint64" ), 404);
2323 reflection->SetUInt64(message, F("default_fixed64" ), 408);
H A Ddescriptor.cc2404 void SetUInt64(int number, uint64 value, FieldDescriptor::Type type,
4631 SetUInt64(option_field->number(),
4928 void DescriptorBuilder::OptionInterpreter::SetUInt64(int number, uint64 value, function in class:google::protobuf::DescriptorBuilder::OptionInterpreter
/external/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.h181 void SetUInt64(Message* message,
H A Dmessage.h494 virtual void SetUInt64(Message* message,
H A Dextension_set.h242 void SetUInt64(int number, FieldType type, uint64 value, desc);
H A Dtest_util.cc2103 reflection->SetUInt64(message, F("optional_uint64" ), 104);
2107 reflection->SetUInt64(message, F("optional_fixed64" ), 108);
2204 reflection->SetUInt64(message, F("default_uint64" ), 404);
2208 reflection->SetUInt64(message, F("default_fixed64" ), 408);
H A Ddescriptor.cc2093 void SetUInt64(int number, uint64 value, FieldDescriptor::Type type,
4185 SetUInt64(option_field->number(),
4383 void DescriptorBuilder::OptionInterpreter::SetUInt64(int number, uint64 value, function in class:google::protobuf::DescriptorBuilder::OptionInterpreter
/external/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.cpp422 reg_value.SetUInt64 (return_addr);
/external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
H A Dpython-proto2.cc660 reflection->SetUInt64(message, field_descriptor, value);

Completed in 393 milliseconds