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

/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/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h909 // When the compiler sees expression IsContainerTest<C>(0), if C is an
910 // STL-style container class, the first overload of IsContainerTest
917 // a container class by checking the type of IsContainerTest<C>(0).
928 // IsContainerTest(typename C::const_iterator*) and
929 // IsContainerTest(...) doesn't work with Visual Age C++ and Sun C++.
932 IsContainer IsContainerTest(int /* dummy */, function in namespace:testing::internal
940 IsNotContainer IsContainerTest(long /* dummy */) { return '\0'; } function in namespace:testing::internal
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-internal.h909 // When the compiler sees expression IsContainerTest<C>(0), if C is an
910 // STL-style container class, the first overload of IsContainerTest
917 // a container class by checking the type of IsContainerTest<C>(0).
928 // IsContainerTest(typename C::const_iterator*) and
929 // IsContainerTest(...) doesn't work with Visual Age C++ and Sun C++.
932 IsContainer IsContainerTest(int /* dummy */, function in namespace:testing::internal
940 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/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h926 // When the compiler sees expression IsContainerTest<C>(0), if C is an
927 // STL-style container class, the first overload of IsContainerTest
934 // a container class by checking the type of IsContainerTest<C>(0).
945 // IsContainerTest(typename C::const_iterator*) and
946 // IsContainerTest(...) doesn't work with Visual Age C++ and Sun C++.
949 IsContainer IsContainerTest(int /* dummy */, function in namespace:testing::internal
957 IsNotContainer IsContainerTest(long /* dummy */) { return '\0'; } function in namespace:testing::internal
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h909 // When the compiler sees expression IsContainerTest<C>(0), if C is an
910 // STL-style container class, the first overload of IsContainerTest
917 // a container class by checking the type of IsContainerTest<C>(0).
928 // IsContainerTest(typename C::const_iterator*) and
929 // IsContainerTest(...) doesn't work with Visual Age C++ and Sun C++.
932 IsContainer IsContainerTest(int /* dummy */, function in namespace:testing::internal
940 IsNotContainer IsContainerTest(long /* dummy */) { return '\0'; } function in namespace:testing::internal
/external/vulkan-validation-layers/tests/gtest-1.7.0/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/fmtlib/test/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/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest.h7799 // When the compiler sees expression IsContainerTest<C>(0), if C is an
7800 // STL-style container class, the first overload of IsContainerTest
7807 // a container class by checking the type of IsContainerTest<C>(0).
7818 // IsContainerTest(typename C::const_iterator*) and
7819 // IsContainerTest(...) doesn't work with Visual Age C++ and Sun C++.
7822 IsContainer IsContainerTest(int /* dummy */, function in namespace:testing::internal
7830 IsNotContainer IsContainerTest(long /* dummy */) { return '\0'; } function in namespace:testing::internal
9568 DefaultPrintTo(IsContainerTest<T>(0), is_pointer<T>(), value, os);

Completed in 273 milliseconds