|
Electroneum
|
#include <gmock-matchers.h>
Public Types | |
| typedef ResType | ResultType |
| typedef ResType(* | StorageType) (ArgType) |
Static Public Member Functions | |
| static void | CheckIsValid (ResType(*f)(ArgType)) |
| template<typename T> | |
| static ResType | Invoke (ResType(*f)(ArgType), T arg) |
Definition at line 2320 of file gmock-matchers.h.
| typedef ResType testing::internal::CallableTraits< ResType(*)(ArgType)>::ResultType |
Definition at line 2321 of file gmock-matchers.h.
| typedef ResType(* testing::internal::CallableTraits< ResType(*)(ArgType)>::StorageType) (ArgType) |
Definition at line 2322 of file gmock-matchers.h.
|
inlinestatic |
Definition at line 2324 of file gmock-matchers.h.
|
inlinestatic |
Definition at line 2329 of file gmock-matchers.h.