Searched refs:IsSame (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/googletest/googletest/test/ |
| H A D | gtest-typed-test_test.cc | 180 if (testing::internal::IsSame<T, char>::value) { in GetName() 183 if (testing::internal::IsSame<T, int>::value) { in GetName() 192 if (testing::internal::IsSame<TypeParam, char>::value) { in TYPED_TEST() 198 if (testing::internal::IsSame<TypeParam, int>::value) { in TYPED_TEST() 314 if (testing::internal::IsSame<TypeParam, char>::value) { in TYPED_TEST_P() 320 if (testing::internal::IsSame<TypeParam, int>::value) { in TYPED_TEST_P() 334 if (testing::internal::IsSame<T, char>::value) { in GetName() 337 if (testing::internal::IsSame<T, int>::value) { in GetName()
|
| H A D | googletest-output-test_.cc | 817 if (testing::internal::IsSame<T, char>::value) in GetName() 819 if (testing::internal::IsSame<T, int>::value) in GetName() 858 if (testing::internal::IsSame<T, unsigned char>::value) { in GetName() 861 if (testing::internal::IsSame<T, unsigned int>::value) { in GetName()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | UnwindPlan.h | 88 bool IsSame() const { return m_type == same; } in IsSame() function
|
| /freebsd-13.1/contrib/googletest/googletest/include/gtest/internal/ |
| H A D | gtest-port.h | 1164 struct IsSame { 1168 struct IsSame<T, T> {
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TokenKinds.def | 542 TYPE_TRAIT_2(__is_same, IsSame, KEYCXX)
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | RegisterContextUnwind.cpp | 1533 if (unwindplan_regloc.IsSame()) { in SavedLocationForRegister()
|
| /freebsd-13.1/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 335 !internal::IsSame<U, GTEST_REFERENCE_TO_CONST_(U)>::value>::type* = 379 typename internal::EnableIf<!internal::IsSame<
|
| /freebsd-13.1/contrib/googletest/googlemock/test/ |
| H A D | gmock-matchers_test.cc | 6672 return value.has_int_ == internal::IsSame<T, int>::value; in holds_alternative()
|