Searched defs:FunctionInfo (Results 1 – 1 of 1) sorted by relevance
284 struct FunctionInfo { struct285 int functionId = 0;286 std::string functionName = "";287 std::string scriptName = "";288 int scriptId = 0;289 int columnNumber = 0;290 int lineNumber = 0;