Home
last modified time | relevance | path

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

/third_party/googletest/googletest/test/
Dgtest_unittest.cc7162 struct WrongTypeDebugStringMethod { struct
7163 std::string DebugString() const { return ""; } in DebugString()
7164 int ShortDebugString() const { return 1; } in ShortDebugString()