Home
last modified time | relevance | path

Searched defs:node_index_map (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/google-fruit/include/fruit/impl/data_structures/
H A Dsemistatic_graph.h67 SemistaticMap<NodeId, InternalNodeId> node_index_map; variable
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/graph_impl/stable_graph/
Dmod.rs1276 let mut node_index_map = vec![NodeIndex::end(); graph.node_bound()]; in from() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/graph_impl/
Dmod.rs1402 let mut node_index_map = vec![NodeIndex::end(); self.node_count()]; in filter_map() localVariable