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