Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc2384 const int index = GetElementOr(test_indices_, i, -1); in GetTestInfo()
2391 const int index = GetElementOr(test_indices_, i, -1); in GetMutableTestInfo()
2399 test_indices_.push_back(static_cast<int>(test_indices_.size())); in AddTestInfo()
2438 Shuffle(random, &test_indices_); in ShuffleTests()
2443 for (size_t i = 0; i < test_indices_.size(); i++) { in UnshuffleTests()
2444 test_indices_[i] = static_cast<int>(i); in UnshuffleTests()
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest.h884 std::vector<int> test_indices_; variable