Searched refs:CompileAssertTypesEqual (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/testing/gtest/test/
H A Dgtest_unittest.cc243 using testing::internal::CompileAssertTypesEqual;
7195 // Tests that CompileAssertTypesEqual compiles when the type arguments are
7197 TEST(CompileAssertTypesEqual, CompilesWhenTypesAreEqual) {
7198 CompileAssertTypesEqual<void, void>();
7199 CompileAssertTypesEqual<int*, int*>();
7204 CompileAssertTypesEqual<int, RemoveReference<int>::type>();
7205 CompileAssertTypesEqual<const char, RemoveReference<const char>::type>();
7210 CompileAssertTypesEqual<int, RemoveReference<int&>::type>();
7211 CompileAssertTypesEqual<const char, RemoveReference<const char&>::type>();
7218 CompileAssertTypesEqual<T
[all...]
/external/gtest/test/
H A Dgtest_unittest.cc244 using testing::internal::CompileAssertTypesEqual;
7086 // Tests that CompileAssertTypesEqual compiles when the type arguments are
7088 TEST(CompileAssertTypesEqual, CompilesWhenTypesAreEqual) {
7089 CompileAssertTypesEqual<void, void>();
7090 CompileAssertTypesEqual<int*, int*>();
7095 CompileAssertTypesEqual<int, RemoveReference<int>::type>();
7096 CompileAssertTypesEqual<const char, RemoveReference<const char>::type>();
7101 CompileAssertTypesEqual<int, RemoveReference<int&>::type>();
7102 CompileAssertTypesEqual<const char, RemoveReference<const char&>::type>();
7109 CompileAssertTypesEqual<T
[all...]
/external/gtest/include/gtest/internal/
H A Dgtest-internal.h693 // Defining a variable of type CompileAssertTypesEqual<T1, T2> will cause a
696 struct CompileAssertTypesEqual;
699 struct CompileAssertTypesEqual<T, T> { struct in namespace:testing::internal
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h725 // Defining a variable of type CompileAssertTypesEqual<T1, T2> will cause a
728 struct CompileAssertTypesEqual;
731 struct CompileAssertTypesEqual<T, T> { struct in namespace:testing::internal
/external/chromium_org/third_party/mesa/src/src/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.h796 // Defining a variable of type CompileAssertTypesEqual<T1, T2> will cause a
799 struct CompileAssertTypesEqual;
802 struct CompileAssertTypesEqual<T, T> { struct in namespace:testing::internal
/external/mesa3d/src/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/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7653 // Defining a variable of type CompileAssertTypesEqual<T1, T2> will cause a
7656 struct CompileAssertTypesEqual;
7659 struct CompileAssertTypesEqual<T, T> { struct in namespace:testing::internal
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7653 // Defining a variable of type CompileAssertTypesEqual<T1, T2> will cause a
7656 struct CompileAssertTypesEqual;
7659 struct CompileAssertTypesEqual<T, T> { struct in namespace:testing::internal

Completed in 548 milliseconds