Home
last modified time | relevance | path

Searched refs:DiffWrapper (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/development/vndk/tools/header-checker/src/diff/
H A Dabi_diff_wrappers.cpp31 bool DiffWrapper<repr::RecordTypeIR>::DumpDiff( in DumpDiff()
42 bool DiffWrapper<repr::EnumTypeIR>::DumpDiff( in DumpDiff()
53 bool DiffWrapper<repr::GlobalVarIR>::DumpDiff( in DumpDiff()
74 bool DiffWrapper<repr::FunctionIR>::DumpDiff( in DumpDiff()
H A Dabi_diff_wrappers.h39 class DiffWrapper : public AbiDiffHelper {
41 DiffWrapper(const T *oldp, const T *newp, in DiffWrapper() function
H A Dabi_diff.cpp393 DiffWrapper<T> diff_wrapper( in DumpDiffElements()