Home
last modified time | relevance | path

Searched refs:GetVariableName (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DSetCommand.cs34 variableName = GetVariableName(variableName); in ProcessVariable()
78 varName = GetVariableName(varName); in Run()
90 private readonly Func<string, string> GetVariableName; field in Antmicro.Renode.UserInterface.Commands.SetCommand
101 GetVariableName = getVariableName; in SetCommand()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitor.cs233 DisableStringEater, () => stringEaterMode, GetVariableName)); in InitCommands()
235 DisableStringEater, () => stringEaterMode, GetVariableName)); in InitCommands()
237 DisableStringEater, () => stringEaterMode, GetVariableName)); in InitCommands()
268 var macroName = GetVariableName("reset"); in ResetMachine()
521 private string GetVariableName(string variableName) in GetVariableName() method in Antmicro.Renode.UserInterface.Monitor
693 return variables.GetOrDefault(GetVariableName(name))?.GetObjectValue(); in GetVariable()