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.cc7190 struct HasDebugStringMethods { struct
7195 struct InheritsDebugStringMethods : public HasDebugStringMethods {}; argument
7216 static_assert(HasDebugStringAndShortDebugString<HasDebugStringMethods>::value, in TEST()