Lines Matching refs:states
540 StateMap& states() { return states_; } in states() function in testing::__anon7d258c5e0111::MockObjectRegistry
615 g_mock_object_registry.states()[mock_obj].leakable = true; in AllowLeak()
643 if (g_mock_object_registry.states().count(mock_obj) == 0) { in VerifyAndClearExpectationsLocked()
652 g_mock_object_registry.states()[mock_obj].function_mockers; in VerifyAndClearExpectationsLocked()
683 g_mock_object_registry.states()[mock_obj].function_mockers.insert(mocker); in Register()
693 MockObjectState& state = g_mock_object_registry.states()[mock_obj]; in RegisterUseByOnCallOrExpectCall()
714 g_mock_object_registry.states().begin(); in UnregisterLocked()
715 it != g_mock_object_registry.states().end(); ++it) { in UnregisterLocked()
720 g_mock_object_registry.states().erase(it); in UnregisterLocked()
732 if (g_mock_object_registry.states().count(mock_obj) == 0) { in ClearDefaultActionsLocked()
740 g_mock_object_registry.states()[mock_obj].function_mockers; in ClearDefaultActionsLocked()