Home
last modified time | relevance | path

Searched defs:other (Results 1 – 7 of 7) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSymbol.cs218 public bool Contains(IInterval<SymbolAddress> other) in Contains()
227 public bool Overlaps(IInterval<SymbolAddress> other) in Overlaps()
232 public bool Equals(Symbol other) in Equals()
DSymbolLookup.cs401 public bool TryGet(Symbol other, out Symbol interval) in TryGet()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/Mocks/
DMockPeripheralWithDependency.cs15 public MockPeripheralWithDependency(IPeripheral other = null, bool throwException = false) in MockPeripheralWithDependency()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/
DLogLevel.cs154 public bool Equals(LogLevel other) in Equals()
169 public int CompareTo(LogLevel other) in CompareTo()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Collections/
DPriorityQueue.cs84 public int CompareTo(Key other) in CompareTo()
DInterval.cs79 public bool Contains(IInterval<TScalar> other) in Contains()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DARM_GenericInterruptController.cs3093 public void Sync(VirtualInterrupt other) in Sync()