#include <gmock_link_test.h>
Public Member Functions | |
| Mock () | |
| Mock () | |
| Mock () | |
| Mock () | |
| Mock () | |
| Mock () | |
| Mock () | |
| Mock () | |
| MOCK_METHOD0 (DoThis, void()) | |
| MOCK_METHOD0 (DoThis, void()) | |
| MOCK_METHOD0 (DoThis, void()) | |
| MOCK_METHOD0 (DoThis, void()) | |
| MOCK_METHOD1 (IntFromString, int(char *str)) | |
| MOCK_METHOD1 (IntFromString, int(char *str)) | |
| MOCK_METHOD1 (IntFromString, int(char *str)) | |
| MOCK_METHOD1 (IntFromString, int(char *str)) | |
| MOCK_METHOD1 (IntRefFromString, int &(char *str)) | |
| MOCK_METHOD1 (IntRefFromString, int &(char *str)) | |
| MOCK_METHOD1 (IntRefFromString, int &(char *str)) | |
| MOCK_METHOD1 (IntRefFromString, int &(char *str)) | |
| MOCK_METHOD1 (StringFromString, char *(char *str)) | |
| MOCK_METHOD1 (StringFromString, char *(char *str)) | |
| MOCK_METHOD1 (StringFromString, char *(char *str)) | |
| MOCK_METHOD1 (StringFromString, char *(char *str)) | |
| MOCK_METHOD1 (VoidFromDouble, void(double n)) | |
| MOCK_METHOD1 (VoidFromDouble, void(double n)) | |
| MOCK_METHOD1 (VoidFromDouble, void(double n)) | |
| MOCK_METHOD1 (VoidFromDouble, void(double n)) | |
| MOCK_METHOD1 (VoidFromFloat, void(float n)) | |
| MOCK_METHOD1 (VoidFromFloat, void(float n)) | |
| MOCK_METHOD1 (VoidFromFloat, void(float n)) | |
| MOCK_METHOD1 (VoidFromFloat, void(float n)) | |
| MOCK_METHOD1 (VoidFromFunc, void(void(*func)(char *str))) | |
| MOCK_METHOD1 (VoidFromFunc, void(void(*func)(char *str))) | |
| MOCK_METHOD1 (VoidFromFunc, void(void(*func)(char *str))) | |
| MOCK_METHOD1 (VoidFromFunc, void(void(*func)(char *str))) | |
| MOCK_METHOD1 (VoidFromIntRef, void(int &n)) | |
| MOCK_METHOD1 (VoidFromIntRef, void(int &n)) | |
| MOCK_METHOD1 (VoidFromIntRef, void(int &n)) | |
| MOCK_METHOD1 (VoidFromIntRef, void(int &n)) | |
| MOCK_METHOD1 (VoidFromString, void(char *str)) | |
| MOCK_METHOD1 (VoidFromString, void(char *str)) | |
| MOCK_METHOD1 (VoidFromString, void(char *str)) | |
| MOCK_METHOD1 (VoidFromString, void(char *str)) | |
| MOCK_METHOD1 (VoidFromVector, void(const std::vector< int > &v)) | |
| MOCK_METHOD1 (VoidFromVector, void(const std::vector< int > &v)) | |
| MOCK_METHOD1 (VoidFromVector, void(const std::vector< int > &v)) | |
| MOCK_METHOD1 (VoidFromVector, void(const std::vector< int > &v)) | |
Definition at line 40 of file bloaty/third_party/googletest/googlemock/test/gmock-nice-strict_test.cc.
|
inline |
Definition at line 42 of file bloaty/third_party/googletest/googlemock/test/gmock-nice-strict_test.cc.
|
inline |
Definition at line 212 of file bloaty/third_party/googletest/googlemock/test/gmock_link_test.h.
|
inline |
Definition at line 42 of file bloaty/third_party/protobuf/third_party/googletest/googlemock/test/gmock-nice-strict_test.cc.
|
inline |
Definition at line 212 of file bloaty/third_party/protobuf/third_party/googletest/googlemock/test/gmock_link_test.h.
|
inline |
Definition at line 42 of file googletest/googlemock/test/gmock-nice-strict_test.cc.
|
inline |
Definition at line 212 of file googletest/googlemock/test/gmock_link_test.h.
|
inline |
Definition at line 42 of file protobuf/third_party/googletest/googlemock/test/gmock-nice-strict_test.cc.
|
inline |
Definition at line 212 of file protobuf/third_party/googletest/googlemock/test/gmock_link_test.h.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
| Mock::MOCK_METHOD0 | ( | DoThis | , |
| void() | |||
| ) |
| Mock::MOCK_METHOD0 | ( | DoThis | , |
| void() | |||
| ) |
| Mock::MOCK_METHOD0 | ( | DoThis | , |
| void() | |||
| ) |
| Mock::MOCK_METHOD0 | ( | DoThis | , |
| void() | |||
| ) |
| Mock::MOCK_METHOD1 | ( | IntFromString | , |
| int(char *str) | |||
| ) |
| Mock::MOCK_METHOD1 | ( | IntFromString | , |
| int(char *str) | |||
| ) |
| Mock::MOCK_METHOD1 | ( | IntFromString | , |
| int(char *str) | |||
| ) |
| Mock::MOCK_METHOD1 | ( | IntFromString | , |
| int(char *str) | |||
| ) |
| Mock::MOCK_METHOD1 | ( | IntRefFromString | , |
| int & | char *str | ||
| ) |
| Mock::MOCK_METHOD1 | ( | IntRefFromString | , |
| int & | char *str | ||
| ) |
| Mock::MOCK_METHOD1 | ( | IntRefFromString | , |
| int & | char *str | ||
| ) |
| Mock::MOCK_METHOD1 | ( | IntRefFromString | , |
| int & | char *str | ||
| ) |
| Mock::MOCK_METHOD1 | ( | StringFromString | , |
| char * | char *str | ||
| ) |
| Mock::MOCK_METHOD1 | ( | StringFromString | , |
| char * | char *str | ||
| ) |
| Mock::MOCK_METHOD1 | ( | StringFromString | , |
| char * | char *str | ||
| ) |
| Mock::MOCK_METHOD1 | ( | StringFromString | , |
| char * | char *str | ||
| ) |
| Mock::MOCK_METHOD1 | ( | VoidFromDouble | , |
| void(double n) | |||
| ) |
| Mock::MOCK_METHOD1 | ( | VoidFromDouble | , |
| void(double n) | |||
| ) |
| Mock::MOCK_METHOD1 | ( | VoidFromDouble | , |
| void(double n) | |||
| ) |
| Mock::MOCK_METHOD1 | ( | VoidFromDouble | , |
| void(double n) | |||
| ) |
| Mock::MOCK_METHOD1 | ( | VoidFromFloat | , |
| void(float n) | |||
| ) |
| Mock::MOCK_METHOD1 | ( | VoidFromFloat | , |
| void(float n) | |||
| ) |
| Mock::MOCK_METHOD1 | ( | VoidFromFloat | , |
| void(float n) | |||
| ) |
| Mock::MOCK_METHOD1 | ( | VoidFromFloat | , |
| void(float n) | |||
| ) |
| Mock::MOCK_METHOD1 | ( | VoidFromFunc | , |
| void(void(*func)(char *str)) | |||
| ) |
| Mock::MOCK_METHOD1 | ( | VoidFromFunc | , |
| void(void(*func)(char *str)) | |||
| ) |
| Mock::MOCK_METHOD1 | ( | VoidFromFunc | , |
| void(void(*func)(char *str)) | |||
| ) |
| Mock::MOCK_METHOD1 | ( | VoidFromFunc | , |
| void(void(*func)(char *str)) | |||
| ) |
| Mock::MOCK_METHOD1 | ( | VoidFromString | , |
| void(char *str) | |||
| ) |
| Mock::MOCK_METHOD1 | ( | VoidFromString | , |
| void(char *str) | |||
| ) |
| Mock::MOCK_METHOD1 | ( | VoidFromString | , |
| void(char *str) | |||
| ) |
| Mock::MOCK_METHOD1 | ( | VoidFromString | , |
| void(char *str) | |||
| ) |