proxygen
testing::gmock_generated_actions_test::SumOf5Functor Struct Reference

Public Member Functions

int operator() (int a, int b, int c, int d, int e)
 
int operator() (int a, int b, int c, int d, int e)
 
int operator() (int a, int b, int c, int d, int e)
 

Detailed Description

Definition at line 112 of file gmock-generated-actions_test.cc.

Member Function Documentation

int testing::gmock_generated_actions_test::SumOf5Functor::operator() ( int  a,
int  b,
int  c,
int  d,
int  e 
)
inline

Definition at line 113 of file gmock-generated-actions_test.cc.

113  {
114  return a + b + c + d + e;
115  }
char b
char a
char c
int testing::gmock_generated_actions_test::SumOf5Functor::operator() ( int  a,
int  b,
int  c,
int  d,
int  e 
)
inline

Definition at line 113 of file gmock-generated-actions_test.cc.

References testing::gmock_generated_actions_test::Concat5(), f, string, and testing::gmock_generated_actions_test::SumOf6().

113  {
114  return a + b + c + d + e;
115  }
char b
char a
char c
int testing::gmock_generated_actions_test::SumOf5Functor::operator() ( int  a,
int  b,
int  c,
int  d,
int  e 
)
inline

Definition at line 113 of file gmock-generated-actions_test.cc.

References testing::gmock_generated_actions_test::Concat5(), f, string, and testing::gmock_generated_actions_test::SumOf6().

113  {
114  return a + b + c + d + e;
115  }
char b
char a
char c

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