proxygen
testing::gmock_matchers_test::ReferencingFunctor Struct Reference

Public Types

typedef const int * result_type
 
typedef const int * result_type
 
typedef const int * result_type
 

Public Member Functions

result_type operator() (const int &n)
 
result_type operator() (const int &n)
 
result_type operator() (const int &n)
 

Detailed Description

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

Member Typedef Documentation

Member Function Documentation

result_type testing::gmock_matchers_test::ReferencingFunctor::operator() ( const int &  n)
inline

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

3948 { return &n; }
result_type testing::gmock_matchers_test::ReferencingFunctor::operator() ( const int &  n)
inline
result_type testing::gmock_matchers_test::ReferencingFunctor::operator() ( const int &  n)
inline

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