Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc7182 struct HasDebugStringMethods { struct
7187 struct InheritsDebugStringMethods : public HasDebugStringMethods {}; argument
7208 static_assert(HasDebugStringAndShortDebugString<HasDebugStringMethods>::value, in TEST()