Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/googletest/src/matchers/
Dproperty_matcher.rs219 pub fn property_matcher<OuterT: Debug, InnerT: Debug, MatcherT>( in property_matcher() argument
222 inner: MatcherT, in property_matcher()
301 inner: MatcherT, in property_ref_matcher()
Dpoints_to_matcher.rs36 pub fn points_to<MatcherT>(expected: MatcherT) -> PointsToMatcher<MatcherT> { in points_to()
Dhas_entry_matcher.rs60 pub fn has_entry<KeyT, MatcherT>(key: KeyT, inner: MatcherT) -> HasEntryMatcher<KeyT, MatcherT> { in has_entry() argument
Deach_matcher.rs52 pub fn each<MatcherT>(inner: MatcherT) -> EachMatcher<MatcherT> { in each()
Dstr_matcher.rs307 impl<ExpectedT, MatcherT: Into<StrMatcher<ExpectedT>>> StrMatcherConfigurator<ExpectedT> implementation
/external/clang/include/clang/ASTMatchers/Dynamic/
DVariantValue.h227 typedef ast_matchers::internal::Matcher<T> MatcherT; typedef