Home
last modified time | relevance | path

Searched refs:uint32_t (Results 1 – 5 of 5) sorted by relevance

/development/vndk/tools/header-checker/src/repr/
Dir_diff_representation.h75 std::pair<uint32_t, uint32_t> &&alignment) in TypeDiffIR() argument
82 const std::pair<uint32_t, uint32_t> &GetAlignments() const { in GetAlignments()
88 std::pair<uint32_t, uint32_t> alignments_;
Dir_representation.h168 void SetIntroduced(uint32_t version) { introduced_major_ = version; } in SetIntroduced()
170 std::optional<uint32_t> GetIntroduced() const { return introduced_major_; } in GetIntroduced()
172 void SetDeprecated(uint32_t version) { deprecated_major_ = version; } in SetDeprecated()
174 std::optional<uint32_t> GetDeprecated() const { return deprecated_major_; } in GetDeprecated()
176 void SetObsoleted(uint32_t version) { obsoleted_major_ = version; } in SetObsoleted()
178 std::optional<uint32_t> GetObsoleted() const { return obsoleted_major_; } in GetObsoleted()
185 std::optional<uint32_t> introduced_major_;
186 std::optional<uint32_t> deprecated_major_;
187 std::optional<uint32_t> obsoleted_major_;
234 void SetAlignment(uint32_t alignment) { in SetAlignment()
[all …]
Dabi_diff_helpers.cpp554 uint32_t old_template_size = old_template_elements.size(); in CompareTemplateInfo()
555 uint32_t i = 0; in CompareTemplateInfo()
/development/vndk/tools/header-checker/src/repr/protobuf/
Dir_diff_dumper.cpp44 const std::pair<uint32_t, uint32_t> &alignments = in AddTypeInfoDiff()
/development/vndk/tools/header-checker/src/dumper/
Dabi_wrappers.cpp624 uint32_t field_index = 0; in SetupRecordFields()