Searched defs:IsEmpty (Results 1 – 5 of 5) sorted by relevance
133 private bool IsEmpty { get; set; } property in Antmicro.Renode.Utilities.Collections.CircularBuffer
50 public bool IsEmpty() in IsEmpty() method in Antmicro.Renode.Peripherals.UART.VirtualConsole
803 public bool IsEmpty => (writePointer == readPointer) && (writePhase == readPhase); field in Antmicro.Renode.Peripherals.SPI.OpenTitan_SpiDevice.SRAMCircularFifoRange
875 public bool IsEmpty property in Antmicro.Renode.Peripherals.Network.K6xF_Ethernet.DmaRxBufferDescriptor
2517 public bool IsEmpty { get { return !callbacks.Any(); } } property in Antmicro.Renode.Peripherals.CPU.TranslationCPU.HookDescriptor