Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/googletest/googletest/src/
Dgtest-internal-inl.h587 const int index = GetElementOr(test_case_indices_, i, -1); in GetTestCase()
594 const int index = GetElementOr(test_case_indices_, i, -1); in GetMutableTestCase()
853 std::vector<int> test_case_indices_; variable
Dgtest.cc5140 test_case_indices_.push_back(static_cast<int>(test_case_indices_.size())); in GetTestCase()
5593 ShuffleRange(random(), 0, last_death_test_case_ + 1, &test_case_indices_); in ShuffleTests()
5597 static_cast<int>(test_cases_.size()), &test_case_indices_); in ShuffleTests()
5611 test_case_indices_[i] = static_cast<int>(i); in UnshuffleTests()