Searched refs:StrMatcherConfigurator (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/googletest/src/matchers/ |
D | str_matcher.rs | 155 pub trait StrMatcherConfigurator<ActualT: ?Sized, ExpectedT> { trait 317 StrMatcherConfigurator<ActualT, ExpectedT> for MatcherT 592 use super::{contains_substring, ends_with, starts_with, StrMatcher, StrMatcherConfigurator};
|
D | mod.rs | 88 contains_substring, ends_with, starts_with, StrMatcher, StrMatcherConfigurator,
|