Home
last modified time | relevance | path

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

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