Searched defs:GetElementOr (Results 1 - 8 of 8) sorted by relevance

/external/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h292 inline E GetElementOr(const std::vector<E>& v, int i, E default_value) { function in namespace:testing::internal
565 const int index = GetElementOr(test_case_indices_, i, -1);
572 const int index = GetElementOr(test_case_indices_, i, -1);
/external/chromium_org/testing/gtest/src/
H A Dgtest-internal-inl.h302 inline E GetElementOr(const std::vector<E>& v, int i, E default_value) { function in namespace:testing::internal
587 const int index = GetElementOr(test_case_indices_, i, -1);
594 const int index = GetElementOr(test_case_indices_, i, -1);
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-internal-inl.h293 inline E GetElementOr(const std::vector<E>& v, int i, E default_value) { function in namespace:testing::internal
566 const int index = GetElementOr(test_case_indices_, i, -1);
573 const int index = GetElementOr(test_case_indices_, i, -1);
/external/gtest/src/
H A Dgtest-internal-inl.h302 inline E GetElementOr(const std::vector<E>& v, int i, E default_value) { function in namespace:testing::internal
587 const int index = GetElementOr(test_case_indices_, i, -1);
594 const int index = GetElementOr(test_case_indices_, i, -1);
/external/mesa3d/src/gtest/src/
H A Dgtest-internal-inl.h293 inline E GetElementOr(const std::vector<E>& v, int i, E default_value) { function in namespace:testing::internal
566 const int index = GetElementOr(test_case_indices_, i, -1);
573 const int index = GetElementOr(test_case_indices_, i, -1);
/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h394 E GetElementOr(int i, E default_value) const { function in class:testing::internal::Vector
805 const int index = test_case_indices_.GetElementOr(i, -1);
812 const int index = test_case_indices_.GetElementOr(i, -1);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc703 inline E GetElementOr(const std::vector<E>& v, int i, E default_value) { function in namespace:testing::internal
988 const int index = GetElementOr(test_case_indices_, i, -1);
995 const int index = GetElementOr(test_case_indices_, i, -1);
1630 using internal::GetElementOr;
3894 const int index = GetElementOr(test_indices_, i, -1);
3901 const int index = GetElementOr(test_indices_, i, -1);
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc703 inline E GetElementOr(const std::vector<E>& v, int i, E default_value) { function in namespace:testing::internal
988 const int index = GetElementOr(test_case_indices_, i, -1);
995 const int index = GetElementOr(test_case_indices_, i, -1);
1630 using internal::GetElementOr;
3894 const int index = GetElementOr(test_indices_, i, -1);
3901 const int index = GetElementOr(test_indices_, i, -1);

Completed in 69 milliseconds