Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/googletest/src/matchers/
Dall_matcher.rs161 let first_matcher = starts_with("A"); in description_shows_more_than_one_matcher() localVariable
178 let first_matcher = starts_with("A"); in description_shows_one_matcher_directly() localVariable
190 let first_matcher = starts_with("Another"); in mismatch_description_shows_which_matcher_failed_if_more_than_one_constituent() localVariable
202 let first_matcher = starts_with("Another"); in mismatch_description_is_simple_when_only_one_consistuent() localVariable
Dany_matcher.rs161 let first_matcher = starts_with("A"); in description_shows_more_than_one_matcher() localVariable
178 let first_matcher = starts_with("A"); in description_shows_one_matcher_directly() localVariable
190 let first_matcher = starts_with("Another"); in mismatch_description_shows_which_matcher_failed_if_more_than_one_constituent() localVariable
202 let first_matcher = starts_with("Another"); in mismatch_description_is_simple_when_only_one_constituent() localVariable