Home
last modified time | relevance | path

Searched refs:MatcherTuple (Results 1 – 1 of 1) sorted by relevance

/freebsd-head/contrib/googletest/googlemock/include/gmock/
HDgmock-matchers.h618 template <typename MatcherTuple, typename ValueTuple>
619 static bool Matches(const MatcherTuple& matcher_tuple, in Matches()
629 template <typename MatcherTuple, typename ValueTuple>
630 static void ExplainMatchFailuresTo(const MatcherTuple& matchers, in ExplainMatchFailuresTo()
638 typename std::tuple_element<N - 1, MatcherTuple>::type matcher = in ExplainMatchFailuresTo()
663 template <typename MatcherTuple, typename ValueTuple>
664 static bool Matches(const MatcherTuple& /* matcher_tuple */, in Matches() argument
669 template <typename MatcherTuple, typename ValueTuple>
670 static void ExplainMatchFailuresTo(const MatcherTuple& /* matchers */, in ExplainMatchFailuresTo() argument
680 template <typename MatcherTuple, typename ValueTuple>
[all …]