Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/repr/protobuf/
Dir_dumper.h47 bool AddFunctionTypeIR(const FunctionTypeIR *function_typep);
Dir_dumper.cpp227 const FunctionTypeIR *function_typep) { in ConvertFunctionTypeIR() argument
229 if (!AddTypeInfo(added_function_type.mutable_type_info(), function_typep) || in ConvertFunctionTypeIR()
231 function_typep)) { in ConvertFunctionTypeIR()
446 bool ProtobufIRDumper::AddFunctionTypeIR(const FunctionTypeIR *function_typep) { in AddFunctionTypeIR() argument
451 *added_function_type = ConvertFunctionTypeIR(function_typep); in AddFunctionTypeIR()
Dconverter.h233 const FunctionTypeIR *function_typep);
/development/vndk/tools/header-checker/src/repr/json/
Dir_dumper.h52 static JsonObject ConvertFunctionTypeIR(const FunctionTypeIR *function_typep);
Dir_dumper.cpp196 IRToJsonConverter::ConvertFunctionTypeIR(const FunctionTypeIR *function_typep) { in ConvertFunctionTypeIR() argument
198 AddTypeInfo(function_type, function_typep); in ConvertFunctionTypeIR()
199 AddFunctionParametersAndSetReturnType(function_type, function_typep); in ConvertFunctionTypeIR()