Searched refs:HasDebugStringAndShortDebugString (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc254 using testing::internal::HasDebugStringAndShortDebugString;
7205 // Tests that HasDebugStringAndShortDebugString<T>::value is a compile-time
7208 static_assert(HasDebugStringAndShortDebugString<HasDebugStringMethods>::value,
7211 HasDebugStringAndShortDebugString<InheritsDebugStringMethods>::value,
7213 static_assert(HasDebugStringAndShortDebugString<
7217 !HasDebugStringAndShortDebugString<WrongTypeDebugStringMethod>::value,
7220 !HasDebugStringAndShortDebugString<NotConstDebugStringMethod>::value,
7223 !HasDebugStringAndShortDebugString<MissingDebugStringMethod>::value,
7225 static_assert(!HasDebugStringAndShortDebugString<IncompleteType>::value,
7227 static_assert(!HasDebugStringAndShortDebugString<in
[all...]
/freebsd-current/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h877 // HasDebugStringAndShortDebugString<T>::value is a compile-time bool constant
881 class HasDebugStringAndShortDebugString { class in namespace:testing::internal
905 constexpr bool HasDebugStringAndShortDebugString<T>::value;
/freebsd-current/contrib/googletest/googletest/include/gtest/
H A Dgtest-printers.h239 internal::HasDebugStringAndShortDebugString<T>::value>::type>

Completed in 104 milliseconds