Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/googletest/src/matchers/
Dunordered_elements_are_matcher.rs669 let unmatchable_actual = in find_unmatchable_elements() localVariable
687 let unmatchable_actual = in find_unmatched_actual() localVariable
852 unmatchable_actual: Vec<bool>, field
863 let unmatchable_actual = self.unmatchable_actual(); in get_explanation() localVariable
904 fn unmatchable_actual(&self) -> Vec<usize> { in unmatchable_actual() method