Searched defs:new_type (Results 1 – 2 of 2) sorted by relevance
/development/vndk/tools/header-checker/src/repr/ |
D | abi_diff_helpers.cpp | 199 const EnumTypeIR *old_type, const EnumTypeIR *new_type, in CompareEnumTypes() 284 const TypeIR *new_type) { in CompareSizeAndAlignment() 519 const FunctionTypeIR *new_type, in CompareFunctionTypes() 545 const RecordTypeIR *new_type, in CompareRecordTypes() 643 const LvalueReferenceTypeIR *new_type, in CompareLvalueReferenceTypes() 653 const RvalueReferenceTypeIR *new_type, in CompareRvalueReferenceTypes() 663 const QualifiedTypeIR *new_type, in CompareQualifiedTypes() 680 const PointerTypeIR *new_type, in ComparePointerTypes() 695 const BuiltinTypeIR *new_type) { in CompareBuiltinTypes() 732 const TypeIR *old_type, const TypeIR *new_type, in CompareAndDumpTypeDiff() [all …]
|
/development/vndk/tools/header-checker/src/repr/protobuf/proto/ |
D | abi_diff.proto | 45 optional string new_type = 2; field
|