Lines Matching defs:IsContainerTest
902 // When the compiler sees expression IsContainerTest<C>(0), if C is an
903 // STL-style container class, the first overload of IsContainerTest
910 // a container class by checking the type of IsContainerTest<C>(0).
924 // IsContainerTest(typename C::const_iterator*) and
925 // IsContainerTest(...) doesn't work with Visual Age C++ and Sun C++.
933 IsContainer IsContainerTest(int /* dummy */) {
939 IsNotContainer IsContainerTest(long /* dummy */) {
965 bool = sizeof(IsContainerTest<C>(0)) == sizeof(IsContainer)>
971 // Since the IsRecursiveContainerImpl depends on the IsContainerTest we need to
972 // obey the same inconsistencies as the IsContainerTest, namely check if