Home
last modified time | relevance | path

Searched defs:EdgeReferences (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/
Dcsr.rs496 type EdgeReferences = EdgeReferences<'a, E, Ty, Ix>; typedef
497 fn edge_references(self) -> Self::EdgeReferences { in edge_references()
511 pub struct EdgeReferences<'a, E: 'a, Ty, Ix: 'a> { struct
521 impl<'a, E, Ty, Ix> Iterator for EdgeReferences<'a, E, Ty, Ix> argument
Dmatrix_graph.rs644 pub struct EdgeReferences<'a, Ty: EdgeType, Null: 'a + Nullable, Ix> { struct
653 impl<'a, Ty: EdgeType, Null: 'a + Nullable, Ix> EdgeReferences<'a, Ty, Null, Ix> { argument
666 impl<'a, Ty: EdgeType, Null: Nullable, Ix: IndexType> Iterator
1204 type EdgeReferences = EdgeReferences<'a, Ty, Null, Ix>; typedef
1205 fn edge_references(self) -> Self::EdgeReferences { in edge_references()
Dadj.rs374 impl<'a, E, Ix> fmt::Debug for EdgeReferences<'a, E, Ix> implementation
499 impl<'a, E, Ix: IndexType> Clone for EdgeReferences<'a, E, Ix> { implementation
525 type EdgeReferences = EdgeReferences<'a, E, Ix>; typedef
526 fn edge_references(self) -> Self::EdgeReferences { in edge_references()
Dgraphmap.rs1304 type EdgeReferences = AllEdges<'a, N, E, Ty>; typedef
1305 fn edge_references(self) -> Self::EdgeReferences { in edge_references()
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/visit/
Dfilter.rs218 type EdgeReferences = NodeFilteredEdgeReferences<'a, G, G::EdgeReferences, F>; typedef
219 fn edge_references(self) -> Self::EdgeReferences { in edge_references()
469 type EdgeReferences = EdgeFilteredEdges<'a, G, G::EdgeReferences, F>; typedef
470 fn edge_references(self) -> Self::EdgeReferences { in edge_references()
Dreversed.rs142 type EdgeReferences = ReversedEdgeReferences<G::EdgeReferences>; typedef
143 fn edge_references(self) -> Self::EdgeReferences { in edge_references()
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/graph_impl/stable_graph/
Dmod.rs1498 pub struct EdgeReferences<'a, E: 'a, Ix: 'a = DefaultIx> { struct
1502 impl<'a, E, Ix> Iterator for EdgeReferences<'a, E, Ix> implementation
1519 impl<'a, E, Ix> DoubleEndedIterator for EdgeReferences<'a, E, Ix> implementation
1962 type EdgeReferences = EdgeReferences<'a, E, Ix>; typedef
1967 fn edge_references(self) -> Self::EdgeReferences { in edge_references()
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/graph_impl/
Dmod.rs2236 type EdgeReferences = EdgeReferences<'a, E, Ix>; typedef
2237 fn edge_references(self) -> Self::EdgeReferences { in edge_references()
2340 pub struct EdgeReferences<'a, E: 'a, Ix: IndexType = DefaultIx> { struct
2344 impl<'a, E, Ix> Iterator for EdgeReferences<'a, E, Ix> argument
2363 impl<'a, E, Ix> DoubleEndedIterator for EdgeReferences<'a, E, Ix> implementation
2376 impl<'a, E, Ix> ExactSizeIterator for EdgeReferences<'a, E, Ix> where Ix: IndexType {} implementation