Home
last modified time | relevance | path

Searched defs:Edges (Results 1 – 25 of 118) sorted by relevance

12345

/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/
Dmatrix_graph.rs736 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()
Dcsr.rs397 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()
Dgraphmap.rs771 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/
DProfiledCallGraph.h58 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/
DProfiledCallGraph.h58 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/
DProfiledCallGraph.h58 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/
DProfiledCallGraph.h58 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/
Dmod.rs1371 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/
Dreversed.rs49 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()
Dfilter.rs259 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/
Dmod.rs1616 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 DImmutableGraph.h62 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 DProfiledCallGraph.h59 edges Edges; member
147 auto &Edges = ProfiledFunctions[CallerName].Edges; variable
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree.h617 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 Dcord_rep_btree.h617 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 Dcord_rep_btree.h625 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 Dcord_rep_btree.h625 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 Dcord_rep_btree.h625 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/
Dcord_rep_btree.h617 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 DGCOV.h309 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 DDepGraph.h44 std::list<DepEdge> Edges; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.cpp258 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 DAggressiveAntiDepBreaker.cpp252 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 DAggressiveAntiDepBreaker.cpp265 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/
Dgraph.go141 func (m mazeRoom) Edges() []mazeEdge { func

12345