Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/tests/
Diso.rs511 let mut edge_match = { |x: &(), y: &()| x == y }; in iter_subgraph() localVariable
564 let mut edge_match = { |x: &(), y: &()| x == y }; in iter_subgraph() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/algo/
Disomorphism.rs696 edge_match: &'c mut EM, field