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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc3894 const int index = GetElementOr(test_indices_, i, -1);
3901 const int index = GetElementOr(test_indices_, i, -1);
3909 test_indices_.push_back(static_cast<int>(test_indices_.size()));
3948 Shuffle(random, &test_indices_);
3953 for (size_t i = 0; i < test_indices_.size(); i++) {
3954 test_indices_[i] = static_cast<int>(i);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h18322 std::vector<int> test_indices_; member in class:testing::TestCase

Completed in 259 milliseconds