Searched defs:FunctionInfo (Results 1 – 1 of 1) sorted by relevance
279 struct FunctionInfo { struct280 int functionId = 0;281 std::string functionName = "";282 std::string scriptName = "";283 int scriptId = 0;284 int columnNumber = 0;285 int lineNumber = 0;