Home
last modified time | relevance | path

Searched defs:newMethod (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/Wrappers/
DReadHookWrapper.cs17 …Wrapper(IBusPeripheral peripheral, Func<long, T> originalMethod, Func<T, long, T> newMethod = null, in ReadHookWrapper() argument
42 private readonly Func<T, long, T> newMethod; field in Antmicro.Renode.Peripherals.Bus.Wrappers.ReadHookWrapper
DWriteHookWrapper.cs17 …apper(IBusPeripheral peripheral, Action<long, T> originalMethod, Func<T, long, T> newMethod = null, in WriteHookWrapper() argument
44 private readonly Func<T, long, T> newMethod; field in Antmicro.Renode.Peripherals.Bus.Wrappers.WriteHookWrapper