Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/
DConversionResult.cs28 public static ConversionResult ConversionNotApplied property in Antmicro.Renode.PlatformDescription.ConversionResult
32 …return new ConversionResult(ConversionResultType.ConversionNotApplied, default(ParsingError), defa…
DConversionResultType.cs14 ConversionNotApplied, enumerator
DCreationDriver.cs739 case ConversionResultType.ConversionNotApplied: in FindUsableRegistrationPoints()
1305 return ConversionResult.ConversionNotApplied;
1326 return ConversionResult.ConversionNotApplied; in TryConvertRangeValue()
1363 …fulResult = results.FirstOrDefault(x => x.ResultType != ConversionResultType.ConversionNotApplied); in TryConvertSimpleValue()
1419 return ConversionResult.ConversionNotApplied; in TryConvertSimpleValue()