Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitor.cs1001 … else if(currentCommandSplit.Length > 1 && GetAllAvailableNames().Contains(currentCommandSplit[0])) in SuggestCommands()
1030 sugg.AddRange(GetAllAvailableNames()); in SuggestCommands()
1058 private IEnumerable<string> GetAllAvailableNames() in GetAllAvailableNames() method in Antmicro.Renode.UserInterface.Monitor