#include <gmock_link_test.h>
Public Member Functions | |
void | VoidFromString (char *) |
void | VoidFromVoid () |
Static Public Member Functions | |
static bool | StaticBoolFromString (const char *) |
static int | StaticIntFromString (char *) |
static void | StaticVoidFromString (char *) |
static void | StaticVoidFromVoid () |
Definition at line 223 of file gmock_link_test.h.
static bool InvokeHelper::StaticBoolFromString | ( | const char * | ) | [inline, static] |
Definition at line 230 of file gmock_link_test.h.
static int InvokeHelper::StaticIntFromString | ( | char * | ) | [inline, static] |
Definition at line 229 of file gmock_link_test.h.
static void InvokeHelper::StaticVoidFromString | ( | char * | ) | [inline, static] |
Definition at line 227 of file gmock_link_test.h.
static void InvokeHelper::StaticVoidFromVoid | ( | ) | [inline, static] |
Definition at line 225 of file gmock_link_test.h.
void InvokeHelper::VoidFromString | ( | char * | ) | [inline] |
Definition at line 228 of file gmock_link_test.h.
void InvokeHelper::VoidFromVoid | ( | ) | [inline] |
Definition at line 226 of file gmock_link_test.h.