proxygen
testing::gmock_generated_actions_test::SumOf6Functor Struct Reference

Public Member Functions

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

Detailed Description

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

Member Function Documentation

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

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

References f.

128  {
129  return a + b + c + d + e + f;
130  }
auto f
char b
char a
char c
int testing::gmock_generated_actions_test::SumOf6Functor::operator() ( int  a,
int  b,
int  c,
int  d,
int  e,
int  f 
)
inline
int testing::gmock_generated_actions_test::SumOf6Functor::operator() ( int  a,
int  b,
int  c,
int  d,
int  e,
int  f 
)
inline

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