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

/external/chromium/testing/gmock/test/
H A Dgmock-generated-internal-utils_test.cc44 using ::testing::internal::CompileAssertTypesEqual;
52 CompileAssertTypesEqual<tuple<>, MatcherTuple<tuple<> >::type>();
56 CompileAssertTypesEqual<tuple<Matcher<int> >,
61 CompileAssertTypesEqual<tuple<Matcher<int>, Matcher<char> >,
66 CompileAssertTypesEqual<tuple<Matcher<int>, Matcher<char>, Matcher<bool>,
76 CompileAssertTypesEqual<int, F::Result>();
77 CompileAssertTypesEqual<tuple<>, F::ArgumentTuple>();
78 CompileAssertTypesEqual<tuple<>, F::ArgumentMatcherTuple>();
79 CompileAssertTypesEqual<void(), F::MakeResultVoid>();
80 CompileAssertTypesEqual<IgnoredValu
[all...]
H A Dgmock-internal-utils_test.cc100 CompileAssertTypesEqual<const char,
105 CompileAssertTypesEqual<int, PointeeOf<int*>::type>();
106 CompileAssertTypesEqual<const char, PointeeOf<const char*>::type>();
107 CompileAssertTypesEqual<void, PointeeOf<void*>::type>();
/external/chromium/testing/gtest/test/
H A Dgtest_unittest.cc153 using testing::internal::CompileAssertTypesEqual;
7009 // Tests that CompileAssertTypesEqual compiles when the type arguments are
7011 TEST(CompileAssertTypesEqual, CompilesWhenTypesAreEqual) {
7012 CompileAssertTypesEqual<void, void>();
7013 CompileAssertTypesEqual<int*, int*>();
7018 CompileAssertTypesEqual<int, RemoveReference<int>::type>();
7019 CompileAssertTypesEqual<const char, RemoveReference<const char>::type>();
7024 CompileAssertTypesEqual<int, RemoveReference<int&>::type>();
7025 CompileAssertTypesEqual<const char, RemoveReference<const char&>::type>();
7032 CompileAssertTypesEqual<T
[all...]
/external/gtest/test/
H A Dgtest_unittest.cc153 using testing::internal::CompileAssertTypesEqual;
7009 // Tests that CompileAssertTypesEqual compiles when the type arguments are
7011 TEST(CompileAssertTypesEqual, CompilesWhenTypesAreEqual) {
7012 CompileAssertTypesEqual<void, void>();
7013 CompileAssertTypesEqual<int*, int*>();
7018 CompileAssertTypesEqual<int, RemoveReference<int>::type>();
7019 CompileAssertTypesEqual<const char, RemoveReference<const char>::type>();
7024 CompileAssertTypesEqual<int, RemoveReference<int&>::type>();
7025 CompileAssertTypesEqual<const char, RemoveReference<const char&>::type>();
7032 CompileAssertTypesEqual<T
[all...]
/external/chromium/testing/gmock/include/gmock/
H A Dgmock-actions.h526 CompileAssertTypesEqual<void, Result>();
692 CompileAssertTypesEqual<void, Result>();
715 CompileAssertTypesEqual<void, Result>();
787 CompileAssertTypesEqual<void, Result>();
/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 150 milliseconds