Searched refs:TryGetCurrentContextState (Results 1 – 3 of 3) sorted by relevance
220 …public virtual bool TryGetCurrentContextState<T>(out IPeripheralWithTransactionState context, out … in TryGetCurrentContextState() method in Antmicro.Renode.Peripherals.Bus.BusControllerProxy222 return ParentController.TryGetCurrentContextState(out context, out stateObj); in TryGetCurrentContextState()
73 … bool TryGetCurrentContextState<T>(out IPeripheralWithTransactionState context, out T stateObj); in TryGetCurrentContextState() method
390 … public bool TryGetCurrentContextState<T>(out IPeripheralWithTransactionState cpu, out T cpuState) in TryGetCurrentContextState() method in Antmicro.Renode.Peripherals.Bus.SystemBus