Home
last modified time | relevance | path

Searched refs:IsSame (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/googletest/googletest/test/
H A Dgtest-typed-test_test.cc180 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 Dgoogletest-output-test_.cc817 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 DUnwindPlan.h88 bool IsSame() const { return m_type == same; } in IsSame() function
/freebsd-13.1/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1164 struct IsSame {
1168 struct IsSame<T, T> {
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DTokenKinds.def542 TYPE_TRAIT_2(__is_same, IsSame, KEYCXX)
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp1533 if (unwindplan_regloc.IsSame()) { in SavedLocationForRegister()
/freebsd-13.1/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h335 !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 Dgmock-matchers_test.cc6672 return value.has_int_ == internal::IsSame<T, int>::value; in holds_alternative()