Home
last modified time | relevance | path

Searched defs:DumpDiff (Results 1 – 2 of 2) 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() function in header_checker::diff::DiffWrapper::RecordTypeIR
42 bool DiffWrapper<repr::EnumTypeIR>::DumpDiff( in DumpDiff() function in header_checker::diff::DiffWrapper::EnumTypeIR
53 bool DiffWrapper<repr::GlobalVarIR>::DumpDiff( in DumpDiff() function in header_checker::diff::DiffWrapper::GlobalVarIR
74 bool DiffWrapper<repr::FunctionIR>::DumpDiff( in DumpDiff() function in header_checker::diff::DiffWrapper::FunctionIR
/aosp_15_r20/art/dex2oat/linker/
H A Drelative_patcher_test.h253 void DumpDiff(const ArrayRef<const uint8_t>& expected_code, in DumpDiff() function