Lines Matching defs:states
541 StateMap& states() { return states_; }
616 g_mock_object_registry.states()[mock_obj].leakable = true;
644 if (g_mock_object_registry.states().count(mock_obj) == 0) {
653 g_mock_object_registry.states()[mock_obj].function_mockers;
684 g_mock_object_registry.states()[mock_obj].function_mockers.insert(mocker);
694 MockObjectState& state = g_mock_object_registry.states()[mock_obj];
715 g_mock_object_registry.states().begin();
716 it != g_mock_object_registry.states().end(); ++it) {
721 g_mock_object_registry.states().erase(it);
733 if (g_mock_object_registry.states().count(mock_obj) == 0) {
741 g_mock_object_registry.states()[mock_obj].function_mockers;