Searched refs:IsWrapped (Results 1 – 2 of 2) sorted by relevance
24 IsWrapped = false; in Clear()88 if(!IsWrapped) in CopyTo()134 public bool IsWrapped { get; set; } property in Antmicro.Renode.Utilities.Collections.CircularBuffer137 : (IsWrapped155 IsWrapped = false; in MoveFirst()164 …IsWrapped = !IsEmpty; // usually we should isWrapped=true here, unless there is nothing in the col… in MoveLast()
128 Assert.IsFalse(buffer.IsWrapped); in ShouldNeverWrapWithSingleElement()