proxygen
testing::gmock_more_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 129 of file gmock-more-actions_test.cc.

Member Function Documentation

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

Definition at line 130 of file gmock-more-actions_test.cc.

130  {
131  return a + b + c + d + e;
132  }
char b
char a
char c
int testing::gmock_more_actions_test::SumOf5Functor::operator() ( int  a,
int  b,
int  c,
int  d,
int  e 
)
inline

Definition at line 130 of file gmock-more-actions_test.cc.

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

130  {
131  return a + b + c + d + e;
132  }
char b
char a
char c
int testing::gmock_more_actions_test::SumOf5Functor::operator() ( int  a,
int  b,
int  c,
int  d,
int  e 
)
inline

Definition at line 130 of file gmock-more-actions_test.cc.

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

130  {
131  return a + b + c + d + e;
132  }
char b
char a
char c

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