Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/src/
Dgtest-internal-inl.h581 const int index = GetElementOr(test_case_indices_, i, -1); in GetTestCase()
588 const int index = GetElementOr(test_case_indices_, i, -1); in GetMutableTestCase()
849 std::vector<int> test_case_indices_; variable
Dgtest.cc4111 test_case_indices_.push_back(static_cast<int>(test_case_indices_.size())); in GetTestCase()
4510 ShuffleRange(random(), 0, last_death_test_case_ + 1, &test_case_indices_); in ShuffleTests()
4514 static_cast<int>(test_cases_.size()), &test_case_indices_); in ShuffleTests()
4528 test_case_indices_[i] = static_cast<int>(i); in UnshuffleTests()