| OLD | NEW |
| 1 // Generated by the protocol buffer compiler. DO NOT EDIT! | 1 // Generated by the protocol buffer compiler. DO NOT EDIT! |
| 2 // source: google/protobuf/compiler/plugin.proto | 2 // source: google/protobuf/compiler/plugin.proto |
| 3 | 3 |
| 4 #ifndef PROTOBUF_google_2fprotobuf_2fcompiler_2fplugin_2eproto__INCLUDED | 4 #ifndef PROTOBUF_google_2fprotobuf_2fcompiler_2fplugin_2eproto__INCLUDED |
| 5 #define PROTOBUF_google_2fprotobuf_2fcompiler_2fplugin_2eproto__INCLUDED | 5 #define PROTOBUF_google_2fprotobuf_2fcompiler_2fplugin_2eproto__INCLUDED |
| 6 | 6 |
| 7 #include <string> | 7 #include <string> |
| 8 | 8 |
| 9 #include <google/protobuf/stubs/common.h> | 9 #include <google/protobuf/stubs/common.h> |
| 10 | 10 |
| 11 #if GOOGLE_PROTOBUF_VERSION < 2005000 | 11 #if GOOGLE_PROTOBUF_VERSION < 2005000 |
| 12 #error This file was generated by a newer version of protoc which is | 12 #error This file was generated by a newer version of protoc which is |
| 13 #error incompatible with your Protocol Buffer headers. Please update | 13 #error incompatible with your Protocol Buffer headers. Please update |
| 14 #error your headers. | 14 #error your headers. |
| 15 #endif | 15 #endif |
| 16 #if 2005000 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION | 16 #if 2005000 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION |
| 17 #error This file was generated by an older version of protoc which is | 17 #error This file was generated by an older version of protoc which is |
| 18 #error incompatible with your Protocol Buffer headers. Please | 18 #error incompatible with your Protocol Buffer headers. Please |
| 19 #error regenerate this file with a newer version of protoc. | 19 #error regenerate this file with a newer version of protoc. |
| 20 #endif | 20 #endif |
| 21 | 21 |
| 22 #include <google/protobuf/generated_message_util.h> | 22 #include <google/protobuf/generated_message_util.h> |
| 23 #include <google/protobuf/message.h> | 23 #include <google/protobuf/message.h> |
| 24 #include <google/protobuf/repeated_field.h> | 24 #include <google/protobuf/repeated_field.h> |
| 25 #include <google/protobuf/extension_set.h> | 25 #include <google/protobuf/extension_set.h> |
| 26 #include <google/protobuf/unknown_field_set.h> | 26 #include <google/protobuf/unknown_field_set.h> |
| 27 #include "google/protobuf/descriptor.pb.h" | 27 #include <google/protobuf/descriptor.pb.h> |
| 28 // @@protoc_insertion_point(includes) | 28 // @@protoc_insertion_point(includes) |
| 29 | 29 |
| 30 namespace google { | 30 namespace google { |
| 31 namespace protobuf { | 31 namespace protobuf { |
| 32 namespace compiler { | 32 namespace compiler { |
| 33 | 33 |
| 34 // Internal implementation detail -- do not call these. | 34 // Internal implementation detail -- do not call these. |
| 35 void LIBPROTOC_EXPORT protobuf_AddDesc_google_2fprotobuf_2fcompiler_2fplugin_2ep
roto(); | 35 void LIBPROTOC_EXPORT protobuf_AddDesc_google_2fprotobuf_2fcompiler_2fplugin_2ep
roto(); |
| 36 void protobuf_AssignDesc_google_2fprotobuf_2fcompiler_2fplugin_2eproto(); | 36 void protobuf_AssignDesc_google_2fprotobuf_2fcompiler_2fplugin_2eproto(); |
| 37 void protobuf_ShutdownFile_google_2fprotobuf_2fcompiler_2fplugin_2eproto(); | 37 void protobuf_ShutdownFile_google_2fprotobuf_2fcompiler_2fplugin_2eproto(); |
| (...skipping 809 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 847 namespace protobuf { | 847 namespace protobuf { |
| 848 | 848 |
| 849 | 849 |
| 850 } // namespace google | 850 } // namespace google |
| 851 } // namespace protobuf | 851 } // namespace protobuf |
| 852 #endif // SWIG | 852 #endif // SWIG |
| 853 | 853 |
| 854 // @@protoc_insertion_point(global_scope) | 854 // @@protoc_insertion_point(global_scope) |
| 855 | 855 |
| 856 #endif // PROTOBUF_google_2fprotobuf_2fcompiler_2fplugin_2eproto__INCLUDED | 856 #endif // PROTOBUF_google_2fprotobuf_2fcompiler_2fplugin_2eproto__INCLUDED |
| OLD | NEW |