Home
last modified time | relevance | path

Searched defs:WrongTypeDebugStringMethod (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc7197 struct WrongTypeDebugStringMethod { struct
7198 std::string DebugString() const { return ""; } in DebugString()
7199 int ShortDebugString() const { return 1; } in ShortDebugString()