Searched refs:uint64_t (Results 1 – 11 of 11) sorted by relevance
/development/vndk/tools/header-checker/src/repr/ |
D | ir_representation.h | 179 void SetSize(uint64_t size) { in SetSize() 183 uint64_t GetSize() const { in GetSize() 198 uint64_t size_ = 0; 254 uint64_t GetVTableNumEntries() const { in GetVTableNumEntries() 333 uint64_t offset, AccessSpecifierIR access, bool is_bit_field, in RecordFieldIR() 334 uint64_t bit_width) in RecordFieldIR() 348 uint64_t GetOffset() const { in GetOffset() 358 uint64_t GetBitWidth() const { return bit_width_; } in GetBitWidth() 362 uint64_t offset_ = 0; 365 uint64_t bit_width_ = 0; [all …]
|
D | ir_diff_representation.h | 74 TypeDiffIR(std::pair<uint64_t, uint64_t> &&sizes, in TypeDiffIR() argument 78 const std::pair<uint64_t, uint64_t> &GetSizes() const { in GetSizes() 87 std::pair<uint64_t, uint64_t> sizes_;
|
D | abi_diff_helpers.cpp | 794 for (uint64_t i = 0; i < old_parameters_size; i++) { in CompareFunctionParameters()
|
/development/vndk/tools/header-checker/tests/integration/enum/include/ |
D | base.h | 17 enum Uint64 : uint64_t {
|
/development/vndk/tools/header-checker/src/repr/json/ |
D | converter.cpp | 46 void JsonObject::Set(const std::string &key, uint64_t value) { in Set()
|
D | ir_dumper.cpp | 90 type_decl.Set("size", (uint64_t)type_ir->GetSize()); in AddTypeInfo() 91 type_decl.Set("alignment", (uint64_t)type_ir->GetAlignment()); in AddTypeInfo() 108 record_field.Set("field_offset", (uint64_t)record_field_ir->GetOffset()); in ConvertRecordFieldIR() 110 record_field.Set("bit_width", (uint64_t)record_field_ir->GetBitWidth()); in ConvertRecordFieldIR()
|
D | converter.h | 49 void Set(const std::string &key, uint64_t value);
|
D | ir_reader.h | 47 uint64_t GetUint(const std::string &key) const;
|
D | ir_reader.cpp | 82 uint64_t JsonObjectRef::GetUint(const std::string &key) const { in GetUint()
|
/development/vndk/tools/header-checker/src/repr/protobuf/ |
D | converter.cpp | 39 const std::pair<uint64_t, uint64_t> &sizes = type_diff_ir->GetSizes(); in AddTypeInfoDiff()
|
/development/vndk/tools/header-checker/src/dumper/ |
D | abi_wrappers.cpp | 607 uint64_t field_offset = record_layout.getFieldOffset(field_index); in SetupRecordFields() 608 uint64_t bit_width = in SetupRecordFields() 637 typedef std::map<uint64_t, clang::ThunkInfo> ThunkMap; 665 uint64_t index = 0; in SetupRecordVTable()
|