proxygen
testing::gmock_more_actions_test::Foo Class Reference

Public Member Functions

 Foo ()
 
int Nullary () const
 
short Unary (long x)
 
string Binary (const string &str, char c) const
 
int Ternary (int x, bool y, char z)
 
int SumOf4 (int a, int b, int c, int d) const
 
int SumOfLast2 (Unused, Unused, int a, int b) const
 
int SumOf5 (int a, int b, int c, int d, int e)
 
int SumOf6 (int a, int b, int c, int d, int e, int f)
 
string Concat7 (const char *s1, const char *s2, const char *s3, const char *s4, const char *s5, const char *s6, const char *s7)
 
string Concat8 (const char *s1, const char *s2, const char *s3, const char *s4, const char *s5, const char *s6, const char *s7, const char *s8)
 
string Concat9 (const char *s1, const char *s2, const char *s3, const char *s4, const char *s5, const char *s6, const char *s7, const char *s8, const char *s9)
 
string Concat10 (const char *s1, const char *s2, const char *s3, const char *s4, const char *s5, const char *s6, const char *s7, const char *s8, const char *s9, const char *s10)
 
 Foo ()
 
int Nullary () const
 
short Unary (long x)
 
string Binary (const string &str, char c) const
 
int Ternary (int x, bool y, char z)
 
int SumOf4 (int a, int b, int c, int d) const
 
int SumOfLast2 (Unused, Unused, int a, int b) const
 
int SumOf5 (int a, int b, int c, int d, int e)
 
int SumOf6 (int a, int b, int c, int d, int e, int f)
 
string Concat7 (const char *s1, const char *s2, const char *s3, const char *s4, const char *s5, const char *s6, const char *s7)
 
string Concat8 (const char *s1, const char *s2, const char *s3, const char *s4, const char *s5, const char *s6, const char *s7, const char *s8)
 
string Concat9 (const char *s1, const char *s2, const char *s3, const char *s4, const char *s5, const char *s6, const char *s7, const char *s8, const char *s9)
 
string Concat10 (const char *s1, const char *s2, const char *s3, const char *s4, const char *s5, const char *s6, const char *s7, const char *s8, const char *s9, const char *s10)
 
 Foo ()
 
int Nullary () const
 
short Unary (long x)
 
string Binary (const string &str, char c) const
 
int Ternary (int x, bool y, char z)
 
int SumOf4 (int a, int b, int c, int d) const
 
int SumOfLast2 (Unused, Unused, int a, int b) const
 
int SumOf5 (int a, int b, int c, int d, int e)
 
int SumOf6 (int a, int b, int c, int d, int e, int f)
 
string Concat7 (const char *s1, const char *s2, const char *s3, const char *s4, const char *s5, const char *s6, const char *s7)
 
string Concat8 (const char *s1, const char *s2, const char *s3, const char *s4, const char *s5, const char *s6, const char *s7, const char *s8)
 
string Concat9 (const char *s1, const char *s2, const char *s3, const char *s4, const char *s5, const char *s6, const char *s7, const char *s8, const char *s9)
 
string Concat10 (const char *s1, const char *s2, const char *s3, const char *s4, const char *s5, const char *s6, const char *s7, const char *s8, const char *s9, const char *s10)
 

Private Attributes

int value_
 

Detailed Description

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

Constructor & Destructor Documentation

testing::gmock_more_actions_test::Foo::Foo ( )
inline
testing::gmock_more_actions_test::Foo::Foo ( )
inline
testing::gmock_more_actions_test::Foo::Foo ( )
inline

Member Function Documentation

string testing::gmock_more_actions_test::Foo::Binary ( const string str,
char  c 
) const
inline

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

References c.

Referenced by Concat10(), and testing::gmock_more_actions_test::TEST().

188 { return str + c; }
char c
string testing::gmock_more_actions_test::Foo::Binary ( const string str,
char  c 
) const
inline

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

References c.

188 { return str + c; }
char c
string testing::gmock_more_actions_test::Foo::Binary ( const string str,
char  c 
) const
inline

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

References c.

