Home
last modified time | relevance | path

Searched refs:FunctionDiffIR (Results 1 – 6 of 6) sorted by relevance

/development/vndk/tools/header-checker/src/repr/protobuf/
Dir_diff_dumper.h64 bool AddFunctionDiffIR(const FunctionDiffIR *,
Dir_diff_dumper.cpp101 static_cast<const FunctionDiffIR*>(message), type_stack, diff_kind); in AddDiffMessageIR()
303 const FunctionDiffIR *function_diff_ir, const std::string &type_stack, in AddFunctionDiffIR()
Dconverter.cpp271 const FunctionDiffIR *function_diff_ir) { in ConvertFunctionDiffIR()
Dconverter.h295 const FunctionDiffIR *function_diffp);
/development/vndk/tools/header-checker/src/repr/
Dir_diff_representation.h330 class FunctionDiffIR : public DiffMessageIR {
332 FunctionDiffIR(const FunctionIR *old_function, in FunctionDiffIR() function
/development/vndk/tools/header-checker/src/diff/
Dabi_diff_wrappers.cpp110 repr::FunctionDiffIR function_diff_ir(&old_function, &new_function); in DumpDiff()