Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DEmulationManager.cs261 …private static bool TryFindPath(object obj, Dictionary<object, IEnumerable<object>> parents, Type … in TryFindPath()
266 …bool TryFindPathInnerRecursive(object obj, Dictionary<object, IEnumerable<object>> parents, List<o… in TryFindPathInnerRecursive()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Config/Devices/
DDevicesConfig.cs586 private void RegisterInParents(DeviceInfo device, IDictionary<string, IPeripheral> parents) in RegisterInParents()