Searched refs:test_case_indices_ (Results 1 – 1 of 1) sorted by relevance
988 const int index = GetElementOr(test_case_indices_, i, -1); in GetTestCase()995 const int index = GetElementOr(test_case_indices_, i, -1); in GetMutableTestCase()1254 std::vector<int> test_case_indices_; member in testing::internal::UnitTestImpl6522 test_case_indices_.push_back(static_cast<int>(test_case_indices_.size())); in GetTestCase()6961 ShuffleRange(random(), 0, last_death_test_case_ + 1, &test_case_indices_); in ShuffleTests()6965 static_cast<int>(test_cases_.size()), &test_case_indices_); in ShuffleTests()6979 test_case_indices_[i] = static_cast<int>(i); in UnshuffleTests()