Searched refs:MyEnvironment (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/googletest/googletest/test/
H A Dgtest_environment_test.cc53 class MyEnvironment : public testing::Environment { class in namespace:__anon57
55 MyEnvironment() { Reset(); } function in class:__anon57::MyEnvironment
127 int RunAllTests(MyEnvironment* env, FailureType failure) {
142 MyEnvironment* const env = new MyEnvironment;
H A Dgtest_repeat_test.cc83 class MyEnvironment : public testing::Environment { class in namespace:__anon61
85 MyEnvironment() {} function in class:__anon61::MyEnvironment
231 testing::AddGlobalTestEnvironment(new MyEnvironment);

Completed in 5 milliseconds