Home
last modified time | relevance | path

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

/external/protobuf/gtest/src/
Dgtest.cc2347 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()
/external/protobuf/gtest/include/gtest/
Dgtest.h728 const internal::scoped_ptr<internal::Vector<int> > test_indices_; variable