Home
last modified time | relevance | path

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

/third_party/googletest/googletest/test/
Dgtest_unittest.cc7155 struct HasDebugStringMethods { struct
7160 struct InheritsDebugStringMethods : public HasDebugStringMethods {}; argument
7181 static_assert(HasDebugStringAndShortDebugString<HasDebugStringMethods>::value, in TEST()