Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/googletest/src/matchers/
Dunordered_elements_are_matcher.rs601 struct MatchMatrix<const N: usize>(Vec<[MatcherResult; N]>); struct
603 impl<const N: usize> MatchMatrix<N> { implementation