Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
testing::gmock_more_actions_test::SumOf6Functor Struct Reference

Public Member Functions

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

Detailed Description

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

Member Function Documentation

◆ operator()()

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

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

145 {
146 return a + b + c + d + e + f;
147 }
const GenericPointer< typename T::ValueType > T2 T::AllocatorType & a
Definition pointer.h:1181
CK_ULONG d

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