Searched refs:ConversionNotApplied (Results 1 – 3 of 3) sorted by relevance
28 public static ConversionResult ConversionNotApplied property in Antmicro.Renode.PlatformDescription.ConversionResult32 …return new ConversionResult(ConversionResultType.ConversionNotApplied, default(ParsingError), defa…
14 ConversionNotApplied, enumerator
739 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()