Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/repr/protobuf/
Dir_dumper.h47 bool AddFunctionTypeIR(const FunctionTypeIR *function_typep);
Dir_dumper.cpp325 return AddFunctionTypeIR(static_cast<const FunctionTypeIR*>(lm)); in AddLinkableMessageIR()
375 bool ProtobufIRDumper::AddFunctionTypeIR(const FunctionTypeIR *function_typep) { in AddFunctionTypeIR() function in header_checker::repr::ProtobufIRDumper