Home
last modified time | relevance | path

Searched defs:TextGenerator (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DTextFormat.java527 private static final class TextGenerator { class in TextFormat
532 private TextGenerator(final Appendable output) { in TextGenerator() method in TextFormat.TextGenerator
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dtext_format.cc1141 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
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/util/src/main/java/com/google/protobuf/util/
DJsonFormat.java392 interface TextGenerator { interface in JsonFormat