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

/external/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/google-breakpad/src/testing/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/google-breakpad/src/testing/gtest/test/
H A Dgtest_unittest.cc155 using testing::internal::CompileAssertTypesEqual;
7228 // Tests that CompileAssertTypesEqual compiles when the type arguments are
7230 TEST(CompileAssertTypesEqual, CompilesWhenTypesAreEqual) {
7231 CompileAssertTypesEqual<void, void>();
7232 CompileAssertTypesEqual<int*, int*>();
7237 CompileAssertTypesEqual<int, RemoveReference<int>::type>();
7238 CompileAssertTypesEqual<const char, RemoveReference<const char>::type>();
7243 CompileAssertTypesEqual<int, RemoveReference<int&>::type>();
7244 CompileAssertTypesEqual<const char, RemoveReference<const char&>::type>();
7251 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/vulkan-validation-layers/tests/gtest-1.7.0/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/gmock/include/gmock/
H A Dgmock-actions.h528 CompileAssertTypesEqual<void, Result>();
694 CompileAssertTypesEqual<void, Result>();
717 CompileAssertTypesEqual<void, Result>();
789 CompileAssertTypesEqual<void, Result>();
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-actions.h528 CompileAssertTypesEqual<void, Result>();
694 CompileAssertTypesEqual<void, Result>();
717 CompileAssertTypesEqual<void, Result>();
789 CompileAssertTypesEqual<void, Result>();
/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/vulkan-validation-layers/tests/gtest-1.7.0/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/google-breakpad/src/testing/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/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
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest.h7654 // Defining a variable of type CompileAssertTypesEqual<T1, T2> will cause a
7657 struct CompileAssertTypesEqual;
7660 struct CompileAssertTypesEqual<T, T> { struct in namespace:testing::internal

Completed in 515 milliseconds