Searched refs:GetVariable (Results 1 – 7 of 7) sorted by relevance
27 var value = GetVariable(variable); in Run()45 private readonly Func<VariableToken, Token> GetVariable; field in Antmicro.Renode.UserInterface.Commands.PythonExecuteCommand51 GetVariable = getVariable; in PythonExecuteCommand()
37 … var macroLines = GetVariable(tokens[0] as VariableToken).GetObjectValue().ToString().Split('\n'); in Run()57 GetVariable = getVariable; in ExecuteCommand()63 private readonly Func<VariableToken, Token> GetVariable; field in Antmicro.Renode.UserInterface.Commands.ExecuteCommand
40 return (ulong)Scope.GetVariable("value"); in BusPeripheralsHooksPythonEngine()54 return (ulong)Scope.GetVariable("value"); in BusPeripheralsHooksPythonEngine()
41 public T? Value => (T?)Scope.GetVariable("value");
119 var value = Scope.GetVariable<object>(variable); in BeforeSerialization()
76 object comm = Scope.GetVariable("mc_" + command_name); // get a method in ExecuteBuiltinCommand()
691 public object GetVariable(string name) in GetVariable() method in Antmicro.Renode.UserInterface.Monitor