Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/repr/json/
Dir_reader.h174 FunctionTypeJsonToIR(const JsonObjectRef &function_type);
Dir_reader.cpp284 JsonIRReader::FunctionTypeJsonToIR(const JsonObjectRef &function_type) { in FunctionTypeJsonToIR() function in header_checker::repr::JsonIRReader
400 FunctionTypeIR function_type_ir = FunctionTypeJsonToIR(function_type); in ReadFunctionTypes()