Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/repr/
Dir_diff_representation.h107 class RecordFieldDiffIR {
109 RecordFieldDiffIR(const RecordFieldIR *old_field, in RecordFieldDiffIR() function
152 void SetFieldDiffs(std::vector<RecordFieldDiffIR> &&field_diffs) { in SetFieldDiffs()
156 const std::vector<RecordFieldDiffIR> &GetFieldDiffs() const { in GetFieldDiffs()
215 std::vector<RecordFieldDiffIR> field_diffs_;
Dabi_diff_helpers.h155 RecordFieldDiffIR *diffed_field);
159 const std::vector<RecordFieldDiffIR> &field_diffs);
161 DiffStatusPair<std::unique_ptr<RecordFieldDiffIR>>
168 GenericFieldDiffInfo<RecordFieldIR, RecordFieldDiffIR>
Dabi_diff_helpers.cpp289 DiffStatusPair<std::unique_ptr<RecordFieldDiffIR>>
308 std::make_unique<RecordFieldDiffIR>(old_field, new_field) in CompareCommonRecordFields()
315 GenericFieldDiffInfo<RecordFieldIR, RecordFieldDiffIR>
321 GenericFieldDiffInfo<RecordFieldIR, RecordFieldDiffIR> in CompareRecordFields()
500 const std::vector<RecordFieldDiffIR> &field_diffs) { in FixupDiffedFieldTypeIds()
602 std::vector<RecordFieldDiffIR> field_diffs_fixed = in CompareRecordTypes()
603 ConvertToDiffContainerVector<RecordFieldDiffIR, in CompareRecordTypes()
/development/vndk/tools/header-checker/src/repr/protobuf/
Dconverter.cpp115 const std::vector<RecordFieldDiffIR> &record_field_diffs_ir) { in AddRecordFieldDiffs()
Dconverter.h284 const std::vector<RecordFieldDiffIR> &record_field_diff_ir);