Home
last modified time | relevance | path

Searched refs:TextGenerator (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/src/google/protobuf/
Dtext_format.h245 class TextGenerator;
250 TextGenerator& generator) const;
256 TextGenerator& generator) const;
262 TextGenerator& generator) const;
269 TextGenerator& generator) const;
277 TextGenerator& generator) const;
283 TextGenerator& generator) const;
285 bool PrintAny(const Message& message, TextGenerator& generator) const;
Dtext_format.cc1109 class TextFormat::Printer::TextGenerator { class in google::protobuf::TextFormat::Printer
1111 explicit TextGenerator(io::ZeroCopyOutputStream* output, in TextGenerator() function in google::protobuf::TextFormat::Printer::TextGenerator
1123 ~TextGenerator() { in ~TextGenerator()
1187 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(TextGenerator);
1484 TextGenerator generator(output, initial_indent_level_); in Print()
1495 TextGenerator generator(output, initial_indent_level_); in PrintUnknownFields()
1515 TextGenerator& generator) const { in PrintAny()
1561 TextGenerator& generator) const { in Print()
1591 TextGenerator generator(&output_stream, initial_indent_level_); in PrintFieldValueToString()
1647 TextGenerator& generator) const { in PrintField()
[all …]
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DTextFormat.java76 DEFAULT_PRINTER.print(message, new TextGenerator(output)); in print()
83 DEFAULT_PRINTER.printUnknownFields(fields, new TextGenerator(output)); in print()
93 UNICODE_PRINTER.print(message, new TextGenerator(output)); in printUnicode()
103 UNICODE_PRINTER.printUnknownFields(fields, new TextGenerator(output)); in printUnicode()
113 SINGLE_LINE_PRINTER.print(message, new TextGenerator(sb)); in shortDebugString()
129 SINGLE_LINE_PRINTER.printField(field, value, new TextGenerator(sb)); in shortDebugString()
143 SINGLE_LINE_PRINTER.printUnknownFields(fields, new TextGenerator(sb)); in shortDebugString()
186 UNICODE_PRINTER.print(message, new TextGenerator(text)); in printToUnicodeString()
200 UNICODE_PRINTER.printUnknownFields(fields, new TextGenerator(text)); in printToUnicodeString()
211 DEFAULT_PRINTER.printField(field, value, new TextGenerator(output)); in printField()
[all …]
/external/protobuf/java/util/src/main/java/com/google/protobuf/util/
DJsonFormat.java365 private static final class TextGenerator { class in JsonFormat
370 private TextGenerator(final Appendable output) { in TextGenerator() method in JsonFormat.TextGenerator
432 private final TextGenerator generator;
448 this.generator = new TextGenerator(jsonOutput); in PrinterImpl()
/external/protobuf/csharp/
DCHANGES.txt22 - TextGenerator introduces a new overload of PrintTo