/external/google-breakpad/src/testing/test/ |
D | gmock-generated-internal-utils_test.cc | 44 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 …]
|
D | gmock-internal-utils_test.cc | 100 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/ |
D | gmock-internal-utils_test.cc | 126 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/ |
D | gtest_unittest.cc | 155 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/ |
D | gmock-actions.h | 528 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/ |
D | gtest_unittest.cc | 236 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/ |
D | gmock-actions.h | 646 CompileAssertTypesEqual<void, Result>(); 812 CompileAssertTypesEqual<void, Result>(); 835 CompileAssertTypesEqual<void, Result>(); 907 CompileAssertTypesEqual<void, Result>();
|
/external/googletest/googlemock/include/gmock/ |
D | gmock-actions.h | 625 CompileAssertTypesEqual<void, Result>(); 787 CompileAssertTypesEqual<void, Result>(); 810 CompileAssertTypesEqual<void, Result>(); 882 CompileAssertTypesEqual<void, Result>();
|
/external/gflags/test/ |
D | gflags_unittest.cc | 265 struct CompileAssertTypesEqual; 268 struct CompileAssertTypesEqual<T, T> { struct 274 CompileAssertTypesEqual<Expected, Actual>(); in AssertIsType()
|
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
D | gtest-internal.h | 770 struct CompileAssertTypesEqual; 773 struct CompileAssertTypesEqual<T, T> {
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-internal.h | 790 struct CompileAssertTypesEqual; 793 struct CompileAssertTypesEqual<T, T> {
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-internal.h | 799 struct CompileAssertTypesEqual; 802 struct CompileAssertTypesEqual<T, T> {
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-internal.h | 772 struct CompileAssertTypesEqual; 775 struct CompileAssertTypesEqual<T, T> {
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-internal.h | 772 struct CompileAssertTypesEqual; 775 struct CompileAssertTypesEqual<T, T> {
|
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/ |
D | gtest-internal.h | 772 struct CompileAssertTypesEqual; 775 struct CompileAssertTypesEqual<T, T> {
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/ |
D | gtest-internal.h | 808 struct CompileAssertTypesEqual; 811 struct CompileAssertTypesEqual<T, T> {
|
/external/googletest/googletest/include/gtest/internal/ |
D | gtest-internal.h | 848 struct CompileAssertTypesEqual; 851 struct CompileAssertTypesEqual<T, T> {
|
/external/epid-sdk/ext/gtest/ |
D | gtest.h | 8518 struct CompileAssertTypesEqual; 8521 struct CompileAssertTypesEqual<T, T> {
|