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_(MockFoo) | testing::gmock_function_mocker_test::MockFoo | private |
MOCK_METHOD(void, VoidReturning,(int n)) | testing::gmock_function_mocker_test::MockFoo | |
MOCK_METHOD(int, Nullary,()) | testing::gmock_function_mocker_test::MockFoo | |
MOCK_METHOD(bool, Unary,(int)) | testing::gmock_function_mocker_test::MockFoo | |
MOCK_METHOD(long, Binary,(short, int)) | testing::gmock_function_mocker_test::MockFoo | |
MOCK_METHOD(int, Decimal,(bool, char, short, int, long, float, double, unsigned, char *, const std::string &str),(override)) | testing::gmock_function_mocker_test::MockFoo | |
MOCK_METHOD(bool, TakesNonConstReference,(int &)) | testing::gmock_function_mocker_test::MockFoo | |
MOCK_METHOD(std::string, TakesConstReference,(const int &)) | testing::gmock_function_mocker_test::MockFoo | |
MOCK_METHOD(bool, TakesConst,(const int)) | testing::gmock_function_mocker_test::MockFoo | |
MOCK_METHOD((std::map< int, std::string >), ReturnTypeWithComma,(),()) | testing::gmock_function_mocker_test::MockFoo | |
MOCK_METHOD((std::map< int, std::string >), ReturnTypeWithComma,(int),(const)) | testing::gmock_function_mocker_test::MockFoo | |
MOCK_METHOD(int, OverloadedOnArgumentNumber,()) | testing::gmock_function_mocker_test::MockFoo | |
MOCK_METHOD(int, OverloadedOnArgumentNumber,(int)) | testing::gmock_function_mocker_test::MockFoo | |
MOCK_METHOD(int, OverloadedOnArgumentType,(int)) | testing::gmock_function_mocker_test::MockFoo | |
MOCK_METHOD(char, OverloadedOnArgumentType,(char)) | testing::gmock_function_mocker_test::MockFoo | |
MOCK_METHOD(int, OverloadedOnConstness,(),(override)) | testing::gmock_function_mocker_test::MockFoo | |
MOCK_METHOD(char, OverloadedOnConstness,(),(override, const)) | testing::gmock_function_mocker_test::MockFoo | |
MOCK_METHOD(int, TypeWithHole,(int(*)()),()) | testing::gmock_function_mocker_test::MockFoo | |
MOCK_METHOD(int, TypeWithComma,((const std::map< int, std::string > &))) | testing::gmock_function_mocker_test::MockFoo | |
MOCK_METHOD(int, TypeWithTemplatedCopyCtor,(const TemplatedCopyable< int > &)) | testing::gmock_function_mocker_test::MockFoo | |
MOCK_METHOD(int(*)(bool), ReturnsFunctionPointer1,(int),()) | testing::gmock_function_mocker_test::MockFoo | |
MOCK_METHOD(fn_ptr, ReturnsFunctionPointer2,(int),()) | testing::gmock_function_mocker_test::MockFoo | |
MockFoo() | testing::gmock_function_mocker_test::MockFoo | inline |
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 |