Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/header-abi-util/src/
Dir_representation_protobuf.cpp972 abi_diff::FunctionDeclDiff function_diff; in ConvertFunctionDiffIR() local
973 function_diff.set_name(function_diff_ir->GetName()); in ConvertFunctionDiffIR()
974 abi_dump::FunctionDecl *old_function = function_diff.mutable_old(); in ConvertFunctionDiffIR()
975 abi_dump::FunctionDecl *new_function = function_diff.mutable_new_(); in ConvertFunctionDiffIR()
986 return function_diff; in ConvertFunctionDiffIR()