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 | 66 const AbiElementMap<const repr::TypeIR *> new_types = in CompareTUs() local 73 old_types, new_types, in CompareTUs() 79 old_types, new_types, in CompareTUs() 88 new_types, ir_diff_dumper)) { in CompareTUs() 303 const AbiElementMap<const repr::TypeIR *> &new_types, in PopulateCommonElements() argument 308 if (!DumpDiffElements(common_elements, old_types, new_types, in PopulateCommonElements() 375 const AbiElementMap<const repr::TypeIR *> &new_types, in DumpDiffElements() argument 388 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_()
|