Searched defs:CompileAssertTypesEqual (Results 1 - 3 of 3) sorted by relevance

/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h761 // Defining a variable of type CompileAssertTypesEqual<T1, T2> will cause a
764 struct CompileAssertTypesEqual;
767 struct CompileAssertTypesEqual<T, T> { struct in namespace:testing::internal
/external/gtest/include/gtest/internal/
H A Dgtest-internal.h767 // Defining a variable of type CompileAssertTypesEqual<T1, T2> will cause a
770 struct CompileAssertTypesEqual;
773 struct CompileAssertTypesEqual<T, T> { struct in namespace:testing::internal
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h786 // Defining a variable of type CompileAssertTypesEqual<T1, T2> will cause a
789 struct CompileAssertTypesEqual;
792 struct CompileAssertTypesEqual<T, T> { struct in namespace:testing::internal

Completed in 4752 milliseconds