Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/src/writer/
Dtext_generator.cc25 TextGenerator::TextGenerator(const Program* program) in TextGenerator() function in tint::writer::TextGenerator
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DTextFormat.java816 private static final class TextGenerator { class in TextFormat
825 private TextGenerator(final Appendable output, boolean singleLineMode) { in TextGenerator() method in TextFormat.TextGenerator
/third_party/protobuf/src/google/protobuf/
Dtext_format.cc1217 class TextFormat::Printer::TextGenerator class in google::protobuf::TextFormat::Printer
1220 explicit TextGenerator(io::ZeroCopyOutputStream* output, in TextGenerator() function in google::protobuf::TextFormat::Printer::TextGenerator
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
DJsonFormat.java619 interface TextGenerator { interface in JsonFormat