Home
last modified time | relevance | path

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

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