Home | History | Annotate | Download | only in src

Lines Matching refs:g_mock_object_registry

589 MockObjectRegistry g_mock_object_registry;
650 g_mock_object_registry.states()[mock_obj].leakable = true;
678 if (g_mock_object_registry.states().count(mock_obj) == 0) {
687 g_mock_object_registry.states()[mock_obj].function_mockers;
705 g_mock_object_registry.states()[mock_obj].function_mockers.insert(mocker);
715 MockObjectState& state = g_mock_object_registry.states()[mock_obj];
739 g_mock_object_registry.states().begin();
740 it != g_mock_object_registry.states().end(); ++it) {
745 g_mock_object_registry.states().erase(it);
757 if (g_mock_object_registry.states().count(mock_obj) == 0) {
765 g_mock_object_registry.states()[mock_obj].function_mockers;