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
130 if (script_interpreter->ExecuteOneLine(command, &result)) in DoExecute()
40 bool ExecuteOneLine(
151 bool ScriptInterpreterLua::ExecuteOneLine(llvm::StringRef command, in ExecuteOneLine() function in ScriptInterpreterLua
154 virtual bool ExecuteOneLine(
39 bool ExecuteOneLine(
940 bool ScriptInterpreterPythonImpl::ExecuteOneLine( in ExecuteOneLine() function in ScriptInterpreterPythonImpl