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

/gem5/ext/googletest/googletest/src/
H A Dgtest-internal-inl.h578 const int index = GetElementOr(test_case_indices_, i, -1);
585 const int index = GetElementOr(test_case_indices_, i, -1);
846 std::vector<int> test_case_indices_; member in class:testing::internal::UnitTestImpl
H A Dgtest.cc4533 test_case_indices_.push_back(static_cast<int>(test_case_indices_.size()));
4941 ShuffleRange(random(), 0, last_death_test_case_ + 1, &test_case_indices_); local
4945 static_cast<int>(test_cases_.size()), &test_case_indices_); local
4959 test_case_indices_[i] = static_cast<int>(i);

Completed in 28 milliseconds