Searched refs:test_indices_ (Results 1 – 2 of 2) sorted by relevance
2999 const int index = GetElementOr(test_indices_, i, -1); in GetTestInfo()3006 const int index = GetElementOr(test_indices_, i, -1); in GetMutableTestInfo()3014 test_indices_.push_back(static_cast<int>(test_indices_.size())); in AddTestInfo()3127 Shuffle(random, &test_indices_); in ShuffleTests()3132 for (size_t i = 0; i < test_indices_.size(); i++) { in UnshuffleTests()3133 test_indices_[i] = static_cast<int>(i); in UnshuffleTests()
859 std::vector<int> test_indices_; variable