HomeSort by relevance Sort by last modified time
    Searched defs:TextGenerator (Results 1 - 17 of 17) sorted by null

  /external/protobuf/src/google/protobuf/
text_format.cc     [all...]
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
TextFormat.java 76 DEFAULT_PRINTER.print(message, new TextGenerator(output));
83 DEFAULT_PRINTER.printUnknownFields(fields, new TextGenerator(output));
93 UNICODE_PRINTER.print(message, new TextGenerator(output));
103 UNICODE_PRINTER.printUnknownFields(fields, new TextGenerator(output));
113 SINGLE_LINE_PRINTER.print(message, new TextGenerator(sb));
129 SINGLE_LINE_PRINTER.printField(field, value, new TextGenerator(sb));
143 SINGLE_LINE_PRINTER.printUnknownFields(fields, new TextGenerator(sb));
186 UNICODE_PRINTER.print(message, new TextGenerator(text));
200 UNICODE_PRINTER.printUnknownFields(fields, new TextGenerator(text));
211 DEFAULT_PRINTER.printField(field, value, new TextGenerator(output))
    [all...]
  /external/protobuf/java/util/src/main/java/com/google/protobuf/util/
JsonFormat.java 363 * A TextGenerator adds indentation when writing formatted text.
365 private static final class TextGenerator {
370 private TextGenerator(final Appendable output) {
432 private final TextGenerator generator;
448 this.generator = new TextGenerator(jsonOutput);
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java-util/3.0.0/
protobuf-java-util-3.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java-util/3.0.2/
protobuf-java-util-3.0.2.jar 
  /prebuilts/tools/common/m2/repository/net/java/dev/javacc/javacc/5.0/
javacc-5.0.jar 
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
protobuf-java-2.6.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
protobuf-java-2.6.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
protobuf-java-2.6.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
protobuf-java-2.6.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.5.0/
protobuf-java-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.6.1/
protobuf-java-2.6.1.jar 
  /prebuilts/tools/common/offline-m2/com/google/protobuf/protobuf-java/2.5.0/
protobuf-java-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0-beta-2/
protobuf-java-3.0.0-beta-2.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0/
protobuf-java-3.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.2/
protobuf-java-3.0.2.jar 

Completed in 2458 milliseconds