Home
last modified time | relevance | path

Searched defs:entries (Results 1 – 6 of 6) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/Backends/
DMemoryBackend.cs54 private readonly Queue<MemoryLogEntry> entries; field in Antmicro.Renode.Logging.Backends.MemoryBackend
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Time/
DIClockSource.cs25 void AddClockEntries(IEnumerable<ClockEntry> entries); in AddClockEntries()
DBaseClockSource.cs249 public void AddClockEntries(IEnumerable<ClockEntry> entries) in AddClockEntries()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Foreign/
DPlayer.cs72 private IEnumerator<IRecordEntry> entries; field in Antmicro.Renode.EventRecording.Player
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DLINDecoder.cs235 protected readonly IDictionary<byte, LINEntry> entries; field in Antmicro.Renode.Utilities.LINDecoder
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/
DLogger.cs772 private BlockingCollection<LogEntry> entries; field in Antmicro.Renode.Logging.Logger.ActualLogger