Searched refs:GetVariableName (Results 1 – 2 of 2) sorted by relevance
34 variableName = GetVariableName(variableName); in ProcessVariable()78 varName = GetVariableName(varName); in Run()90 private readonly Func<string, string> GetVariableName; field in Antmicro.Renode.UserInterface.Commands.SetCommand101 GetVariableName = getVariableName; in SetCommand()
233 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.Monitor693 return variables.GetOrDefault(GetVariableName(name))?.GetObjectValue(); in GetVariable()