Home
last modified time | relevance | path

Searched defs:NodeReferences (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/
Dcsr.rs747 type NodeReferences = NodeReferences<'a, N, Ix>; typedef
748 fn node_references(self) -> Self::NodeReferences { in node_references()
758 pub struct NodeReferences<'a, N: 'a, Ix: IndexType = DefaultIx> { struct
763 impl<'a, N, Ix> Iterator for NodeReferences<'a, N, Ix> argument
778 impl<'a, N, Ix> DoubleEndedIterator for NodeReferences<'a, N, Ix> implementation
789 impl<'a, N, Ix> ExactSizeIterator for NodeReferences<'a, N, Ix> where Ix: IndexType {} implementation
Dmatrix_graph.rs608 pub struct NodeReferences<'a, N: 'a, Ix> { struct
614 impl<'a, N: 'a, Ix> NodeReferences<'a, N, Ix> { implementation
624 impl<'a, N: 'a, Ix: IndexType> Iterator for NodeReferences<'a, N, Ix> { implementation
1194 type NodeReferences = NodeReferences<'a, N, Ix>; typedef
1195 fn node_references(self) -> Self::NodeReferences { in node_references()
Dgraphmap.rs1081 pub struct NodeReferences<'a, N, E: 'a, Ty> struct
1090 impl<'a, N, E, Ty> Iterator for NodeReferences<'a, N, E, Ty> argument
1155 type NodeReferences = NodeReferences<'a, N, E, Ty>; typedef
1156 fn node_references(self) -> Self::NodeReferences { in node_references()
Dadj.rs454 type NodeReferences = NodeIndices<Ix>; typedef
455 fn node_references(self) -> Self::NodeReferences { in node_references()
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/graph_impl/stable_graph/
Dmod.rs1300 pub struct NodeReferences<'a, N: 'a, Ix: IndexType = DefaultIx> { struct
1304 impl<'a, N, Ix> Iterator for NodeReferences<'a, N, Ix> implementation
1321 impl<'a, N, Ix> DoubleEndedIterator for NodeReferences<'a, N, Ix> implementation
1845 type NodeReferences = NodeReferences<'a, N, Ix>; typedef
1846 fn node_references(self) -> Self::NodeReferences { in node_references()
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/graph_impl/
Dmod.rs2259 type NodeReferences = NodeReferences<'a, N, Ix>; typedef
2260 fn node_references(self) -> Self::NodeReferences { in node_references()
2269 pub struct NodeReferences<'a, N: 'a, Ix: IndexType = DefaultIx> { struct
2273 impl<'a, N, Ix> Iterator for NodeReferences<'a, N, Ix> implementation
2290 impl<'a, N, Ix> DoubleEndedIterator for NodeReferences<'a, N, Ix> implementation
2301 impl<'a, N, Ix> ExactSizeIterator for NodeReferences<'a, N, Ix> where Ix: IndexType {} implementation
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/visit/
Dfilter.rs173 type NodeReferences = NodeFilteredNodes<'a, G::NodeReferences, F>; typedef
174 fn node_references(self) -> Self::NodeReferences { in node_references()