Searched defs:TryGetByName (Results 1 – 6 of 6) sorted by relevance
15 T TryGetByName(string name, out bool success); in TryGetByName() method20 public static bool TryGetByName<T>(this IHasChildren<T> @this, string name, out T child) in TryGetByName() method in Antmicro.Renode.Core.Structure.IHasChildrenHelper
16 bool TryGetByName(string name, out IPeripheralsGroup group); in TryGetByName() method
79 public IHostMachineElement TryGetByName(string name, out bool success) in TryGetByName() method in Antmicro.Renode.Core.HostMachine
192 IExternal IHasChildren<IExternal>.TryGetByName(string name, out bool success) in TryGetByName() method in Antmicro.Renode.Core.ExternalsManager
1952 public bool TryGetByName(string name, out IPeripheralsGroup group) in TryGetByName() method in Antmicro.Renode.Core.Machine.PeripheralsGroupsManager
84 public IMediumFunction TryGetByName(string name, out bool success) in TryGetByName() method in Antmicro.Renode.Peripherals.Wireless.WirelessMedium