proxygen
testing::gmock_matchers_test::Functor Struct Reference
Inheritance diagram for testing::gmock_matchers_test::Functor:

Public Member Functions

result_type operator() (argument_type input) const
 
result_type operator() (argument_type input) const
 
result_type operator() (argument_type input) const
 

Detailed Description

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

Member Function Documentation

result_type testing::gmock_matchers_test::Functor::operator() ( argument_type  input) const
inline

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

References testing::gmock_matchers_test::IntToStringFunction().

3911  {
3912  return IntToStringFunction(input);
3913  }
result_type testing::gmock_matchers_test::Functor::operator() ( argument_type  input) const
inline
result_type testing::gmock_matchers_test::Functor::operator() ( argument_type  input) const
inline

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