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

/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-matchers.h2140 // mono_tuple_matcher_ holds a monomorphic version of the tuple matcher.
2141 : mono_tuple_matcher_(SafeMatcherCast<InnerMatcherArg>(tuple_matcher)),
2149 mono_tuple_matcher_.DescribeTo(os);
2157 mono_tuple_matcher_.DescribeNegationTo(os);
2176 if (!mono_tuple_matcher_.MatchAndExplain(
2187 if (!mono_tuple_matcher_.Matches(value_pair))
2196 const Matcher<InnerMatcherArg> mono_tuple_matcher_; member in class:testing::internal::PointwiseMatcher::Impl
/external/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
/external/v8/testing/gmock/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
/external/fmtlib/test/gmock/
H A Dgmock.h7144 // mono_tuple_matcher_ holds a monomorphic version of the tuple matcher.
7145 : mono_tuple_matcher_(SafeMatcherCast<InnerMatcherArg>(tuple_matcher)),
7153 mono_tuple_matcher_.DescribeTo(os);
7161 mono_tuple_matcher_.DescribeNegationTo(os);
7180 if (!mono_tuple_matcher_.MatchAndExplain(
7191 if (!mono_tuple_matcher_.Matches(value_pair))
7200 const Matcher<InnerMatcherArg> mono_tuple_matcher_; member in class:testing::internal::PointwiseMatcher::Impl

Completed in 151 milliseconds