Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/googletest/src/matchers/
Dis_matcher.rs30 inner: InnerMatcherT, in is()
Dis_encoded_string_matcher.rs52 inner: InnerMatcherT, in is_utf8_string()
Dcontains_matcher.rs46 pub fn contains<T, InnerMatcherT>(inner: InnerMatcherT) -> ContainsMatcher<T, InnerMatcherT> { in contains() argument