Searched refs:new_type (Results 1 – 3 of 3) 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() argument 202 if (old_type->GetUniqueId() != new_type->GetUniqueId()) { in CompareEnumTypes() 210 ConvertTypeIdToString(new_types_, new_type->GetUnderlyingType()); in CompareEnumTypes() 216 CompareEnumFields(old_type->GetFields(), new_type->GetFields(), in CompareEnumTypes() 284 const TypeIR *new_type) { in CompareSizeAndAlignment() argument 285 return old_type->GetSize() == new_type->GetSize() && in CompareSizeAndAlignment() 286 old_type->GetAlignment() == new_type->GetAlignment(); in CompareSizeAndAlignment() 519 const FunctionTypeIR *new_type, in CompareFunctionTypes() argument 523 new_type->GetParameters(), in CompareFunctionTypes() 527 new_type->GetReturnType(), in CompareFunctionTypes() [all …]
|
D | abi_diff_helpers.h | 99 const TypeIR *old_type, const TypeIR *new_type, 106 const RecordTypeIR *new_type, 111 const QualifiedTypeIR *new_type, 116 const PointerTypeIR *new_type, 122 const LvalueReferenceTypeIR *new_type, 128 const RvalueReferenceTypeIR *new_type, 134 const BuiltinTypeIR *new_type); 142 const EnumTypeIR *new_type, 147 const FunctionTypeIR *new_type,
|
/development/vndk/tools/header-checker/src/repr/protobuf/proto/ |
D | abi_diff.proto | 45 optional string new_type = 2; field
|