Lab_1 0.1.1
Matrix Library
Loading...
Searching...
No Matches
testing::gmock_function_mocker_test::MockFoo Member List

This is the complete list of members for testing::gmock_function_mocker_test::MockFoo, including all inherited members.

Binary(short x, int y)=0 (defined in testing::gmock_function_mocker_test::FooInterface)testing::gmock_function_mocker_test::FooInterfacepure 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 (defined in testing::gmock_function_mocker_test::FooInterface)testing::gmock_function_mocker_test::FooInterfacepure virtual
fn_ptr typedef (defined in testing::gmock_function_mocker_test::FooInterface)testing::gmock_function_mocker_test::FooInterface
MOCK_METHOD(void, VoidReturning,(int n)) (defined in testing::gmock_function_mocker_test::MockFoo)testing::gmock_function_mocker_test::MockFoo
MOCK_METHOD(int, Nullary,()) (defined in testing::gmock_function_mocker_test::MockFoo)testing::gmock_function_mocker_test::MockFoo
MOCK_METHOD(bool, Unary,(int)) (defined in testing::gmock_function_mocker_test::MockFoo)testing::gmock_function_mocker_test::MockFoo
MOCK_METHOD(long, Binary,(short, int)) (defined in testing::gmock_function_mocker_test::MockFoo)testing::gmock_function_mocker_test::MockFoo
MOCK_METHOD(int, Decimal,(bool, char, short, int, long, float, double, unsigned, char *, const std::string &str),(override)) (defined in testing::gmock_function_mocker_test::MockFoo)testing::gmock_function_mocker_test::MockFoo
MOCK_METHOD(bool, TakesNonConstReference,(int &)) (defined in testing::gmock_function_mocker_test::MockFoo)testing::gmock_function_mocker_test::MockFoo
MOCK_METHOD(std::string, TakesConstReference,(const int &)) (defined in testing::gmock_function_mocker_test::MockFoo)testing::gmock_function_mocker_test::MockFoo
MOCK_METHOD(bool, TakesConst,(const int)) (defined in testing::gmock_function_mocker_test::MockFoo)testing::gmock_function_mocker_test::MockFoo
MOCK_METHOD((std::map< int, std::string >), ReturnTypeWithComma,(),()) (defined in testing::gmock_function_mocker_test::MockFoo)testing::gmock_function_mocker_test::MockFoo
MOCK_METHOD((std::map< int, std::string >), ReturnTypeWithComma,(int),(const)) (defined in testing::gmock_function_mocker_test::MockFoo)testing::gmock_function_mocker_test::MockFoo
MOCK_METHOD(int, OverloadedOnArgumentNumber,()) (defined in testing::gmock_function_mocker_test::MockFoo)testing::gmock_function_mocker_test::MockFoo
MOCK_METHOD(int, OverloadedOnArgumentNumber,(int)) (defined in testing::gmock_function_mocker_test::MockFoo)testing::gmock_function_mocker_test::MockFoo
MOCK_METHOD(int, OverloadedOnArgumentType,(int)) (defined in testing::gmock_function_mocker_test::MockFoo)testing::gmock_function_mocker_test::MockFoo
MOCK_METHOD(char, OverloadedOnArgumentType,(char)) (defined in testing::gmock_function_mocker_test::MockFoo)testing::gmock_function_mocker_test::MockFoo
MOCK_METHOD(int, OverloadedOnConstness,(),(override)) (defined in testing::gmock_function_mocker_test::MockFoo)testing::gmock_function_mocker_test::MockFoo
MOCK_METHOD(char, OverloadedOnConstness,(),(override, const)) (defined in testing::gmock_function_mocker_test::MockFoo)testing::gmock_function_mocker_test::MockFoo
MOCK_METHOD(int, TypeWithHole,(int(*)()),()) (defined in testing::gmock_function_mocker_test::MockFoo)testing::gmock_function_mocker_test::MockFoo
MOCK_METHOD(int, TypeWithComma,((const std::map< int, std::string > &))) (defined in testing::gmock_function_mocker_test::MockFoo)testing::gmock_function_mocker_test::MockFoo
MOCK_METHOD(int, TypeWithTemplatedCopyCtor,(const TemplatedCopyable< int > &)) (defined in testing::gmock_function_mocker_test::MockFoo)testing::gmock_function_mocker_test::MockFoo
MOCK_METHOD(int(*)(bool), ReturnsFunctionPointer1,(int),()) (defined in testing::gmock_function_mocker_test::MockFoo)testing::gmock_function_mocker_test::MockFoo
MOCK_METHOD(fn_ptr, ReturnsFunctionPointer2,(int),()) (defined in testing::gmock_function_mocker_test::MockFoo)testing::gmock_function_mocker_test::MockFoo
MOCK_METHOD(int, RefQualifiedConstRef,(),(const, ref(&), override)) (defined in testing::gmock_function_mocker_test::MockFoo)testing::gmock_function_mocker_test::MockFoo
MOCK_METHOD(int, RefQualifiedConstRefRef,(),(const, ref(&&), override)) (defined in testing::gmock_function_mocker_test::MockFoo)testing::gmock_function_mocker_test::MockFoo
MOCK_METHOD(int, RefQualifiedRef,(),(ref(&), override)) (defined in testing::gmock_function_mocker_test::MockFoo)testing::gmock_function_mocker_test::MockFoo
MOCK_METHOD(int, RefQualifiedRefRef,(),(ref(&&), override)) (defined in testing::gmock_function_mocker_test::MockFoo)testing::gmock_function_mocker_test::MockFoo
MOCK_METHOD(int, RefQualifiedOverloaded,(),(const, ref(&), override)) (defined in testing::gmock_function_mocker_test::MockFoo)testing::gmock_function_mocker_test::MockFoo
MOCK_METHOD(int, RefQualifiedOverloaded,(),(const, ref(&&), override)) (defined in testing::gmock_function_mocker_test::MockFoo)testing::gmock_function_mocker_test::MockFoo
MOCK_METHOD(int, RefQualifiedOverloaded,(),(ref(&), override)) (defined in testing::gmock_function_mocker_test::MockFoo)testing::gmock_function_mocker_test::MockFoo
MOCK_METHOD(int, RefQualifiedOverloaded,(),(ref(&&), override)) (defined in testing::gmock_function_mocker_test::MockFoo)testing::gmock_function_mocker_test::MockFoo
MockFoo() (defined in testing::gmock_function_mocker_test::MockFoo)testing::gmock_function_mocker_test::MockFooinline
Nullary()=0 (defined in testing::gmock_function_mocker_test::FooInterface)testing::gmock_function_mocker_test::FooInterfacepure virtual
OverloadedOnArgumentNumber()=0 (defined in testing::gmock_function_mocker_test::FooInterface)testing::gmock_function_mocker_test::FooInterfacepure virtual
OverloadedOnArgumentNumber(int n)=0 (defined in testing::gmock_function_mocker_test::FooInterface)testing::gmock_function_mocker_test::FooInterfacepure virtual
OverloadedOnArgumentType(int n)=0 (defined in testing::gmock_function_mocker_test::FooInterface)testing::gmock_function_mocker_test::FooInterfacepure virtual
OverloadedOnArgumentType(char c)=0 (defined in testing::gmock_function_mocker_test::FooInterface)testing::gmock_function_mocker_test::FooInterfacepure virtual
OverloadedOnConstness()=0 (defined in testing::gmock_function_mocker_test::FooInterface)testing::gmock_function_mocker_test::FooInterfacepure virtual
OverloadedOnConstness() const =0 (defined in testing::gmock_function_mocker_test::FooInterface)testing::gmock_function_mocker_test::FooInterfacepure virtual
RefQualifiedConstRef() const &=0 (defined in testing::gmock_function_mocker_test::FooInterface)testing::gmock_function_mocker_test::FooInterfacepure virtual
RefQualifiedConstRefRef() const &&=0 (defined in testing::gmock_function_mocker_test::FooInterface)testing::gmock_function_mocker_test::FooInterfacepure virtual
RefQualifiedOverloaded() const &=0 (defined in testing::gmock_function_mocker_test::FooInterface)testing::gmock_function_mocker_test::FooInterfacepure virtual
RefQualifiedOverloaded() const &&=0 (defined in testing::gmock_function_mocker_test::FooInterface)testing::gmock_function_mocker_test::FooInterfacepure virtual
RefQualifiedOverloaded() &=0 (defined in testing::gmock_function_mocker_test::FooInterface)testing::gmock_function_mocker_test::FooInterfacepure virtual
RefQualifiedOverloaded() &&=0 (defined in testing::gmock_function_mocker_test::FooInterface)testing::gmock_function_mocker_test::FooInterfacepure virtual
RefQualifiedRef() &=0 (defined in testing::gmock_function_mocker_test::FooInterface)testing::gmock_function_mocker_test::FooInterfacepure virtual
RefQualifiedRefRef() &&=0 (defined in testing::gmock_function_mocker_test::FooInterface)testing::gmock_function_mocker_test::FooInterfacepure virtual
ReturnsFunctionPointer1 (defined in testing::gmock_function_mocker_test::FooInterface)testing::gmock_function_mocker_test::FooInterface
ReturnsFunctionPointer2(int)=0 (defined in testing::gmock_function_mocker_test::FooInterface)testing::gmock_function_mocker_test::FooInterfacepure virtual
TakesConst(const int x)=0 (defined in testing::gmock_function_mocker_test::FooInterface)testing::gmock_function_mocker_test::FooInterfacepure virtual
TakesConstReference(const int &n)=0 (defined in testing::gmock_function_mocker_test::FooInterface)testing::gmock_function_mocker_test::FooInterfacepure virtual
TakesNonConstReference(int &n)=0 (defined in testing::gmock_function_mocker_test::FooInterface)testing::gmock_function_mocker_test::FooInterfacepure virtual
TypeWithComma(const std::map< int, std::string > &a_map)=0 (defined in testing::gmock_function_mocker_test::FooInterface)testing::gmock_function_mocker_test::FooInterfacepure virtual
TypeWithHole(int(*func)())=0 (defined in testing::gmock_function_mocker_test::FooInterface)testing::gmock_function_mocker_test::FooInterfacepure virtual
TypeWithTemplatedCopyCtor(const TemplatedCopyable< int > &)=0 (defined in testing::gmock_function_mocker_test::FooInterface)testing::gmock_function_mocker_test::FooInterfacepure virtual
Unary(int x)=0 (defined in testing::gmock_function_mocker_test::FooInterface)testing::gmock_function_mocker_test::FooInterfacepure virtual
VoidReturning(int x)=0 (defined in testing::gmock_function_mocker_test::FooInterface)testing::gmock_function_mocker_test::FooInterfacepure virtual
~FooInterface() (defined in testing::gmock_function_mocker_test::FooInterface)testing::gmock_function_mocker_test::FooInterfaceinlinevirtual