Searched refs:new_field (Results 1 – 5 of 5) sorted by relevance
/development/vndk/tools/header-checker/src/repr/ |
D | ir_diff_representation.h | 113 const RecordFieldIR *new_field) in RecordFieldDiffIR() argument 114 : old_field_(old_field), new_field_(new_field) {} in RecordFieldDiffIR() 233 EnumFieldDiffIR(const EnumFieldIR *old_field, const EnumFieldIR *new_field) in EnumFieldDiffIR() argument 234 : old_field_(old_field), new_field_(new_field) {} in EnumFieldDiffIR()
|
D | abi_diff_helpers.cpp | 361 const RecordFieldIR *old_field, const RecordFieldIR *new_field, in CompareCommonRecordFields() argument 365 new_field->GetReferencedType(), diff_kind); in CompareCommonRecordFields() 369 old_field->GetOffset() != new_field->GetOffset() || in CompareCommonRecordFields() 370 old_field->IsBitField() != new_field->IsBitField() || in CompareCommonRecordFields() 371 old_field->GetBitWidth() != new_field->GetBitWidth()) { in CompareCommonRecordFields() 375 CompareAccess(old_field->GetAccess(), new_field->GetAccess())); in CompareCommonRecordFields() 593 RecordFieldIR &new_field = it.second; in FixupDiffedFieldTypeIds() local 596 new_field.SetReferencedType( in FixupDiffedFieldTypeIds() 597 ConvertTypeIdToString(new_types_, new_field.GetReferencedType())); in FixupDiffedFieldTypeIds()
|
D | abi_diff_helpers.h | 183 const RecordFieldIR *new_field,
|
/development/vndk/tools/header-checker/src/repr/protobuf/ |
D | converter.cpp | 123 abi_dump::RecordFieldDecl *new_field = in AddRecordFieldDiffs() local 125 if (old_field == nullptr || new_field == nullptr) { in AddRecordFieldDiffs() 131 new_field, record_field_diff_ir.GetNewField()); in AddRecordFieldDiffs()
|
/development/vndk/tools/header-checker/src/repr/protobuf/proto/ |
D | abi_diff.proto | 24 optional abi_dump.RecordFieldDecl new_field = 2; field 52 optional abi_dump.EnumFieldDecl new_field = 2; field
|