Searched refs:CompactTextGenerator (Results 1 – 1 of 1) sorted by relevance
630 private static final class CompactTextGenerator implements TextGenerator { class in JsonFormat633 private CompactTextGenerator(final Appendable output) { in CompactTextGenerator() method in JsonFormat.CompactTextGenerator752 this.generator = new CompactTextGenerator(jsonOutput); in PrinterImpl()