Binary(short x, int y)=0 | testing::gmock_function_mocker_test::FooInterface | pure virtual |
Decimal(bool b, char c, short d, int e, long f, float g, double h, unsigned i, char *j, const std::string &k)=0 | testing::gmock_function_mocker_test::FooInterface | pure virtual |
fn_ptr typedef | testing::gmock_function_mocker_test::FooInterface | |
GTEST_DISALLOW_COPY_AND_ASSIGN_(LegacyMockFoo) | testing::gmock_function_mocker_test::LegacyMockFoo | private |
LegacyMockFoo() | testing::gmock_function_mocker_test::LegacyMockFoo | inline |
MOCK_CONST_METHOD0(OverloadedOnConstness, char()) | testing::gmock_function_mocker_test::LegacyMockFoo | |
MOCK_CONST_METHOD1(ReturnTypeWithComma, std::map< int, std::string >(int)) | testing::gmock_function_mocker_test::LegacyMockFoo | |
MOCK_METHOD0(Nullary, int()) | testing::gmock_function_mocker_test::LegacyMockFoo | |
MOCK_METHOD0(ReturnTypeWithComma, std::map< int, std::string >()) | testing::gmock_function_mocker_test::LegacyMockFoo | |
MOCK_METHOD0(OverloadedOnArgumentNumber, int()) | testing::gmock_function_mocker_test::LegacyMockFoo | |
MOCK_METHOD0(OverloadedOnConstness, int()) | testing::gmock_function_mocker_test::LegacyMockFoo | |
MOCK_METHOD1(VoidReturning, void(int n)) | testing::gmock_function_mocker_test::LegacyMockFoo | |
MOCK_METHOD1(Unary, bool(int)) | testing::gmock_function_mocker_test::LegacyMockFoo | |
MOCK_METHOD1(TakesNonConstReference, bool(int &)) | testing::gmock_function_mocker_test::LegacyMockFoo | |
MOCK_METHOD1(TakesConstReference, std::string(const int &)) | testing::gmock_function_mocker_test::LegacyMockFoo | |
MOCK_METHOD1(TakesConst, bool(const int)) | testing::gmock_function_mocker_test::LegacyMockFoo | |
MOCK_METHOD1(OverloadedOnArgumentNumber, int(int)) | testing::gmock_function_mocker_test::LegacyMockFoo | |
MOCK_METHOD1(OverloadedOnArgumentType, int(int)) | testing::gmock_function_mocker_test::LegacyMockFoo | |
MOCK_METHOD1(OverloadedOnArgumentType, char(char)) | testing::gmock_function_mocker_test::LegacyMockFoo | |
MOCK_METHOD1(TypeWithHole, int(int(*)())) | testing::gmock_function_mocker_test::LegacyMockFoo | |
MOCK_METHOD1(TypeWithComma, int(const std::map< int, std::string > &)) | testing::gmock_function_mocker_test::LegacyMockFoo | |
MOCK_METHOD1(TypeWithTemplatedCopyCtor, int(const TemplatedCopyable< int > &)) | testing::gmock_function_mocker_test::LegacyMockFoo | |
MOCK_METHOD1(ReturnsFunctionPointer1, int(*(int))(bool)) | testing::gmock_function_mocker_test::LegacyMockFoo | |
MOCK_METHOD1(ReturnsFunctionPointer2, fn_ptr(int)) | testing::gmock_function_mocker_test::LegacyMockFoo | |
MOCK_METHOD10(Decimal, int(bool, char, short, int, long, float, double, unsigned, char *, const std::string &str)) | testing::gmock_function_mocker_test::LegacyMockFoo | |
MOCK_METHOD2(Binary, long(short, int)) | testing::gmock_function_mocker_test::LegacyMockFoo | |
Nullary()=0 | testing::gmock_function_mocker_test::FooInterface | pure virtual |
OverloadedOnArgumentNumber()=0 | testing::gmock_function_mocker_test::FooInterface | pure virtual |
OverloadedOnArgumentNumber(int n)=0 | testing::gmock_function_mocker_test::FooInterface | pure virtual |
OverloadedOnArgumentType(int n)=0 | testing::gmock_function_mocker_test::FooInterface | pure virtual |
OverloadedOnArgumentType(char c)=0 | testing::gmock_function_mocker_test::FooInterface | pure virtual |
OverloadedOnConstness()=0 | testing::gmock_function_mocker_test::FooInterface | pure virtual |
OverloadedOnConstness() const =0 | testing::gmock_function_mocker_test::FooInterface | pure virtual |
ReturnsFunctionPointer1 | testing::gmock_function_mocker_test::FooInterface | |
ReturnsFunctionPointer2(int)=0 | testing::gmock_function_mocker_test::FooInterface | pure virtual |
TakesConst(const int x)=0 | testing::gmock_function_mocker_test::FooInterface | pure virtual |
TakesConstReference(const int &n)=0 | testing::gmock_function_mocker_test::FooInterface | pure virtual |
TakesNonConstReference(int &n)=0 | testing::gmock_function_mocker_test::FooInterface | pure virtual |
TypeWithComma(const std::map< int, std::string > &a_map)=0 | testing::gmock_function_mocker_test::FooInterface | pure virtual |
TypeWithHole(int(*func)())=0 | testing::gmock_function_mocker_test::FooInterface | pure virtual |
TypeWithTemplatedCopyCtor(const TemplatedCopyable< int > &)=0 | testing::gmock_function_mocker_test::FooInterface | pure virtual |
Unary(int x)=0 | testing::gmock_function_mocker_test::FooInterface | pure virtual |
VoidReturning(int x)=0 | testing::gmock_function_mocker_test::FooInterface | pure virtual |
~FooInterface() | testing::gmock_function_mocker_test::FooInterface | inlinevirtual |