Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/googletest/src/matchers/
Dunordered_elements_are_matcher.rs928 struct BestMatch<const N: usize>(Vec<Option<usize>>); struct
930 impl<const N: usize> BestMatch<N> { implementation