Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/
DUsingsGraph.cs102 …if(!usingsMap.TryGetValue(GraphNode.MakeGraphId(parent?.GraphId ?? "", prefix, filePath), out var … in GetOrCreateGraphNode()
150 GraphId = MakeGraphId(parent?.GraphId ?? "", prefix, path); in GraphNode()
156 public static string MakeGraphId(string parentGraphId, string prefix, string path) in MakeGraphId() method in Antmicro.Renode.PlatformDescription.CreationDriver.UsingsGraph.GraphNode