Home
last modified time | relevance | path

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

/llvm-project/third-party/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h939 IsContainer IsContainerTest(int /* dummy */) { in IsContainerTest() function
945 IsNotContainer IsContainerTest(long /* dummy */) { in IsContainerTest() function
971 bool = sizeof(IsContainerTest<C>(0)) == sizeof(IsContainer)>
/llvm-project/third-party/unittest/googletest/include/gtest/
H A Dgtest-printers.h139 (sizeof(IsContainerTest<T>(0)) == sizeof(IsContainer)) &&