Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/googletest/googlemock/test/
H A Dgmock-generated-internal-utils_test.cc55 CompileAssertTypesEqual<tuple<Matcher<int> >, in TEST()
65 CompileAssertTypesEqual< in TEST()
75 CompileAssertTypesEqual<int, F::Result>(); in TEST()
84 CompileAssertTypesEqual<int, F::Result>(); in TEST()
85 CompileAssertTypesEqual<bool, F::Argument1>(); in TEST()
95 CompileAssertTypesEqual<int, F::Result>(); in TEST()
99 CompileAssertTypesEqual< in TEST()
109 CompileAssertTypesEqual<char, F::Result>(); in TEST()
111 CompileAssertTypesEqual<int, F::Argument2>(); in TEST()
117 CompileAssertTypesEqual< in TEST()
[all …]
H A Dgmock-internal-utils_test.cc126 CompileAssertTypesEqual<const char, in TEST()
129 CompileAssertTypesEqual<int, PointeeOf<std::unique_ptr<int> >::type>(); in TEST()
132 CompileAssertTypesEqual<std::string, in TEST()
138 CompileAssertTypesEqual<int, PointeeOf<int*>::type>(); in TEST()
139 CompileAssertTypesEqual<const char, PointeeOf<const char*>::type>(); in TEST()
140 CompileAssertTypesEqual<void, PointeeOf<void*>::type>(); in TEST()
/freebsd-13.1/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc238 using testing::internal::CompileAssertTypesEqual;
7402 TEST(CompileAssertTypesEqual, CompilesWhenTypesAreEqual) { in TEST() argument
7403 CompileAssertTypesEqual<void, void>(); in TEST()
7404 CompileAssertTypesEqual<int*, int*>(); in TEST()
7409 CompileAssertTypesEqual<int, RemoveReference<int>::type>(); in TEST()
7423 CompileAssertTypesEqual<T1, GTEST_REMOVE_REFERENCE_(T2)>(); in TestGTestRemoveReference()
7434 CompileAssertTypesEqual<int, RemoveConst<int>::type>(); in TEST()
7449 CompileAssertTypesEqual<T1, GTEST_REMOVE_CONST_(T2)>(); in TestGTestRemoveConst()
7475 CompileAssertTypesEqual<int&, AddReference<int&>::type>(); in TEST()
7481 CompileAssertTypesEqual<int&, AddReference<int>::type>(); in TEST()
[all …]
/freebsd-13.1/contrib/googletest/googlemock/include/gmock/
H A Dgmock-actions.h676 CompileAssertTypesEqual<void, Result>();
842 CompileAssertTypesEqual<void, Result>();
865 CompileAssertTypesEqual<void, Result>();
959 CompileAssertTypesEqual<void, Result>();
/freebsd-13.1/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h808 struct CompileAssertTypesEqual;
811 struct CompileAssertTypesEqual<T, T> {