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.cpp169 const FunctionTypeIR *function_typep) { in ConvertFunctionTypeIR() argument
171 if (!AddTypeInfo(added_function_type.mutable_type_info(), function_typep) || in ConvertFunctionTypeIR()
173 function_typep)) { in ConvertFunctionTypeIR()
375 bool ProtobufIRDumper::AddFunctionTypeIR(const FunctionTypeIR *function_typep) { in AddFunctionTypeIR() argument
380 *added_function_type = ConvertFunctionTypeIR(function_typep); in AddFunctionTypeIR()
Dconverter.h219 const FunctionTypeIR *function_typep);
/development/vndk/tools/header-checker/src/repr/json/
Dir_dumper.h52 static JsonObject ConvertFunctionTypeIR(const FunctionTypeIR *function_typep);
Dir_dumper.cpp184 IRToJsonConverter::ConvertFunctionTypeIR(const FunctionTypeIR *function_typep) { in ConvertFunctionTypeIR() argument
186 AddTypeInfo(function_type, function_typep); in ConvertFunctionTypeIR()
187 AddFunctionParametersAndSetReturnType(function_type, function_typep); in ConvertFunctionTypeIR()