/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/ |
D | matrix_graph.rs | 736 pub struct Edges<'a, Ty: EdgeType, Null: 'a + Nullable, Ix> { struct 746 impl<'a, Ty: EdgeType, Null: 'a + Nullable, Ix> Edges<'a, Ty, Null, Ix> { implementation 772 impl<'a, Ty: EdgeType, Null: Nullable, Ix: IndexType> Iterator for Edges<'a, Ty, Null, Ix> { implementation 1213 type Edges = Edges<'a, Ty, Null, Ix>; typedef 1214 fn edges(self, a: Self::NodeId) -> Self::Edges { in edges()
|
D | csr.rs | 397 pub struct Edges<'a, E: 'a, Ty = Directed, Ix: 'a = DefaultIx> { struct 398 index: usize, 399 source: NodeIndex<Ix>, 400 iter: Zip<SliceIter<'a, NodeIndex<Ix>>, SliceIter<'a, E>>, 401 ty: PhantomData<Ty>, 457 impl<'a, E, Ty, Ix> Iterator for Edges<'a, E, Ty, Ix> implementation 557 type Edges = Edges<'a, E, Ty, Ix>; typedef 558 fn edges(self, a: Self::NodeId) -> Self::Edges { in edges()
|
D | graphmap.rs | 771 pub struct Edges<'a, N, E: 'a, Ty, S = RandomState> struct 782 impl<'a, N, E, Ty, S> Iterator for Edges<'a, N, E, Ty, S> argument 1279 type Edges = Edges<'a, N, E, Ty, S>; typedef 1280 fn edges(self, a: Self::NodeId) -> Self::Edges { in edges()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/IPO/ |
D | ProfiledCallGraph.h | 58 edges Edges; member 158 auto &Edges = ProfiledFunctions[CallerName]->Edges; variable 197 auto &Edges = Node.second->Edges; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/IPO/ |
D | ProfiledCallGraph.h | 58 edges Edges; member 158 auto &Edges = ProfiledFunctions[CallerName]->Edges; variable 197 auto &Edges = Node.second->Edges; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/IPO/ |
D | ProfiledCallGraph.h | 58 edges Edges; member 158 auto &Edges = ProfiledFunctions[CallerName]->Edges; variable 197 auto &Edges = Node.second->Edges; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/IPO/ |
D | ProfiledCallGraph.h | 58 edges Edges; member 158 auto &Edges = ProfiledFunctions[CallerName]->Edges; variable 197 auto &Edges = Node.second->Edges; variable
|
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/graph_impl/stable_graph/ |
D | mod.rs | 1371 pub struct Edges<'a, E: 'a, Ty, Ix: 'a = DefaultIx> struct 1389 impl<'a, E, Ty, Ix> Iterator for Edges<'a, E, Ty, Ix> argument 1897 type Edges = Edges<'a, E, Ty, Ix>; typedef 1898 fn edges(self, a: Self::NodeId) -> Self::Edges { in edges()
|
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/visit/ |
D | reversed.rs | 49 type Edges = ReversedEdges<G::EdgesDirected>; typedef 50 fn edges(self, a: Self::NodeId) -> Self::Edges { in edges() 62 fn edges_directed(self, a: Self::NodeId, dir: Direction) -> Self::Edges { in edges_directed()
|
D | filter.rs | 259 type Edges = NodeFilteredEdges<'a, G, G::Edges, F>; typedef 260 fn edges(self, a: G::NodeId) -> Self::Edges { in edges() 484 type Edges = EdgeFilteredEdges<'a, G, G::Edges, F>; typedef 485 fn edges(self, n: G::NodeId) -> Self::Edges { in edges()
|
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/graph_impl/ |
D | mod.rs | 1616 type Edges = Edges<'a, E, Ty, Ix>; typedef 1617 fn edges(self, a: Self::NodeId) -> Self::Edges { in edges() 1635 pub struct Edges<'a, E: 'a, Ty, Ix: 'a = DefaultIx> struct 1653 impl<'a, E, Ty, Ix> Iterator for Edges<'a, E, Ty, Ix> argument 1754 impl<'a, E, Ty, Ix> Clone for Edges<'a, E, Ty, Ix> implementation
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | ImmutableGraph.h | 62 const Edge *Edges; variable 80 ImmutableGraph(std::unique_ptr<Node[]> Nodes, std::unique_ptr<Edge[]> Edges, in ImmutableGraph() 289 std::unique_ptr<Edge[]> Edges; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/IPO/ |
H A D | ProfiledCallGraph.h | 59 edges Edges; member 147 auto &Edges = ProfiledFunctions[CallerName].Edges; variable
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/internal/ |
H A D | cord_rep_btree.h | 617 inline absl::Span<CordRep* const> CordRepBtree::Edges() const { in Edges() function 621 inline absl::Span<CordRep* const> CordRepBtree::Edges(size_t begin, in Edges() function
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/internal/ |
H A D | cord_rep_btree.h | 617 inline absl::Span<CordRep* const> CordRepBtree::Edges() const { in Edges() function 621 inline absl::Span<CordRep* const> CordRepBtree::Edges(size_t begin, in Edges() function
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/internal/ |
H A D | cord_rep_btree.h | 625 inline absl::Span<CordRep* const> CordRepBtree::Edges() const { in Edges() function 629 inline absl::Span<CordRep* const> CordRepBtree::Edges(size_t begin, in Edges() function
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/internal/ |
H A D | cord_rep_btree.h | 625 inline absl::Span<CordRep* const> CordRepBtree::Edges() const { in Edges() function 629 inline absl::Span<CordRep* const> CordRepBtree::Edges(size_t begin, in Edges() function
|
/aosp_15_r20/external/abseil-cpp/absl/strings/internal/ |
H A D | cord_rep_btree.h | 625 inline absl::Span<CordRep* const> CordRepBtree::Edges() const { in Edges() function 629 inline absl::Span<CordRep* const> CordRepBtree::Edges(size_t begin, in Edges() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/ |
D | cord_rep_btree.h | 617 inline absl::Span<CordRep* const> CordRepBtree::Edges() const { in Edges() function 621 inline absl::Span<CordRep* const> CordRepBtree::Edges(size_t begin, in Edges() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
H A D | GCOV.h | 309 SmallVector<std::unique_ptr<GCOVEdge>, 16> Edges; variable 325 using Edges = SmallVector<GCOVEdge *, 4>; variable
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/vp/cm_fc_ld/ |
H A D | DepGraph.h | 44 std::list<DepEdge> Edges; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | AggressiveAntiDepBreaker.cpp | 258 static void AntiDepEdges(const SUnit *SU, std::vector<const SDep *> &Edges) { in AntiDepEdges() 813 std::vector<const SDep *> Edges; in BreakAntiDependencies() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | AggressiveAntiDepBreaker.cpp | 252 static void AntiDepEdges(const SUnit *SU, std::vector<const SDep*>& Edges) { in AntiDepEdges() 815 std::vector<const SDep *> Edges; in BreakAntiDependencies() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | AggressiveAntiDepBreaker.cpp | 265 static void AntiDepEdges(const SUnit *SU, std::vector<const SDep *> &Edges) { in AntiDepEdges() 832 std::vector<const SDep *> Edges; in BreakAntiDependencies() local
|
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/ |
D | graph.go | 141 func (m mazeRoom) Edges() []mazeEdge { func
|