Lines Matching defs:IsContainerTest
7799 // 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 */,
7830 IsContainerTest(long /* dummy */) { return '\0'; }
9568 DefaultPrintTo(IsContainerTest<T>(0), is_pointer<T>(), value, os);