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;
17 namespace google {
86 std::unique_ptr<google::protobuf::io::ZeroCopyOutputStream> output(
98 } // namespace google
101 google::protobuf::compiler::GoGoProtoGenerator generator;
102 return google::protobuf::compiler::PluginMain(argc, argv, &generator);