Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Dmessage_lite.h255 std::string ShortDebugString() const { return DebugString(); } in ShortDebugString() function
Dtext_format_unittest.cc138 TEST_F(TextFormatTest, ShortDebugString) { in TEST_F() argument
Dtext_format.cc95 std::string Message::ShortDebugString() const { in ShortDebugString() function in google::protobuf::Message