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.java48 public class ImmutableGraph<N> extends ForwardingGraph<N> { class
52 ImmutableGraph(BaseGraph<N> backingGraph) { in ImmutableGraph() method in ImmutableGraph
/external/guava/android/guava/src/com/google/common/graph/
DImmutableGraph.java48 public class ImmutableGraph<N> extends ForwardingGraph<N> { class
52 ImmutableGraph(BaseGraph<N> backingGraph) { in ImmutableGraph() method in ImmutableGraph
/external/llvm-project/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