Home
last modified time | relevance | path

Searched defs:BoolValue (Results 1 – 2 of 2) sorted by relevance

/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/Syntax/
DBoolValue.cs11 public sealed class BoolValue : Value, ISimplestValue class
13 public BoolValue(bool value) in BoolValue() method in Antmicro.Renode.PlatformDescription.Syntax.BoolValue
DGrammar.cs183 public static readonly Parser<BoolValue> BoolValue = field in Antmicro.Renode.PlatformDescription.Syntax.Grammar