Searched refs:test_indices_ (Results 1 – 2 of 2) sorted by relevance
2347 test_indices_(new internal::Vector<int>), in TestCase()2363 const int index = test_indices_->GetElementOr(i, -1); in GetTestInfo()2370 const int index = test_indices_->GetElementOr(i, -1); in GetMutableTestInfo()2378 test_indices_->PushBack(test_indices_->size()); in AddTestInfo()2435 test_indices_->Shuffle(random); in ShuffleTests()2440 for (int i = 0; i < test_indices_->size(); i++) { in UnshuffleTests()2441 test_indices_->GetMutableElement(i) = i; in UnshuffleTests()
728 const internal::scoped_ptr<internal::Vector<int> > test_indices_; variable