proxygen
PredFormatFunctor2 Struct Reference

Public Member Functions

template<typename T1 , typename T2 >
testing::AssertionResult operator() (const char *e1, const char *e2, const T1 &v1, const T2 &v2) const
 
template<typename T1 , typename T2 >
testing::AssertionResult operator() (const char *e1, const char *e2, const T1 &v1, const T2 &v2) const
 
template<typename T1 , typename T2 >
testing::AssertionResult operator() (const char *e1, const char *e2, const T1 &v1, const T2 &v2) const
 

Detailed Description

Definition at line 503 of file gtest_pred_impl_unittest.cc.

Member Function Documentation

template<typename T1 , typename T2 >
testing::AssertionResult PredFormatFunctor2::operator() ( const char *  e1,
const char *  e2,
const T1 v1,
const T2 v2 
) const
inline

Definition at line 505 of file gtest_pred_impl_unittest.cc.

References PredFormatFunction2().

508  {
509  return PredFormatFunction2(e1, e2, v1, v2);
510  }
testing::AssertionResult PredFormatFunction2(const char *e1, const char *e2, const T1 &v1, const T2 &v2)
template<typename T1 , typename T2 >
testing::AssertionResult PredFormatFunctor2::operator() ( const char *  e1,
const char *  e2,
const T1 v1,
const T2 v2 
) const
inline

Definition at line 505 of file gtest_pred_impl_unittest.cc.

References PredFormatFunction2().

508  {
509  return PredFormatFunction2(e1, e2, v1, v2);
510  }
testing::AssertionResult PredFormatFunction2(const char *e1, const char *e2, const T1 &v1, const T2 &v2)
template<typename T1 , typename T2 >
testing::AssertionResult PredFormatFunctor2::operator() ( const char *  e1,
const char *  e2,
const T1 v1,
const T2 v2 
) const
inline

Definition at line 505 of file gtest_pred_impl_unittest.cc.

References PredFormatFunction2().

508  {
509  return PredFormatFunction2(e1, e2, v1, v2);
510  }
testing::AssertionResult PredFormatFunction2(const char *e1, const char *e2, const T1 &v1, const T2 &v2)

The documentation for this struct was generated from the following file: