Home
last modified time | relevance | path

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

/llvm-project/third-party/unittest/googletest/src/
H A Dgtest.cc2949 const int index = GetElementOr(test_indices_, i, -1); in GetTestInfo()
2956 const int index = GetElementOr(test_indices_, i, -1); in GetMutableTestInfo()
2964 test_indices_.push_back(static_cast<int>(test_indices_.size())); in AddTestInfo()
3079 Shuffle(random, &test_indices_); in ShuffleTests()
3084 for (size_t i = 0; i < test_indices_.size(); i++) { in UnshuffleTests()
3085 test_indices_[i] = static_cast<int>(i); in UnshuffleTests()
/llvm-project/third-party/unittest/googletest/include/gtest/
H A Dgtest.h860 std::vector<int> test_indices_; variable