Home
last modified time | relevance | path

Searched refs:running_by_test_index_ (Results 1 – 2 of 2) sorted by relevance

/system/testing/gtest_extras/gtest_isolated/
DIsolate.h104 std::map<size_t, Test*> running_by_test_index_; variable
DIsolate.cpp257 running_by_test_index_[cur_test_index_] = test; in LaunchTests()
379 if (running_by_test_index_.erase(test_index) == 0) { in CheckTestsFinished()
424 for (const auto& entry : running_by_test_index_) { in HandleSignals()
441 running_by_test_index_.clear(); in RunAllTests()