Home
last modified time | relevance | path

Searched refs:CompileAssertTypesEqual (Results 1 – 18 of 18) sorted by relevance

/external/google-breakpad/src/testing/test/
Dgmock-generated-internal-utils_test.cc44 using ::testing::internal::CompileAssertTypesEqual;
52 CompileAssertTypesEqual<tuple<>, MatcherTuple<tuple<> >::type>(); in TEST()
56 CompileAssertTypesEqual<tuple<Matcher<int> >, in TEST()
61 CompileAssertTypesEqual<tuple<Matcher<int>, Matcher<char> >, in TEST()
66 CompileAssertTypesEqual<tuple<Matcher<int>, Matcher<char>, Matcher<bool>, in TEST()
76 CompileAssertTypesEqual<int, F::Result>(); in TEST()
77 CompileAssertTypesEqual<tuple<>, F::ArgumentTuple>(); in TEST()
78 CompileAssertTypesEqual<tuple<>, F::ArgumentMatcherTuple>(); in TEST()
79 CompileAssertTypesEqual<void(), F::MakeResultVoid>(); in TEST()
80 CompileAssertTypesEqual<IgnoredValue(), F::MakeResultIgnoredValue>(); in TEST()
[all …]
Dgmock-internal-utils_test.cc100 CompileAssertTypesEqual<const char, in TEST()
105 CompileAssertTypesEqual<int, PointeeOf<int*>::type>(); in TEST()
106 CompileAssertTypesEqual<const char, PointeeOf<const char*>::type>(); in TEST()
107 CompileAssertTypesEqual<void, PointeeOf<void*>::type>(); in TEST()
/external/googletest/googlemock/test/
Dgmock-internal-utils_test.cc126 CompileAssertTypesEqual<int, PointeeOf<std::unique_ptr<int> >::type>(); in TEST()
127 CompileAssertTypesEqual<std::string, in TEST()
132 CompileAssertTypesEqual<int, PointeeOf<int*>::type>(); in TEST()
133 CompileAssertTypesEqual<const char, PointeeOf<const char*>::type>(); in TEST()
134 CompileAssertTypesEqual<void, PointeeOf<void*>::type>(); in TEST()
698 CompileAssertTypesEqual<int, F::Result>(); in TEST()
699 CompileAssertTypesEqual<std::tuple<>, F::ArgumentTuple>(); in TEST()
700 CompileAssertTypesEqual<std::tuple<>, F::ArgumentMatcherTuple>(); in TEST()
701 CompileAssertTypesEqual<void(), F::MakeResultVoid>(); in TEST()
702 CompileAssertTypesEqual<IgnoredValue(), F::MakeResultIgnoredValue>(); in TEST()
[all …]
/external/google-breakpad/src/testing/gtest/test/
Dgtest_unittest.cc155 using testing::internal::CompileAssertTypesEqual;
7230 TEST(CompileAssertTypesEqual, CompilesWhenTypesAreEqual) { in TEST() argument
7231 CompileAssertTypesEqual<void, void>(); in TEST()
7232 CompileAssertTypesEqual<int*, int*>(); in TEST()
7237 CompileAssertTypesEqual<int, RemoveReference<int>::type>(); in TEST()
7238 CompileAssertTypesEqual<const char, RemoveReference<const char>::type>(); in TEST()
7243 CompileAssertTypesEqual<int, RemoveReference<int&>::type>(); in TEST()
7244 CompileAssertTypesEqual<const char, RemoveReference<const char&>::type>(); in TEST()
7251 CompileAssertTypesEqual<T1, GTEST_REMOVE_REFERENCE_(T2)>(); in TestGTestRemoveReference()
7262 CompileAssertTypesEqual<int, RemoveConst<int>::type>(); in TEST()
[all …]
/external/google-breakpad/src/testing/include/gmock/
Dgmock-actions.h528 CompileAssertTypesEqual<void, Result>(); in Perform()
694 CompileAssertTypesEqual<void, Result>(); in Perform()
717 CompileAssertTypesEqual<void, Result>(); in Perform()
789 CompileAssertTypesEqual<void, Result>();
/external/googletest/googletest/test/
Dgtest_unittest.cc236 using testing::internal::CompileAssertTypesEqual;
7170 TEST(CompileAssertTypesEqual, CompilesWhenTypesAreEqual) { in TEST() argument
7171 CompileAssertTypesEqual<void, void>(); in TEST()
7172 CompileAssertTypesEqual<int*, int*>(); in TEST()
7177 CompileAssertTypesEqual<int, RemoveReference<int>::type>(); in TEST()
7178 CompileAssertTypesEqual<const char, RemoveReference<const char>::type>(); in TEST()
7183 CompileAssertTypesEqual<int, RemoveReference<int&>::type>(); in TEST()
7184 CompileAssertTypesEqual<const char, RemoveReference<const char&>::type>(); in TEST()
7191 CompileAssertTypesEqual<T1, GTEST_REMOVE_REFERENCE_(T2)>(); in TestGTestRemoveReference()
7202 CompileAssertTypesEqual<int, RemoveConst<int>::type>(); in TEST()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-actions.h646 CompileAssertTypesEqual<void, Result>();
812 CompileAssertTypesEqual<void, Result>();
835 CompileAssertTypesEqual<void, Result>();
907 CompileAssertTypesEqual<void, Result>();
/external/googletest/googlemock/include/gmock/
Dgmock-actions.h625 CompileAssertTypesEqual<void, Result>();
787 CompileAssertTypesEqual<void, Result>();
810 CompileAssertTypesEqual<void, Result>();
882 CompileAssertTypesEqual<void, Result>();
/external/gflags/test/
Dgflags_unittest.cc265 struct CompileAssertTypesEqual;
268 struct CompileAssertTypesEqual<T, T> { struct
274 CompileAssertTypesEqual<Expected, Actual>(); in AssertIsType()
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-internal.h770 struct CompileAssertTypesEqual;
773 struct CompileAssertTypesEqual<T, T> {
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal.h790 struct CompileAssertTypesEqual;
793 struct CompileAssertTypesEqual<T, T> {
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal.h799 struct CompileAssertTypesEqual;
802 struct CompileAssertTypesEqual<T, T> {
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-internal.h772 struct CompileAssertTypesEqual;
775 struct CompileAssertTypesEqual<T, T> {
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal.h772 struct CompileAssertTypesEqual;
775 struct CompileAssertTypesEqual<T, T> {
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-internal.h772 struct CompileAssertTypesEqual;
775 struct CompileAssertTypesEqual<T, T> {
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-internal.h808 struct CompileAssertTypesEqual;
811 struct CompileAssertTypesEqual<T, T> {
/external/googletest/googletest/include/gtest/internal/
Dgtest-internal.h848 struct CompileAssertTypesEqual;
851 struct CompileAssertTypesEqual<T, T> {
/external/epid-sdk/ext/gtest/
Dgtest.h8518 struct CompileAssertTypesEqual;
8521 struct CompileAssertTypesEqual<T, T> {