Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSystemBus.cs2188 return TryGetValueForState(cachedValue, key, initiatorState, out value); in TryGetValue()
2192 …private bool TryGetValueForState(TValue cachedValue, IPeripheral key, ulong? initiatorState, out T… in TryGetValueForState() method in Antmicro.Renode.Peripherals.Bus.SystemBus.TValue