Home
last modified time | relevance | path

Searched defs:TextGenerator (Results 1 – 5 of 5) 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/src/google/protobuf/
Dtext_format.h477 class TextGenerator; variable
Dtext_format.cc1454 class TextFormat::Printer::TextGenerator class in google::protobuf::TextFormat::Printer
1457 explicit TextGenerator(io::ZeroCopyOutputStream* output, in TextGenerator() function in google::protobuf::TextFormat::Printer::TextGenerator
1468 explicit TextGenerator(io::ZeroCopyOutputStream* output, in TextGenerator() function in google::protobuf::TextFormat::Printer::TextGenerator
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DTextFormat.java873 private static final class TextGenerator { class in TextFormat
885 private TextGenerator( in TextGenerator() method in TextFormat.TextGenerator
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
DJsonFormat.java619 interface TextGenerator { interface in JsonFormat