Lines Matching defs:google
1 #include "google/protobuf/compiler/code_generator.h"
2 #include "google/protobuf/io/zero_copy_stream.h"
3 #include "google/protobuf/io/printer.h"
4 #include "google/protobuf/descriptor.h"
5 #include "google/protobuf/descriptor.pb.h"
8 #include "google/protobuf/compiler/plugin.h"
10 using google::protobuf::FileDescriptorProto;
11 using google::protobuf::FileDescriptor;
12 using google::protobuf::DescriptorPool;
13 using google::protobuf::io::Printer;
14 using google::protobuf::util::SchemaGroupStripper;
15 using google::protobuf::util::EnumScrubber;
16 using google::protobuf::util::ExtensionStripper;
17 using google::protobuf::util::FieldScrubber;
19 namespace google {
74 std::unique_ptr<google::protobuf::io::ZeroCopyOutputStream> output(
110 } // namespace google
113 google::protobuf::compiler::Proto2ToProto3Generator generator;
114 return google::protobuf::compiler::PluginMain(argc, argv, &generator);