Searched refs:ToShortString (Results 1 – 7 of 7) sorted by relevance
33 return ends.Single().ToShortString(); in PrettyPrintIrqEnds()35 …return string.Format("[{0}]", ends.Select(x => x.ToShortString()).Aggregate((x, y) => x + "," + y)… in PrettyPrintIrqEnds()
31 return string.Format("[EnumValue: {0}]", ToShortString()); in ToString()34 public string ToShortString() in ToShortString() method in Antmicro.Renode.PlatformDescription.Syntax.EnumValue
20 return string.Format("[IrqEnd: {0}]", ToShortString()); in ToString()23 public string ToShortString() in ToShortString() method in Antmicro.Renode.PlatformDescription.Syntax.IrqEnd
29 public string ToShortString() in ToShortString() method in Antmicro.Renode.PlatformDescription.Syntax.IrqReceiver31 … return Reference.ToShortString() + (LocalIndex != null ? "#" + LocalIndex.ToString() : ""); in ToShortString()
25 public string ToShortString() in ToShortString() method in Antmicro.Renode.PlatformDescription.Syntax.ReferenceValue
56 return endsAsArray[0].ToShortString(); in PrettyPrintEnds()
1284 …at("Interrupt '{0}' has already been used as a source in this entry.", end.ToShortString()), true); in CheckOverlappingIrqs()