proxygen
testing::gmock_matchers_test::PolymorphicFunctor Struct Reference

Public Types

typedef int result_type
 
typedef int result_type
 
typedef int result_type
 

Public Member Functions

int operator() (int n)
 
int operator() (const char *s)
 
int operator() (int n)
 
int operator() (const char *s)
 
int operator() (int n)
 
int operator() (const char *s)
 

Detailed Description

Definition at line 3926 of file gmock-matchers_test.cc.

Member Typedef Documentation

Member Function Documentation

int testing::gmock_matchers_test::PolymorphicFunctor::operator() ( int  n)
inline

Definition at line 3928 of file gmock-matchers_test.cc.

3928 { return n; }
int testing::gmock_matchers_test::PolymorphicFunctor::operator() ( int  n)
inline

Definition at line 3928 of file gmock-matchers_test.cc.

3928 { return n; }
int testing::gmock_matchers_test::PolymorphicFunctor::operator() ( int  n)
inline

Definition at line 3928 of file gmock-matchers_test.cc.

3928 { return n; }
int testing::gmock_matchers_test::PolymorphicFunctor::operator() ( const char *  s)
inline
int testing::gmock_matchers_test::PolymorphicFunctor::operator() ( const char *  s)
inline

Definition at line 3929 of file gmock-matchers_test.cc.

3929 { return static_cast<int>(strlen(s)); }
static set< string > s
int testing::gmock_matchers_test::PolymorphicFunctor::operator() ( const char *  s)
inline

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