Home
last modified time | relevance | path

Searched refs:simple_graph (Results 1 – 1 of 1) sorted by relevance

/external/rust/android-crates-io/crates/petgraph/src/
Ddot.rs296 fn simple_graph() -> Graph<&'static str, &'static str> { in simple_graph() function
306 let graph = simple_graph(); in test_nodeindexlable_option()
313 let graph = simple_graph(); in test_edgeindexlable_option()
320 let graph = simple_graph(); in test_edgenolable_option()
327 let graph = simple_graph(); in test_nodenolable_option()
337 let graph = simple_graph(); in test_with_attr_getters()