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

/gem5/ext/googletest/googletest/src/
H A Dgtest-internal-inl.h737 // Returns the vector of environments that need to be set-up/torn-down
739 std::vector<Environment*>& environments() { return environments_; } function in class:testing::internal::UnitTestImpl
834 // The vector of environments that need to be set-up/torn-down
H A Dgtest.cc4086 // program is run, all global test environments will be set-up in the
4088 // finished, all global test environments will be torn-down in the
4100 impl_->environments().push_back(env);
4260 "auxiliary test code (environments or event listeners)") ? 0 : 1;
4639 // Sets up all environments beforehand.
4653 // Tears down all environments in reverse order afterwards.

Completed in 29 milliseconds