Searched refs:stackVisited (Results 1 – 1 of 1) sorted by relevance
/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/ |
D | CreationDriver.cs | 272 var stackVisited = new HashSet<Entry>(); in SortEntries() 276 …lkGraph(element, graph, new ReferenceValueStack(null, null, element), stackVisited, result, toVisi… in SortEntries() 282 …HashSet<Entry> stackVisited, List<Entry> result, HashSet<Entry> toVisit, ParsingError cycleErrorTy… in WalkGraph() argument 288 if(!stackVisited.Add(entry)) in WalkGraph() 317 …w ReferenceValueStack(referenceValueStack, edgeTo.Value, edgeTo.Key), stackVisited, result, toVisi… in WalkGraph() 319 stackVisited.Remove(entry); in WalkGraph()
|