Searched defs:new_type (Results 1 – 2 of 2) sorted by relevance
/development/vndk/tools/header-checker/src/repr/ |
D | abi_diff_helpers.cpp | 161 const EnumTypeIR *new_type, in CompareEnumTypes() 344 const TypeIR *new_type) { in CompareSizeAndAlignment() 603 const CFunctionLikeIR *old_type, const CFunctionLikeIR *new_type, in CompareFunctionTypes() 613 const RecordTypeIR *old_type, const RecordTypeIR *new_type, in CompareRecordTypes() 723 const LvalueReferenceTypeIR *new_type, DiffMessageIR::DiffKind diff_kind) { in CompareLvalueReferenceTypes() 730 const RvalueReferenceTypeIR *new_type, DiffMessageIR::DiffKind diff_kind) { in CompareRvalueReferenceTypes() 736 const QualifiedTypeIR *old_type, const QualifiedTypeIR *new_type, in CompareQualifiedTypes() 750 const ArrayTypeIR *new_type, in CompareArrayTypes() 761 const PointerTypeIR *old_type, const PointerTypeIR *new_type, in ComparePointerTypes() 774 const BuiltinTypeIR *new_type) { in CompareBuiltinTypes() [all …]
|
/development/vndk/tools/header-checker/src/repr/protobuf/proto/ |
D | abi_diff.proto | 47 optional string new_type = 2; field
|