Searched refs:mono_tuple_matcher_ (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2729 // mono_tuple_matcher_ holds a monomorphic version of the tuple matcher.
2730 : mono_tuple_matcher_(SafeMatcherCast<InnerMatcherArg>(tuple_matcher)),
2738 mono_tuple_matcher_.DescribeTo(os);
2746 mono_tuple_matcher_.DescribeNegationTo(os);
2765 if (!mono_tuple_matcher_.MatchAndExplain(
2776 if (!mono_tuple_matcher_.Matches(value_pair))
2785 const Matcher<InnerMatcherArg> mono_tuple_matcher_; member in class:testing::internal::PointwiseMatcher::Impl

Completed in 22 milliseconds