reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

utils/unittest/googletest/src/gtest-internal-inl.h
  578     const int index = GetElementOr(test_case_indices_, i, -1);
  585     const int index = GetElementOr(test_case_indices_, i, -1);
utils/unittest/googletest/src/gtest.cc
 4533   test_case_indices_.push_back(static_cast<int>(test_case_indices_.size()));
 4533   test_case_indices_.push_back(static_cast<int>(test_case_indices_.size()));
 4941   ShuffleRange(random(), 0, last_death_test_case_ + 1, &test_case_indices_);
 4945                static_cast<int>(test_cases_.size()), &test_case_indices_);
 4959     test_case_indices_[i] = static_cast<int>(i);