Home
last modified time | relevance | path

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

/third_party/googletest/googletest/test/
Dgtest_unittest.cc7167 struct NotConstDebugStringMethod { struct
7168 std::string DebugString() { return ""; } in DebugString()
7169 std::string ShortDebugString() const { return ""; } in ShortDebugString()