Home
last modified time | relevance | path

Searched refs:StrMatcherConfigurator (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/googletest/src/matchers/
Dstr_matcher.rs155 pub trait StrMatcherConfigurator<ActualT: ?Sized, ExpectedT> { trait
317 StrMatcherConfigurator<ActualT, ExpectedT> for MatcherT
592 use super::{contains_substring, ends_with, starts_with, StrMatcher, StrMatcherConfigurator};
Dmod.rs88 contains_substring, ends_with, starts_with, StrMatcher, StrMatcherConfigurator,