Searched refs:new_types (Results 1 – 4 of 4) sorted by relevance
/development/vndk/tools/header-checker/src/diff/ |
D | abi_diff_wrappers.h | 44 const AbiElementMap<const repr::TypeIR *> &new_types, in DiffWrapper() argument 47 : AbiDiffHelper(old_types, new_types, diff_policy_options, type_cache, in DiffWrapper()
|
D | abi_diff.cpp | 61 const AbiElementMap<const repr::TypeIR *> new_types = in CompareTUs() local 68 old_types, new_types, in CompareTUs() 74 old_types, new_types, in CompareTUs() 83 new_types, ir_diff_dumper)) { in CompareTUs() 298 const AbiElementMap<const repr::TypeIR *> &new_types, in PopulateCommonElements() argument 303 if (!DumpDiffElements(common_elements, old_types, new_types, in PopulateCommonElements() 370 const AbiElementMap<const repr::TypeIR *> &new_types, in DumpDiffElements() argument 383 old_element, new_element, ir_diff_dumper, old_types, new_types, in DumpDiffElements()
|
D | abi_diff.h | 106 const AbiElementMap<const repr::TypeIR *> &new_types, 114 const AbiElementMap<const repr::TypeIR *> &new_types,
|
/development/vndk/tools/header-checker/src/repr/ |
D | abi_diff_helpers.h | 83 const AbiElementMap<const TypeIR *> &new_types, 88 : old_types_(old_types), new_types_(new_types), in old_types_()
|