Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc988 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::UnitTestImpl
6522 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()