Home | History | Annotate | Download | only in protobuf

Lines Matching refs:Print

64   static bool Print(const Message& message, io::ZeroCopyOutputStream* output);
66 // Print the fields in an UnknownFieldSet. They are printed by tag number
72 // Like Print(), but outputs directly to a string.
81 // be supplied. Note that this method will print the default value for a
95 // Like TextFormat::Print
96 bool Print(const Message& message, io::ZeroCopyOutputStream* output) const;
123 // Set true to print repeated primitives in a format like:
141 // Forward declaration of an internal class used to print the text
145 // Internal Print method, used for writing to the OutputStream via
147 void Print(const Message& message,
150 // Print a single field.
156 // Print a repeated primitive field in short form.
162 // Print the name of a field -- i.e. everything that comes before the
177 // Print the fields in an UnknownFieldSet. They are printed by tag number
194 // by Print().