Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/
DCreationDriver.cs1377 …if(!NumericTypes.Contains(expectedType) || !SmartParser.Instance.TryParse(numericalValue.Value, ex… in TryConvertSimpleValue()
1766 private static readonly HashSet<Type> NumericTypes = new HashSet<Type>(new [] field in Antmicro.Renode.PlatformDescription.CreationDriver