Home
last modified time | relevance | path

Searched defs:child (Results 1 – 4 of 4) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Structure/
DIHasChildren.cs20 public static bool TryGetByName<T>(this IHasChildren<T> @this, string name, out T child) in TryGetByName()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DMachine.cs1499 private HashSet<IPeripheral> GetParents(IPeripheral child) in GetParents()
1549 private static string Subname(string parent, string child) in Subname()
1738 …public void ExchangeRegistrationPointForPeripheral(IPeripheral parent, IPeripheral child, IRegistr… in ExchangeRegistrationPointForPeripheral()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Backends/Display/xInput/
DXLibHelper.cs169 …tic void XQueryPointer(IntPtr display, int window, ref IntPtr root, ref IntPtr child, ref int root… in XQueryPointer()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/
DIMachine.cs82 …void ExchangeRegistrationPointForPeripheral(IPeripheral parent, IPeripheral child, IRegistrationPo… in ExchangeRegistrationPointForPeripheral()