Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc7238 struct HasDebugStringMethods { struct
7243 struct InheritsDebugStringMethods : public HasDebugStringMethods {}; argument
7264 static_assert(HasDebugStringAndShortDebugString<HasDebugStringMethods>::value, in TEST()