#include <gmock.h>
Static Public Member Functions | |
| template<typename MatcherTuple , typename ValueTuple > | |
| static void | ExplainMatchFailuresTo (const MatcherTuple &matchers, const ValueTuple &values,::std::ostream *os) |
| template<typename MatcherTuple , typename ValueTuple > | |
| static void | ExplainMatchFailuresTo (const MatcherTuple &matchers, const ValueTuple &values,::std::ostream *os) |
| template<typename MatcherTuple , typename ValueTuple > | |
| static bool | Matches (const MatcherTuple &matcher_tuple, const ValueTuple &value_tuple) |
| template<typename MatcherTuple , typename ValueTuple > | |
| static bool | Matches (const MatcherTuple &matcher_tuple, const ValueTuple &value_tuple) |
Definition at line 5353 of file fused-src/gmock/gmock.h.
| static void testing::internal::TuplePrefix< N >::ExplainMatchFailuresTo | ( | const MatcherTuple & | matchers, |
| const ValueTuple & | values, | ||
| ::std::ostream * | os | ||
| ) | [inline, static] |
Definition at line 719 of file gmock-matchers.h.
| static void testing::internal::TuplePrefix< N >::ExplainMatchFailuresTo | ( | const MatcherTuple & | matchers, |
| const ValueTuple & | values, | ||
| ::std::ostream * | os | ||
| ) | [inline, static] |
Definition at line 5371 of file fused-src/gmock/gmock.h.
| static bool testing::internal::TuplePrefix< N >::Matches | ( | const MatcherTuple & | matcher_tuple, |
| const ValueTuple & | value_tuple | ||
| ) | [inline, static] |
Definition at line 707 of file gmock-matchers.h.
| static bool testing::internal::TuplePrefix< N >::Matches | ( | const MatcherTuple & | matcher_tuple, |
| const ValueTuple & | value_tuple | ||
| ) | [inline, static] |
Definition at line 5359 of file fused-src/gmock/gmock.h.