Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/S32K3XX_FlexIO/
DResourceBlockManager.cs21 public bool TryGet(uint identifier, out T block) in TryGet() method in Antmicro.Renode.Peripherals.Miscellaneous.S32K3XX_FlexIOModel.T
30 var exists = TryGet(identifier, out block); in Reserve()
DShifter.cs63 timersManager.TryGet((uint)timerSelect.Value, out var timer);
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSymbolLookup.cs140 return symbols.TryGet(offset, out symbol); in TryGetSymbolByAddress()
362 public bool TryGet(SymbolAddress scalar, out Symbol interval) in TryGet() method in Antmicro.Renode.Core.SymbolLookup.SortedIntervals
401 public bool TryGet(Symbol other, out Symbol interval) in TryGet() method in Antmicro.Renode.Core.SymbolLookup.SortedIntervals