Searched refs:GetElementOr (Results 1 - 21 of 21) sorted by relevance

/external/chromium/testing/gtest/src/
H A Dgtest-internal-inl.h286 inline E GetElementOr(const std::vector<E>& v, int i, E default_value) { function in namespace:testing::internal
559 const int index = GetElementOr(test_case_indices_, i, -1);
566 const int index = GetElementOr(test_case_indices_, i, -1);
H A Dgtest.cc143 using internal::GetElementOr;
2411 const int index = GetElementOr(test_indices_, i, -1);
2418 const int index = GetElementOr(test_indices_, i, -1);
/external/chromium_org/testing/gtest/src/
H A Dgtest-internal-inl.h300 inline E GetElementOr(const std::vector<E>& v, int i, E default_value) { function in namespace:testing::internal
580 const int index = GetElementOr(test_case_indices_, i, -1);
587 const int index = GetElementOr(test_case_indices_, i, -1);
H A Dgtest.cc144 using internal::GetElementOr;
2317 const int index = GetElementOr(test_indices_, i, -1);
2324 const int index = GetElementOr(test_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);
H A Dgtest.cc143 using internal::GetElementOr;
2411 const int index = GetElementOr(test_indices_, i, -1);
2418 const int index = GetElementOr(test_indices_, i, -1);
/external/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);
H A Dgtest.cc143 using internal::GetElementOr;
2411 const int index = GetElementOr(test_indices_, i, -1);
2418 const int index = GetElementOr(test_indices_, i, -1);
/external/llvm/utils/unittest/googletest/include/gtest/internal/
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/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);
H A Dgtest.cc143 using internal::GetElementOr;
2411 const int index = GetElementOr(test_indices_, i, -1);
2418 const int index = GetElementOr(test_indices_, i, -1);
/external/open-vcdiff/gtest/src/
H A Dgtest-internal-inl.h398 E GetElementOr(int i, E default_value) const { function in class:testing::internal::Vector
809 const int index = test_case_indices_.GetElementOr(i, -1);
816 const int index = test_case_indices_.GetElementOr(i, -1);
H A Dgtest.cc2393 const int index = test_indices_->GetElementOr(i, -1);
2400 const int index = test_indices_->GetElementOr(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);
H A Dgtest.cc2363 const int index = test_indices_->GetElementOr(i, -1);
2370 const int index = test_indices_->GetElementOr(i, -1);
/external/chromium/testing/gtest/test/
H A Dgtest_unittest.cc162 using testing::internal::GetElementOr;
629 // Tests GetElementOr().
630 TEST(ContainerUtilityTest, GetElementOr) {
632 EXPECT_EQ('x', GetElementOr(a, 0, 'x'));
636 EXPECT_EQ('a', GetElementOr(a, 0, 'x'));
637 EXPECT_EQ('b', GetElementOr(a, 1, 'x'));
638 EXPECT_EQ('x', GetElementOr(a, -2, 'x'));
639 EXPECT_EQ('x', GetElementOr(a, 2, 'x'));
/external/chromium_org/testing/gtest/test/
H A Dgtest_unittest.cc165 using testing::internal::GetElementOr;
730 // Tests GetElementOr().
731 TEST(ContainerUtilityTest, GetElementOr) {
733 EXPECT_EQ('x', GetElementOr(a, 0, 'x'));
737 EXPECT_EQ('a', GetElementOr(a, 0, 'x'));
738 EXPECT_EQ('b', GetElementOr(a, 1, 'x'));
739 EXPECT_EQ('x', GetElementOr(a, -2, 'x'));
740 EXPECT_EQ('x', GetElementOr(a, 2, 'x'));
/external/gtest/test/
H A Dgtest_unittest.cc162 using testing::internal::GetElementOr;
629 // Tests GetElementOr().
630 TEST(ContainerUtilityTest, GetElementOr) {
632 EXPECT_EQ('x', GetElementOr(a, 0, 'x'));
636 EXPECT_EQ('a', GetElementOr(a, 0, 'x'));
637 EXPECT_EQ('b', GetElementOr(a, 1, 'x'));
638 EXPECT_EQ('x', GetElementOr(a, -2, 'x'));
639 EXPECT_EQ('x', GetElementOr(a, 2, 'x'));
/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);
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc680 // Tests Vector::GetElementOr().
681 TEST(VectorTest, GetElementOr) {
683 EXPECT_EQ('x', a.GetElementOr(0, 'x'));
687 EXPECT_EQ('a', a.GetElementOr(0, 'x'));
688 EXPECT_EQ('b', a.GetElementOr(1, 'x'));
689 EXPECT_EQ('x', a.GetElementOr(-2, 'x'));
690 EXPECT_EQ('x', a.GetElementOr(2, 'x'));
/external/llvm/utils/unittest/googletest/
H A Dgtest.cc143 using internal::GetElementOr;
2382 const int index = GetElementOr(test_indices_, i, -1);
2389 const int index = GetElementOr(test_indices_, i, -1);

Completed in 569 milliseconds