Searched refs:old_types (Results 1 – 5 of 5) sorted by relevance
/development/vndk/tools/header-checker/src/diff/ |
D | abi_diff_wrappers.h | 43 const AbiElementMap<const repr::TypeIR *> &old_types, in DiffWrapper() argument 47 : AbiDiffHelper(old_types, new_types, diff_policy_options, type_cache, in DiffWrapper()
|
D | abi_diff.cpp | 65 const AbiElementMap<const repr::TypeIR *> old_types = in CompareTUs() local 74 old_types, new_types, in CompareTUs() 80 old_types, new_types, in CompareTUs() 88 if (check_all_apis_ && !CollectUserDefinedTypes(old_tu, new_tu, old_types, in CompareTUs() 303 const AbiElementMap<const repr::TypeIR *> &old_types, in PopulateCommonElements() argument 309 if (!DumpDiffElements(common_elements, old_types, new_types, in PopulateCommonElements() 375 const AbiElementMap<const repr::TypeIR *> &old_types, in DumpDiffElements() argument 389 old_element, new_element, ir_diff_dumper, old_types, new_types, in DumpDiffElements()
|
D | abi_diff.h | 105 const AbiElementMap<const repr::TypeIR *> &old_types, 113 const AbiElementMap<const repr::TypeIR *> &old_types,
|
/development/vndk/tools/header-checker/src/repr/ |
D | abi_diff_helpers.h | 79 const AbiElementMap<const TypeIR *> &old_types, 84 : old_types_(old_types), new_types_(new_types), in old_types_() argument
|
D | abi_diff_helpers.cpp | 487 const AbiElementMap<const TypeIR *> &old_types) { in FixupRemovedFieldTypeIds() argument 493 ConvertTypeIdToString(old_types, it.GetReferencedType())); in FixupRemovedFieldTypeIds()
|