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

Public Member Functions

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

◆ operator()()

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 }
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: