Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc7202 struct NotConstDebugStringMethod { struct
7203 std::string DebugString() { return ""; } in DebugString()
7204 std::string ShortDebugString() const { return ""; } in ShortDebugString()