#include <gtest.h>
Static Public Member Functions | |
| template<typename T1 , typename T2 > | |
| static AssertionResult | Compare (const char *expected_expression, const char *actual_expression, const T1 &expected, const T2 &actual, typename EnableIf<!is_pointer< T2 >::value >::type *=0) |
| template<typename T > | |
| static AssertionResult | Compare (const char *expected_expression, const char *actual_expression, Secret *, T *actual) |
| static AssertionResult testing::internal::EqHelper< true >::Compare | ( | const char * | expected_expression, |
| const char * | actual_expression, | ||
| const T1 & | expected, | ||
| const T2 & | actual, | ||
| typename EnableIf<!is_pointer< T2 >::value >::type * | = 0 |
||
| ) | [inline, static] |
| static AssertionResult testing::internal::EqHelper< true >::Compare | ( | const char * | expected_expression, |
| const char * | actual_expression, | ||
| Secret * | , | ||
| T * | actual | ||
| ) | [inline, static] |