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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/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 104 milliseconds