MOCK_METHOD(void, func1,(),(noexcept)) (defined in testing::gmock_function_mocker_test::MockMethodNoexceptSpecifier) | testing::gmock_function_mocker_test::MockMethodNoexceptSpecifier | |
MOCK_METHOD(void, func2,(),(noexcept(true))) (defined in testing::gmock_function_mocker_test::MockMethodNoexceptSpecifier) | testing::gmock_function_mocker_test::MockMethodNoexceptSpecifier | |
MOCK_METHOD(void, func3,(),(noexcept(false))) (defined in testing::gmock_function_mocker_test::MockMethodNoexceptSpecifier) | testing::gmock_function_mocker_test::MockMethodNoexceptSpecifier | |
MOCK_METHOD(void, func4,(),(noexcept(noexcept(MaybeThrows())))) (defined in testing::gmock_function_mocker_test::MockMethodNoexceptSpecifier) | testing::gmock_function_mocker_test::MockMethodNoexceptSpecifier | |
MOCK_METHOD(void, func5,(),(noexcept(noexcept(DoesntThrow())))) (defined in testing::gmock_function_mocker_test::MockMethodNoexceptSpecifier) | testing::gmock_function_mocker_test::MockMethodNoexceptSpecifier | |
MOCK_METHOD(void, func6,(),(noexcept(noexcept(DoesntThrow())), const)) (defined in testing::gmock_function_mocker_test::MockMethodNoexceptSpecifier) | testing::gmock_function_mocker_test::MockMethodNoexceptSpecifier | |
MOCK_METHOD(void, func7,(),(const, noexcept(noexcept(DoesntThrow())))) (defined in testing::gmock_function_mocker_test::MockMethodNoexceptSpecifier) | testing::gmock_function_mocker_test::MockMethodNoexceptSpecifier | |
MOCK_METHOD(void, func8,(),(noexcept(noexcept(hasTwoParams(1, 2))), const)) (defined in testing::gmock_function_mocker_test::MockMethodNoexceptSpecifier) | testing::gmock_function_mocker_test::MockMethodNoexceptSpecifier | |