Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dtext_format.h285 bool PrintAny(const Message& message, TextGenerator& generator) const;
Dtext_format.cc1514 bool TextFormat::Printer::PrintAny(const Message& message, in PrintAny() function in google::protobuf::TextFormat::Printer
1565 PrintAny(message, generator)) { in Print()