Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DSmartParser.cs16 public class SmartParser class
18 public static SmartParser Instance = new SmartParser();
166 private SmartParser() in SmartParser() method in Antmicro.Renode.Utilities.SmartParser
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Network/
DAtCommandModemParsing.cs78 if(SmartParser.Instance.TryParse(argument, parameterType, out var result)) in ParseArgument()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DRiscvOpcodesParser.cs207 if(SmartParser.Instance.TryParse(s, typeof(int), out var result)) in TryParse()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSVDParser.cs400 SmartParser.Instance.TryParse(whatToParse, typeof(ulong), out var result); in SmartParseHexOrDecimal()