Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/repr/protobuf/
Dconverter.cpp272 abi_diff::FunctionDeclDiff function_diff; in ConvertFunctionDiffIR() local
273 function_diff.set_name(function_diff_ir->GetName()); in ConvertFunctionDiffIR()
274 abi_dump::FunctionDecl *old_function = function_diff.mutable_old(); in ConvertFunctionDiffIR()
275 abi_dump::FunctionDecl *new_function = function_diff.mutable_new_(); in ConvertFunctionDiffIR()
284 return function_diff; in ConvertFunctionDiffIR()