Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/
DCreationDriver.cs268 …<Entry> SortEntries(IEnumerable<Entry> entries, DependencyGraph graph, ParsingError cycleErrorType) in SortEntries() argument
276 …raph, new ReferenceValueStack(null, null, element), stackVisited, result, toVisit, cycleErrorType); in SortEntries()
282 …shSet<Entry> stackVisited, List<Entry> result, HashSet<Entry> toVisit, ParsingError cycleErrorType) in WalkGraph() argument
312 HandleError(cycleErrorType, pathElement.Entry, message.ToString(), false); in WalkGraph()
317 …ack(referenceValueStack, edgeTo.Value, edgeTo.Key), stackVisited, result, toVisit, cycleErrorType); in WalkGraph()