Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/header-abi-util/include/
Dir_representation_protobuf.h200 const FunctionTypeIR *function_typep);
300 bool AddFunctionTypeIR(const FunctionTypeIR *function_typep);
/development/vndk/tools/header-checker/header-abi-util/src/
Dir_representation_protobuf.cpp582 const FunctionTypeIR *function_typep) { in ConvertFunctionTypeIR() argument
584 if (!AddTypeInfo(added_function_type.mutable_type_info(), function_typep) || in ConvertFunctionTypeIR()
586 function_typep)) { in ConvertFunctionTypeIR()
1057 bool ProtobufIRDumper::AddFunctionTypeIR(const FunctionTypeIR *function_typep) { in AddFunctionTypeIR() argument
1062 *added_function_type = ConvertFunctionTypeIR(function_typep); in AddFunctionTypeIR()