Home
last modified time | relevance | path

Searched defs:outEdges (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/aosp_15_r20/external/guava/guava/src/com/google/common/graph/
H A DDirectedMultiNetworkConnections.java46 Map<E, N> inEdges, Map<E, N> outEdges, int selfLoopCount) { in DirectedMultiNetworkConnections()
58 Map<E, N> inEdges, Map<E, N> outEdges, int selfLoopCount) { in ofImmutable()
H A DDirectedNetworkConnections.java48 Map<E, N> inEdges, Map<E, N> outEdges, int selfLoopCount) { in ofImmutable()
H A DNetworkConnections.java44 Set<E> outEdges(); in outEdges() method
H A DAbstractUndirectedNetworkConnections.java65 public Set<E> outEdges() { in outEdges() method in AbstractUndirectedNetworkConnections
H A DForwardingNetwork.java96 public Set<E> outEdges(N node) { in outEdges() method in ForwardingNetwork
H A DNetwork.java295 Set<E> outEdges(N node); in outEdges() method
H A DStandardNetwork.java165 public Set<E> outEdges(N node) { in outEdges() method in StandardNetwork
/aosp_15_r20/external/guava/android/guava/src/com/google/common/graph/
H A DDirectedMultiNetworkConnections.java46 Map<E, N> inEdges, Map<E, N> outEdges, int selfLoopCount) { in DirectedMultiNetworkConnections()
58 Map<E, N> inEdges, Map<E, N> outEdges, int selfLoopCount) { in ofImmutable()
H A DDirectedNetworkConnections.java48 Map<E, N> inEdges, Map<E, N> outEdges, int selfLoopCount) { in ofImmutable()
H A DNetworkConnections.java44 Set<E> outEdges(); in outEdges() method
H A DAbstractUndirectedNetworkConnections.java65 public Set<E> outEdges() { in outEdges() method in AbstractUndirectedNetworkConnections
H A DForwardingNetwork.java95 public Set<E> outEdges(N node) { in outEdges() method in ForwardingNetwork
H A DNetwork.java294 Set<E> outEdges(N node); in outEdges() method
H A DStandardNetwork.java165 public Set<E> outEdges(N node) { in outEdges() method in StandardNetwork
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/XRay/
DGraph.h361 InOutEdgeView<false, true> outEdges(const VertexIdentifier I) { in outEdges() function
365 InOutEdgeView<true, true> outEdges(const VertexIdentifier I) const { in outEdges() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/XRay/
H A DGraph.h361 InOutEdgeView<false, true> outEdges(const VertexIdentifier I) { in outEdges() function
365 InOutEdgeView<true, true> outEdges(const VertexIdentifier I) const { in outEdges() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/XRay/
DGraph.h361 InOutEdgeView<false, true> outEdges(const VertexIdentifier I) { in outEdges() function
365 InOutEdgeView<true, true> outEdges(const VertexIdentifier I) const { in outEdges() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
H A DGraph.h361 InOutEdgeView<false, true> outEdges(const VertexIdentifier I) { in outEdges() function
365 InOutEdgeView<true, true> outEdges(const VertexIdentifier I) const { in outEdges() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/XRay/
DGraph.h361 InOutEdgeView<false, true> outEdges(const VertexIdentifier I) { in outEdges() function
365 InOutEdgeView<true, true> outEdges(const VertexIdentifier I) const { in outEdges() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/XRay/
DGraph.h361 InOutEdgeView<false, true> outEdges(const VertexIdentifier I) { in outEdges() function
365 InOutEdgeView<true, true> outEdges(const VertexIdentifier I) const { in outEdges() function
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/graph/
H A DDefaultNetworkImplementationsTest.java230 public Set<E> outEdges(N node) { in outEdges() method in DefaultNetworkImplementationsTest.NetworkForTest
H A DAbstractStandardUndirectedNetworkTest.java135 Set<String> outEdges = network.outEdges(N1); in outEdges_checkReturnedSetMutability() local
H A DAbstractStandardDirectedNetworkTest.java154 Set<String> outEdges = network.outEdges(N1); in outEdges_checkReturnedSetMutability() local
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/graph/
H A DDefaultNetworkImplementationsTest.java230 public Set<E> outEdges(N node) { in outEdges() method in DefaultNetworkImplementationsTest.NetworkForTest
H A DAbstractStandardUndirectedNetworkTest.java136 Set<String> outEdges = network.outEdges(N1); in outEdges_checkReturnedSetMutability() local

12345678910>>...13