Home
last modified time | relevance | path

Searched refs:PrintDebugString (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dmessage.h311 void PrintDebugString() const;
Dtext_format.cc123 void Message::PrintDebugString() const { printf("%s", DebugString().c_str()); } in PrintDebugString() function in google::protobuf::Message