Searched refs:ExecuteOneLine (Results 1 – 8 of 8) sorted by relevance
22 bool ExecuteOneLine(
33 bool ScriptInterpreterNone::ExecuteOneLine(llvm::StringRef command, in ExecuteOneLine() function in ScriptInterpreterNone
40 bool ExecuteOneLine(
170 bool ScriptInterpreterLua::ExecuteOneLine(llvm::StringRef command, in ExecuteOneLine() function in ScriptInterpreterLua
122 if (script_interpreter->ExecuteOneLine(command, &result)) in DoExecute()
170 virtual bool ExecuteOneLine(
39 bool ExecuteOneLine(
809 bool ScriptInterpreterPythonImpl::ExecuteOneLine( in ExecuteOneLine() function in ScriptInterpreterPythonImpl