Home
last modified time | relevance | path

Searched defs:ImmutableGraph (Results 1 – 3 of 3) sorted by relevance

/external/guava/guava/src/com/google/common/graph/
DImmutableGraph.java49 public class ImmutableGraph<N> extends ForwardingGraph<N> { class
53 ImmutableGraph(BaseGraph<N> backingGraph) { in ImmutableGraph() method in ImmutableGraph
/external/guava/android/guava/src/com/google/common/graph/
DImmutableGraph.java49 public class ImmutableGraph<N> extends ForwardingGraph<N> { class
53 ImmutableGraph(BaseGraph<N> backingGraph) { in ImmutableGraph() method in ImmutableGraph
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
DImmutableGraph.h48 friend class ImmutableGraph; variable
59 friend class ImmutableGraph; variable
80 ImmutableGraph(std::unique_ptr<Node[]> Nodes, std::unique_ptr<Edge[]> Edges, in ImmutableGraph() function