TextGenerator      71 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java     DEFAULT_PRINTER.print(message, new TextGenerator(output));
TextGenerator      78 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java     DEFAULT_PRINTER.printUnknownFields(fields, new TextGenerator(output));
TextGenerator      88 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java       SINGLE_LINE_PRINTER.print(message, new TextGenerator(sb));
TextGenerator     103 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java       SINGLE_LINE_PRINTER.printUnknownFields(fields, new TextGenerator(sb));
TextGenerator     146 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java       UNICODE_PRINTER.print(message, new TextGenerator(text));
TextGenerator     160 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java       UNICODE_PRINTER.printUnknownFields(fields, new TextGenerator(text));
TextGenerator     171 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java     DEFAULT_PRINTER.printField(field, value, new TextGenerator(output));
TextGenerator     199 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java     DEFAULT_PRINTER.printFieldValue(field, value, new TextGenerator(output));
TextGenerator     216 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java     printUnknownFieldValue(tag, value, new TextGenerator(output));
TextGenerator     221 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java                                              final TextGenerator generator)
TextGenerator     269 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java     private void print(final MessageOrBuilder message, final TextGenerator generator)
TextGenerator     279 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java         final TextGenerator generator) throws IOException {
TextGenerator     292 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java                                   final TextGenerator generator)
TextGenerator     347 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java                                  final TextGenerator generator)
TextGenerator     410 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java                                     final TextGenerator generator)
TextGenerator     446 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java                                    final TextGenerator generator)
TextGenerator     913 third_party/protobuf/src/google/protobuf/text_format.cc class TextFormat::Printer::TextGenerator {
TextGenerator     915 third_party/protobuf/src/google/protobuf/text_format.cc   explicit TextGenerator(io::ZeroCopyOutputStream* output,
TextGenerator     991 third_party/protobuf/src/google/protobuf/text_format.cc   GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(TextGenerator);
TextGenerator    1158 third_party/protobuf/src/google/protobuf/text_format.cc   TextGenerator generator(output, initial_indent_level_);
TextGenerator    1169 third_party/protobuf/src/google/protobuf/text_format.cc   TextGenerator generator(output, initial_indent_level_);
TextGenerator    1178 third_party/protobuf/src/google/protobuf/text_format.cc                                 TextGenerator& generator) const {
TextGenerator    1198 third_party/protobuf/src/google/protobuf/text_format.cc   TextGenerator generator(&output_stream, initial_indent_level_);
TextGenerator    1206 third_party/protobuf/src/google/protobuf/text_format.cc                                      TextGenerator& generator) const {
TextGenerator    1266 third_party/protobuf/src/google/protobuf/text_format.cc     TextGenerator& generator) const {
TextGenerator    1286 third_party/protobuf/src/google/protobuf/text_format.cc                                          TextGenerator& generator) const {
TextGenerator    1314 third_party/protobuf/src/google/protobuf/text_format.cc     TextGenerator& generator) const {
TextGenerator    1426 third_party/protobuf/src/google/protobuf/text_format.cc     const UnknownFieldSet& unknown_fields, TextGenerator& generator) const {
TextGenerator     143 third_party/protobuf/src/google/protobuf/text_format.h     class TextGenerator;
TextGenerator     148 third_party/protobuf/src/google/protobuf/text_format.h                TextGenerator& generator) const;
TextGenerator     154 third_party/protobuf/src/google/protobuf/text_format.h                     TextGenerator& generator) const;
TextGenerator     160 third_party/protobuf/src/google/protobuf/text_format.h                                  TextGenerator& generator) const;
TextGenerator     167 third_party/protobuf/src/google/protobuf/text_format.h                         TextGenerator& generator) const;
TextGenerator     175 third_party/protobuf/src/google/protobuf/text_format.h                          TextGenerator& generator) const;
TextGenerator     181 third_party/protobuf/src/google/protobuf/text_format.h                             TextGenerator& generator) const;