Searched refs:TextGenerator (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | text_format.h | 219 class TextGenerator; 224 TextGenerator& generator) const; 230 TextGenerator& generator) const; 236 TextGenerator& generator) const; 243 TextGenerator& generator) const; 251 TextGenerator& generator) const; 257 TextGenerator& generator) const;
|
D | text_format.cc | 1018 class TextFormat::Printer::TextGenerator { class in google::protobuf::TextFormat::Printer 1020 explicit TextGenerator(io::ZeroCopyOutputStream* output, in TextGenerator() function in google::protobuf::TextFormat::Printer::TextGenerator 1032 ~TextGenerator() { in ~TextGenerator() 1096 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(TextGenerator); 1389 TextGenerator generator(output, initial_indent_level_); in Print() 1400 TextGenerator generator(output, initial_indent_level_); in PrintUnknownFields() 1419 TextGenerator& generator) const { in Print() 1444 TextGenerator generator(&output_stream, initial_indent_level_); in PrintFieldValueToString() 1452 TextGenerator& generator) const { in PrintField() 1507 TextGenerator& generator) const { in PrintShortRepeatedField() [all …]
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
D | TextFormat.java | 76 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() 128 SINGLE_LINE_PRINTER.printUnknownFields(fields, new TextGenerator(sb)); in shortDebugString() 171 UNICODE_PRINTER.print(message, new TextGenerator(text)); in printToUnicodeString() 185 UNICODE_PRINTER.printUnknownFields(fields, new TextGenerator(text)); in printToUnicodeString() 196 DEFAULT_PRINTER.printField(field, value, new TextGenerator(output)); in printField() 224 DEFAULT_PRINTER.printFieldValue(field, value, new TextGenerator(output)); in printFieldValue() [all …]
|
/external/google-tv-pairing-protocol/java/jar/ |
D | protobuf-java-2.2.0-lite.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |