Searched defs:TextGenerator (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/clang/include/clang/Tooling/Transformer/ | ||
D | RewriteRule.h | 64 using TextGenerator = std::shared_ptr<MatchComputation<std::string>>; variable |
/external/protobuf/java/core/src/main/java/com/google/protobuf/ | ||
D | TextFormat.java | 657 private static final class TextGenerator { class in TextFormat |
/external/protobuf/src/google/protobuf/ | ||
D | text_format.cc | 1217 class TextFormat::Printer::TextGenerator class in google::protobuf::TextFormat::Printer |
/external/protobuf/java/util/src/main/java/com/google/protobuf/util/ | ||
D | JsonFormat.java | 548 interface TextGenerator { interface in JsonFormat |