Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/repr/json/
Dir_reader.h171 static FunctionIR FunctionJsonToIR(const JsonObjectRef &function);
Dir_reader.cpp272 FunctionIR JsonIRReader::FunctionJsonToIR(const JsonObjectRef &function) { in FunctionJsonToIR() function in header_checker::repr::JsonIRReader
386 FunctionIR function_ir = FunctionJsonToIR(function); in ReadFunctions()