Searched refs:TryGetValueForState (Results 1 – 1 of 1) sorted by relevance
2188 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