Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/diff/
Dabi_diff_wrappers.cpp32 bool DiffWrapper<repr::RecordTypeIR>::DumpDiff( in DumpDiff() function in header_checker::diff::DiffWrapper::RecordTypeIR
48 bool DiffWrapper<repr::EnumTypeIR>::DumpDiff( in DumpDiff() function in header_checker::diff::DiffWrapper::EnumTypeIR
64 bool DiffWrapper<repr::GlobalVarIR>::DumpDiff( in DumpDiff() function in header_checker::diff::DiffWrapper::GlobalVarIR
88 bool DiffWrapper<repr::FunctionIR>::DumpDiff( in DumpDiff() function in header_checker::diff::DiffWrapper::FunctionIR
Dabi_diff_wrappers.h51 bool DumpDiff(repr::IRDiffDumper::DiffKind diff_kind);
Dabi_diff.cpp391 if (!diff_wrapper.DumpDiff(diff_kind)) { in DumpDiffElements()