Searched refs:MatcherTuple (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 630 template <typename MatcherTuple, typename ValueTuple> 631 static bool Matches(const MatcherTuple& matcher_tuple, in Matches() 641 template <typename MatcherTuple, typename ValueTuple> 642 static void ExplainMatchFailuresTo(const MatcherTuple& matchers, in ExplainMatchFailuresTo() 650 typename std::tuple_element<N - 1, MatcherTuple>::type matcher = in ExplainMatchFailuresTo() 675 template <typename MatcherTuple, typename ValueTuple> 676 static bool Matches(const MatcherTuple& /* matcher_tuple */, in Matches() argument 681 template <typename MatcherTuple, typename ValueTuple> 682 static void ExplainMatchFailuresTo(const MatcherTuple& /* matchers */, in ExplainMatchFailuresTo() argument 692 template <typename MatcherTuple, typename ValueTuple> [all …]
|