Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/
DCreationDriver.cs1315 … private ConversionResult TryConvertRangeValue(Value value, Type expectedType, ref object result) in TryConvertRangeValue()
1343 …private ConversionResult TryConvertSimpleValue(Type expectedType, Value value, out object result, … in TryConvertSimpleValue()
1422 private object ConvertFromValue(Type expectedType, Value value) in ConvertFromValue()
1746 private static string GetValidEnumValues(Type expectedType) in GetValidEnumValues()