Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/Syntax/
DGrammar.cs166 …from end in HexadecimalUnsignedLong.Or(DecimalUnsignedLong).Select(x => plus.IsEmpty ? x : begin +…
246 select new InitAttribute(initValue, !addSuffix.IsEmpty)).Named("init section");
375 public abstract bool IsEmpty { get; } property in Antmicro.Renode.PlatformDescription.Syntax.Grammar.AbstractOption
379 get { return !IsEmpty; }
384 return IsEmpty ? default(T) : Get(); in GetOrDefault()
399 public override bool IsEmpty property in Antmicro.Renode.PlatformDescription.Syntax.Grammar.Some
412 public override bool IsEmpty property in Antmicro.Renode.PlatformDescription.Syntax.Grammar.None