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

/gem5/ext/googletest/googletest/src/
H A Dgtest.cc2740 const int index = GetElementOr(test_indices_, i, -1);
2747 const int index = GetElementOr(test_indices_, i, -1);
2755 test_indices_.push_back(static_cast<int>(test_indices_.size()));
2794 Shuffle(random, &test_indices_);
2799 for (size_t i = 0; i < test_indices_.size(); i++) {
2800 test_indices_[i] = static_cast<int>(i);
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h941 std::vector<int> test_indices_; member in class:testing::TestCase

Completed in 32 milliseconds