Searched refs:TryGetNext (Results 1 – 4 of 4) sorted by relevance
202 if(currentSampleEnumerator == null || !currentSampleEnumerator.TryGetNext(out output)) in DequeueSampleByte()209 currentSampleEnumerator.TryGetNext(out output); in DequeueSampleByte()
1067 … if(currentSampleEnumerator == null || !currentSampleEnumerator.TryGetNext(out output)) in DequeueByte()1072 currentSampleEnumerator.TryGetNext(out output); in DequeueByte()
347 while(blockEnumerator.TryGetNext(out var nextBlock)) in TryGetNextBlock()
1626 public static bool TryGetNext<T>(this IEnumerator<T> @this, out T element) in TryGetNext() method in Antmicro.Renode.Utilities.Misc1789 if(!enumerator.TryGetNext(out T prefix)) in Prefix()