Searched refs:IsContainer (Results 1 – 2 of 2) sorted by relevance
932 typedef int IsContainer; typedef939 IsContainer IsContainerTest(int /* dummy */) { in IsContainerTest()971 bool = sizeof(IsContainerTest<C>(0)) == sizeof(IsContainer)>
139 (sizeof(IsContainerTest<T>(0)) == sizeof(IsContainer)) &&