Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/src/
H A Dgtest-internal-inl.h592 const int index = GetElementOr(test_suite_indices_, i, -1); in GetTestSuite()
604 const int index = GetElementOr(test_suite_indices_, i, -1); in GetMutableSuiteCase()
892 std::vector<int> test_suite_indices_; variable
H A Dgtest.cc5826 test_suite_indices_.push_back(static_cast<int>(test_suite_indices_.size())); in GetTestSuite()
6317 ShuffleRange(random(), 0, last_death_test_suite_ + 1, &test_suite_indices_); in ShuffleTests()
6321 static_cast<int>(test_suites_.size()), &test_suite_indices_); in ShuffleTests()
6335 test_suite_indices_[i] = static_cast<int>(i); in UnshuffleTests()