Home
last modified time | relevance | path

Searched refs:SortedIntervals (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSymbolLookup.cs28 symbols = new SortedIntervals(this); in SymbolLookup()
291 private readonly SortedIntervals symbols;
301 private class SortedIntervals : IEnumerable class in Antmicro.Renode.Core.SymbolLookup
303 public SortedIntervals(SymbolLookup owner) in SortedIntervals() method in Antmicro.Renode.Core.SymbolLookup.SortedIntervals