Home
last modified time | relevance | path

Searched defs:NodeIndices (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/graph_impl/
Dmod.rs2052 pub struct NodeIndices<Ix = DefaultIx> { struct
2057 impl<Ix: IndexType> Iterator for NodeIndices<Ix> { argument
2069 impl<Ix: IndexType> DoubleEndedIterator for NodeIndices<Ix> { implementation
2075 impl<Ix: IndexType> ExactSizeIterator for NodeIndices<Ix> {} implementation
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/graph_impl/stable_graph/
Dmod.rs1708 pub struct NodeIndices<'a, N: 'a, Ix: 'a = DefaultIx> { struct
1712 impl<'a, N, Ix: IndexType> Iterator for NodeIndices<'a, N, Ix> { implementation
1730 impl<'a, N, Ix: IndexType> DoubleEndedIterator for NodeIndices<'a, N, Ix> { implementation