GetSize() const =0 (defined in testing::gmock_function_mocker_test::StackInterface< T >) | testing::gmock_function_mocker_test::StackInterface< T > | pure virtual |
GetTop() const =0 (defined in testing::gmock_function_mocker_test::StackInterface< T >) | testing::gmock_function_mocker_test::StackInterface< T > | pure virtual |
MOCK_METHOD(void, Push,(const T &elem),()) (defined in testing::gmock_function_mocker_test::MockStack< T >) | testing::gmock_function_mocker_test::MockStack< T > | |
MOCK_METHOD(void, Pop,(),(final)) (defined in testing::gmock_function_mocker_test::MockStack< T >) | testing::gmock_function_mocker_test::MockStack< T > | |
MOCK_METHOD(int, GetSize,(),(const, override)) (defined in testing::gmock_function_mocker_test::MockStack< T >) | testing::gmock_function_mocker_test::MockStack< T > | |
MOCK_METHOD(const T &, GetTop,(),(const)) (defined in testing::gmock_function_mocker_test::MockStack< T >) | testing::gmock_function_mocker_test::MockStack< T > | |
MOCK_METHOD((std::map< int, int >), ReturnTypeWithComma,(),()) (defined in testing::gmock_function_mocker_test::MockStack< T >) | testing::gmock_function_mocker_test::MockStack< T > | |
MOCK_METHOD((std::map< int, int >), ReturnTypeWithComma,(int),(const)) (defined in testing::gmock_function_mocker_test::MockStack< T >) | testing::gmock_function_mocker_test::MockStack< T > | |
MockStack() (defined in testing::gmock_function_mocker_test::MockStack< T >) | testing::gmock_function_mocker_test::MockStack< T > | inline |
Pop()=0 (defined in testing::gmock_function_mocker_test::StackInterface< T >) | testing::gmock_function_mocker_test::StackInterface< T > | pure virtual |
Push(const T &value)=0 (defined in testing::gmock_function_mocker_test::StackInterface< T >) | testing::gmock_function_mocker_test::StackInterface< T > | pure virtual |
~StackInterface() (defined in testing::gmock_function_mocker_test::StackInterface< T >) | testing::gmock_function_mocker_test::StackInterface< T > | inlinevirtual |