Searched defs:Number (Results 1 – 2 of 2) sorted by relevance
| /Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/Syntax/ | ||
| D | IrqEnd.cs | 44 public int Number { get; private set; } property in Antmicro.Renode.PlatformDescription.Syntax.IrqEnd |
| D | Grammar.cs | 100 …public static readonly Parser<string> Number = HexadecimalNumberWithSign.Or(DecimalNumberWithSign); field in Antmicro.Renode.PlatformDescription.Syntax.Grammar |