Searched refs:IsContainerTest (Results 1 - 11 of 11) sorted by relevance

/external/gtest/include/gtest/internal/
H A Dgtest-internal.h838 // When the compiler sees expression IsContainerTest<C>(0), if C is an
839 // STL-style container class, the first overload of IsContainerTest
846 // a container class by checking the type of IsContainerTest<C>(0).
857 // IsContainerTest(typename C::const_iterator*) and
858 // IsContainerTest(...) doesn't work with Visual Age C++ and Sun C++.
861 IsContainer IsContainerTest(int /* dummy */, function in namespace:testing::internal
869 IsNotContainer IsContainerTest(long /* dummy */) { return '\0'; } function in namespace:testing::internal
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h912 // When the compiler sees expression IsContainerTest<C>(0), if C is an
913 // STL-style container class, the first overload of IsContainerTest
920 // a container class by checking the type of IsContainerTest<C>(0).
931 // IsContainerTest(typename C::const_iterator*) and
932 // IsContainerTest(...) doesn't work with Visual Age C++ and Sun C++.
935 IsContainer IsContainerTest(int /* dummy */, function in namespace:testing::internal
943 IsNotContainer IsContainerTest(long /* dummy */) { return '\0'; } function in namespace:testing::internal
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h935 // When the compiler sees expression IsContainerTest<C>(0), if C is an
936 // STL-style container class, the first overload of IsContainerTest
943 // a container class by checking the type of IsContainerTest<C>(0).
954 // IsContainerTest(typename C::const_iterator*) and
955 // IsContainerTest(...) doesn't work with Visual Age C++ and Sun C++.
958 IsContainer IsContainerTest(int /* dummy */, function in namespace:testing::internal
966 IsNotContainer IsContainerTest(long /* dummy */) { return '\0'; } function in namespace:testing::internal
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-internal.h906 // When the compiler sees expression IsContainerTest<C>(0), if C is an
907 // STL-style container class, the first overload of IsContainerTest
914 // a container class by checking the type of IsContainerTest<C>(0).
925 // IsContainerTest(typename C::const_iterator*) and
926 // IsContainerTest(...) doesn't work with Visual Age C++ and Sun C++.
929 IsContainer IsContainerTest(int /* dummy */, function in namespace:testing::internal
937 IsNotContainer IsContainerTest(long /* dummy */) { return '\0'; } function in namespace:testing::internal
/external/google-breakpad/src/testing/gtest/include/gtest/
H A Dgtest-printers.h376 DefaultPrintTo(IsContainerTest<T>(0), is_pointer<T>(), value, os);
/external/gtest/include/gtest/
H A Dgtest-printers.h376 DefaultPrintTo(IsContainerTest<T>(0), is_pointer<T>(), value, os);
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-printers.h376 DefaultPrintTo(IsContainerTest<T>(0), is_pointer<T>(), value, os);
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest-printers.h376 DefaultPrintTo(IsContainerTest<T>(0), is_pointer<T>(), value, os);
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_unittest.cc177 using testing::internal::IsContainerTest;
7369 // Tests IsContainerTest.
7374 EXPECT_EQ(sizeof(IsNotContainer), sizeof(IsContainerTest<int>(0)));
7375 EXPECT_EQ(sizeof(IsNotContainer), sizeof(IsContainerTest<char[5]>(0)));
7376 EXPECT_EQ(sizeof(IsNotContainer), sizeof(IsContainerTest<NonContainer>(0)));
7381 sizeof(IsContainerTest<std::vector<bool> >(0)));
7383 sizeof(IsContainerTest<std::map<int, double> >(0)));
/external/gtest/test/
H A Dgtest_unittest.cc266 using testing::internal::IsContainerTest;
7227 // Tests IsContainerTest.
7232 EXPECT_EQ(sizeof(IsNotContainer), sizeof(IsContainerTest<int>(0)));
7233 EXPECT_EQ(sizeof(IsNotContainer), sizeof(IsContainerTest<char[5]>(0)));
7234 EXPECT_EQ(sizeof(IsNotContainer), sizeof(IsContainerTest<NonContainer>(0)));
7239 sizeof(IsContainerTest<std::vector<bool> >(0)));
7241 sizeof(IsContainerTest<std::map<int, double> >(0)));
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7798 // When the compiler sees expression IsContainerTest<C>(0), if C is an
7799 // STL-style container class, the first overload of IsContainerTest
7806 // a container class by checking the type of IsContainerTest<C>(0).
7817 // IsContainerTest(typename C::const_iterator*) and
7818 // IsContainerTest(...) doesn't work with Visual Age C++ and Sun C++.
7821 IsContainer IsContainerTest(int /* dummy */, function in namespace:testing::internal
7829 IsNotContainer IsContainerTest(long /* dummy */) { return '\0'; } function in namespace:testing::internal
9567 DefaultPrintTo(IsContainerTest<T>(0), is_pointer<T>(), value, os);

Completed in 319 milliseconds