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

Member Function Documentation

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

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

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

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