|
| typedef ActionResultHolder< Result > | ResultHolder |
| |
| typedef ActionResultHolder< Result > | ResultHolder |
| |
| typedef std::vector< const void * > | UntypedOnCallSpecs |
| |
| typedef std::vector< internal::linked_ptr< ExpectationBase > > | UntypedExpectations |
| |
| typedef std::vector< const void * > | UntypedOnCallSpecs |
| |
| typedef std::vector< internal::linked_ptr< ExpectationBase > > | UntypedExpectations |
| |
| Result | InvokeWith (const ArgumentTuple &args) GTEST_LOCK_EXCLUDED_(g_gmock_mutex) |
| |
| Result | InvokeWith (const ArgumentTuple &args) GTEST_LOCK_EXCLUDED_(g_gmock_mutex) |
| |
| OnCallSpec< R() > & | AddNewOnCallSpec (const char *file, int line, const ArgumentMatcherTuple &m) GTEST_LOCK_EXCLUDED_(g_gmock_mutex) |
| |
| OnCallSpec< R() > & | AddNewOnCallSpec (const char *file, int line, const ArgumentMatcherTuple &m) GTEST_LOCK_EXCLUDED_(g_gmock_mutex) |
| |
| TypedExpectation< R() > & | AddNewExpectation (const char *file, int line, const string &source_text, const ArgumentMatcherTuple &m) GTEST_LOCK_EXCLUDED_(g_gmock_mutex) |
| |
| TypedExpectation< R() > & | AddNewExpectation (const char *file, int line, const string &source_text, const ArgumentMatcherTuple &m) GTEST_LOCK_EXCLUDED_(g_gmock_mutex) |
| |
| MockSpec< R() > & | current_spec () |
| |
| MockSpec< R() > & | current_spec () |
| |
| Expectation | GetHandleOf (ExpectationBase *exp) |
| |
| Expectation | GetHandleOf (ExpectationBase *exp) |
| |
| const void * | mock_obj_ |
| |
| const char * | name_ |
| |
| UntypedOnCallSpecs | untyped_on_call_specs_ |
| |
| UntypedExpectations | untyped_expectations_ |
| |