Searched defs:IsContainerTest (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h865 // When the compiler sees expression IsContainerTest<C>(0), if C is an
866 // STL-style container class, the first overload of IsContainerTest
873 // a container class by checking the type of IsContainerTest<C>(0).
884 // IsContainerTest(typename C::const_iterator*) and
885 // IsContainerTest(...) doesn't work with Visual Age C++ and Sun C++.
888 IsContainer IsContainerTest(int /* dummy */, function in namespace:testing::internal
896 IsNotContainer IsContainerTest(long /* dummy */) { return '\0'; } function in namespace:testing::internal
/external/chromium_org/third_party/mesa/src/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/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/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/chromium_org/third_party/libvpx/source/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);
/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 254 milliseconds