Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h892 IsContainer IsContainerTest(int /* dummy */) { in IsContainerTest() function
898 IsNotContainer IsContainerTest(long /* dummy */) { return '\0'; } in IsContainerTest() function
922 bool = sizeof(IsContainerTest<C>(0)) == sizeof(IsContainer)>
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-printers.h506 (sizeof(IsContainerTest<T>(0)) == sizeof(IsContainer)) && in PrintTo()