proxygen
testing::gmock_generated_actions_test::UnaryFunctor Struct Reference

Public Member Functions

int operator() (bool x)
 
int operator() (bool x)
 
int operator() (bool x)
 

Detailed Description

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

Member Function Documentation

int testing::gmock_generated_actions_test::UnaryFunctor::operator() ( bool  x)
inline

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

92 { return x ? 1 : -1; }
Definition: InvokeTest.cpp:58

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