188 { return str + c; }
char c
string testing::gmock_more_actions_test::Foo::Concat10 ( const char *  s1,
const char *  s2,
const char *  s3,
const char *  s4,
const char *  s5,
const char *  s6,
const char *  s7,
const char *  s8,
const char *  s9,
const char *  s10 
)
inline
string testing::gmock_more_actions_test::Foo::Concat10 ( const char *  s1,
const char *  s2,
const char *  s3,
const char *  s4,
const char *  s5,
const char *  s6,
const char *  s7,
const char *  s8,
const char *  s9,
const char *  s10 
)
inline
string testing::gmock_more_actions_test::Foo::Concat10 ( const char *  s1,
const char *  s2,
const char *  s3,
const char *  s4,
const char *  s5,
const char *  s6,
const char *  s7,
const char *  s8,
const char *  s9,
const char *  s10 
)
inline

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

References string.

Referenced by Concat10(), and testing::gmock_more_actions_test::TEST().

225  {
226  return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10;
227  }
const char * string
Definition: Conv.cpp:212
string testing::gmock_more_actions_test::Foo::Concat7 ( const char *  s1,
const char *  s2,
const char *  s3,
const char *  s4,
const char *  s5,
const char *  s6,
const char *  s7 
)
inline

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

References string.

Referenced by Concat10(), and testing::gmock_more_actions_test::TEST().

206  {
207  return string(s1) + s2 + s3 + s4 + s5 + s6 + s7;
208  }
const char * string
Definition: Conv.cpp:212
string testing::gmock_more_actions_test::Foo::Concat7 ( const char *  s1,
const char *  s2,
const char *  s3,
const char *  s4,
const char *  s5,
const char *  s6,
const char *  s7 
)
inline

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

References string.

206  {
207  return string(s1) + s2 + s3 + s4 + s5 + s6 + s7;
208  }
const char * string
Definition: Conv.cpp:212
string testing::gmock_more_actions_test::Foo::Concat7 ( const char *  s1,
const char *  s2,
const char *  s3,
const char *  s4,
const char *  s5,
const char *  s6,
const char *  s7 
)
inline

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

References string.

206  {
207  return string(s1) + s2 + s3 + s4 + s5 + s6 + s7;
208  }
const char * string
Definition: Conv.cpp:212
string testing::gmock_more_actions_test::Foo::Concat8 ( const char *  s1,
const char *  s2,
const char *  s3,
const char *  s4,
const char *  s5,
const char *  s6,
const char *  s7,
const char *  s8 
)
inline

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

References string.

212  {
213  return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8;
214  }
const char * string
Definition: Conv.cpp:212
string testing::gmock_more_actions_test::Foo::Concat8 ( const char *  s1,
const char *  s2,
const char *  s3,
const char *  s4,
const char *  s5,
const char *  s6,
const char *  s7,
const char *  s8 
)
inline

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

References string.

Referenced by Concat10(), and testing::gmock_more_actions_test::TEST().

212  {
213  return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8;
214  }
const char * string
Definition: Conv.cpp:212
string testing::gmock_more_actions_test::Foo::Concat8 ( const char *  s1,
const char *  s2,
const char *  s3,
const char *  s4,
const char *  s5,
const char *  s6,
const char *  s7,
const char *  s8 
)
inline

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

References string.

212  {
213  return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8;
214  }
const char * string
Definition: Conv.cpp:212
string testing::gmock_more_actions_test::Foo::Concat9 ( const char *  s1,
const char *  s2,
const char *  s3,
const char *  s4,
const char *  s5,
const char *  s6,
const char *  s7,
const char *  s8,
const char *  s9 
)
inline

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

References string.

218  {
219  return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9;
220  }
const char * string
Definition: Conv.cpp:212
string testing::gmock_more_actions_test::Foo::Concat9 ( const char *  s1,
const char *  s2,
const char *  s3,
const char *  s4,
const char *  s5,
const char *  s6,
const char *  s7,
const char *  s8,
const char *  s9 
)
inline

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

References string.

Referenced by Concat10(), and testing::gmock_more_actions_test::TEST().

218  {
219  return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9;
220  }
const char * string
Definition: Conv.cpp:212
string testing::gmock_more_actions_test::Foo::Concat9 ( const char *  s1,
const char *  s2,
const char *  s3,
const char *  s4,
const char *  s5,
const char *  s6,
const char *  s7,
const char *  s8,
const char *  s9 
)
inline

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

References string.

218  {
219  return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9;
220  }
const char * string
Definition: Conv.cpp:212
int testing::gmock_more_actions_test::Foo::Nullary ( ) const
inline
int testing::gmock_more_actions_test::Foo::Nullary ( ) const
inline
int testing::gmock_more_actions_test::Foo::Nullary ( ) const
inline
int testing::gmock_more_actions_test::Foo::SumOf4 ( int  a,
int  b,
int  c,
int  d 
) const
inline

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

192  {
193  return a + b + c + d + value_;
194  }
char b
char a
char c
int testing::gmock_more_actions_test::Foo::SumOf4 ( int  a,
int  b,
int  c,
int  d 
) const
inline

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

Referenced by Concat10(), and testing::gmock_more_actions_test::TEST().

192  {
193  return a + b + c + d + value_;
194  }
char b
char a
char c
int testing::gmock_more_actions_test::Foo::SumOf4 ( int  a,
int  b,
int  c,
int  d 
) const
inline

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

192  {
193  return a + b + c + d + value_;
194  }
char b
char a
char c
int testing::gmock_more_actions_test::Foo::SumOf5 ( int  a,
int  b,
int  c,
int  d,
int  e 
)
inline

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

198 { return a + b + c + d + e; }
char b
char a
char c
int testing::gmock_more_actions_test::Foo::SumOf5 ( int  a,
int  b,
int  c,
int  d,
int  e 
)
inline

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

198 { return a + b + c + d + e; }
char b
char a
char c
int testing::gmock_more_actions_test::Foo::SumOf5 ( int  a,
int  b,
int  c,
int  d,
int  e 
)
inline

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

Referenced by Concat10(), and testing::gmock_more_actions_test::TEST().

198 { return a + b + c + d + e; }
char b
char a
char c
int testing::gmock_more_actions_test::Foo::SumOf6 ( int  a,
int  b,
int  c,
int  d,
int  e,
int  f 
)
inline

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

References f.

Referenced by Concat10(), and testing::gmock_more_actions_test::TEST().

200  {
201  return a + b + c + d + e + f;
202  }
auto f
char b
char a
char c
int testing::gmock_more_actions_test::Foo::SumOf6 ( int  a,
int  b,
int  c,
int  d,
int  e,
int  f 
)
inline

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

References f.

200  {
201  return a + b + c + d + e + f;
202  }
auto f
char b
char a
char c
int testing::gmock_more_actions_test::Foo::SumOf6 ( int  a,
int  b,
int  c,
int  d,
int  e,
int  f 
)
inline

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

References f.

200  {
201  return a + b + c + d + e + f;
202  }
auto f
char b
char a
char c
int testing::gmock_more_actions_test::Foo::SumOfLast2 ( Unused  ,
Unused  ,
int  a,
int  b 
) const
inline

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

References b.

Referenced by Concat10(), and testing::gmock_more_actions_test::TEST().

196 { return a + b; }
char b
char a
int testing::gmock_more_actions_test::Foo::SumOfLast2 ( Unused  ,
Unused  ,
int  a,
int  b 
) const
inline

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

References b.

196 { return a + b; }
char b
char a
int testing::gmock_more_actions_test::Foo::SumOfLast2 ( Unused  ,
Unused  ,
int  a,
int  b 
) const
inline

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

References b.

196 { return a + b; }
char b
char a
int testing::gmock_more_actions_test::Foo::Ternary ( int  x,
bool  y,
char  z 
)
inline

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

int testing::gmock_more_actions_test::Foo::Ternary ( int  x,
bool  y,
char  z 
)
inline

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

int testing::gmock_more_actions_test::Foo::Ternary ( int  x,
bool  y,
char  z 
)
inline
short testing::gmock_more_actions_test::Foo::Unary ( long  x)
inline

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

References x.

186 { return static_cast<short>(value_ + x); } // NOLINT
const int x
short testing::gmock_more_actions_test::Foo::Unary ( long  x)
inline

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

References x.

186 { return static_cast<short>(value_ + x); } // NOLINT
const int x
short testing::gmock_more_actions_test::Foo::Unary ( long  x)
inline

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

References x.

Referenced by Concat10(), and testing::gmock_more_actions_test::TEST().

186 { return static_cast<short>(value_ + x); } // NOLINT
const int x

Member Data Documentation

int Foo::value_
private

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


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