Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DEmulationManager.cs261 … obj, Dictionary<object, IEnumerable<object>> parents, Type finalType, out List<object> resultPath) in TryFindPath() argument
263 … return TryFindPathInnerRecursive(obj, parents, new List<object>(), finalType, out resultPath); in TryFindPath()
266 …Enumerable<object>> parents, List<object> currentPath, Type finalType, out List<object> resultPath) in TryFindPathInnerRecursive() argument
271 resultPath = currentPath; in TryFindPathInnerRecursive()
281 … if(TryFindPathInnerRecursive(parent, parents, currentPath, finalType, out resultPath)) in TryFindPathInnerRecursive()
289 resultPath = null; in TryFindPathInnerRecursive()
294 resultPath = currentPath; in TryFindPathInnerRecursive()