Searched refs:ExecuteOneLine (Results 1 – 8 of 8) sorted by relevance
22 bool ExecuteOneLine(
30 bool ScriptInterpreterNone::ExecuteOneLine(llvm::StringRef command, in ExecuteOneLine() function in ScriptInterpreterNone
109 if (script_interpreter->ExecuteOneLine(command, &result)) in DoExecute()
40 bool ExecuteOneLine(
157 bool ScriptInterpreterLua::ExecuteOneLine(llvm::StringRef command, in ExecuteOneLine() function in ScriptInterpreterLua
161 virtual bool ExecuteOneLine(
39 bool ExecuteOneLine(
815 bool ScriptInterpreterPythonImpl::ExecuteOneLine( in ExecuteOneLine() function in ScriptInterpreterPythonImpl