Searched refs:TextGenerator (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | text_format.h | 245 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;
|
D | text_format.cc | 1141 class TextFormat::Printer::TextGenerator { class in google::protobuf::TextFormat::Printer 1143 explicit TextGenerator(io::ZeroCopyOutputStream* output, in TextGenerator() function in google::protobuf::TextFormat::Printer::TextGenerator 1155 ~TextGenerator() { in ~TextGenerator() 1219 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(TextGenerator); 1516 TextGenerator generator(output, initial_indent_level_); in Print() 1527 TextGenerator generator(output, initial_indent_level_); in PrintUnknownFields() 1547 TextGenerator& generator) const { in PrintAny() 1593 TextGenerator& generator) const { in Print() 1623 TextGenerator generator(&output_stream, initial_indent_level_); in PrintFieldValueToString() 1679 TextGenerator& generator) const { in PrintField() [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/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() 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 …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/util/src/main/java/com/google/protobuf/util/ |
D | JsonFormat.java | 392 interface TextGenerator { interface in JsonFormat 403 private static final class CompactTextGenerator implements TextGenerator { 430 private static final class PrettyTextGenerator implements TextGenerator { 496 private final TextGenerator generator;
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/ |
D | CHANGES.txt | 22 - TextGenerator introduces a new overload of PrintTo
|