123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- // Generated by the protocol buffer compiler. DO NOT EDIT!
- // source: testservice.proto
- #include "testservice.pb.h"
- #include <algorithm>
- #include <google/protobuf/stubs/common.h>
- #include <google/protobuf/stubs/port.h>
- #include <google/protobuf/io/coded_stream.h>
- #include <google/protobuf/wire_format_lite_inl.h>
- #include <google/protobuf/descriptor.h>
- #include <google/protobuf/generated_message_reflection.h>
- #include <google/protobuf/reflection_ops.h>
- #include <google/protobuf/wire_format.h>
- // This is a temporary google only hack
- #ifdef GOOGLE_PROTOBUF_ENFORCE_UNIQUENESS
- #include "third_party/protobuf/version.h"
- #endif
- // @@protoc_insertion_point(includes)
- namespace qtprotobufnamespace {
- namespace tests {
- } // namespace tests
- } // namespace qtprotobufnamespace
- namespace protobuf_testservice_2eproto {
- void InitDefaults() {
- }
- const ::google::protobuf::uint32 TableStruct::offsets[1] = {};
- static const ::google::protobuf::internal::MigrationSchema* schemas = NULL;
- static const ::google::protobuf::Message* const* file_default_instances = NULL;
- void protobuf_AssignDescriptors() {
- AddDescriptors();
- AssignDescriptors(
- "testservice.proto", schemas, file_default_instances, TableStruct::offsets,
- NULL, NULL, NULL);
- }
- void protobuf_AssignDescriptorsOnce() {
- static ::google::protobuf::internal::once_flag once;
- ::google::protobuf::internal::call_once(once, protobuf_AssignDescriptors);
- }
- void protobuf_RegisterTypes(const ::std::string&) GOOGLE_PROTOBUF_ATTRIBUTE_COLD;
- void protobuf_RegisterTypes(const ::std::string&) {
- protobuf_AssignDescriptorsOnce();
- }
- void AddDescriptorsImpl() {
- InitDefaults();
- static const char descriptor[] GOOGLE_PROTOBUF_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = {
- "\n\021testservice.proto\022\031qtprotobufnamespace"
- ".tests\032\020simpletest.proto2\365\003\n\013TestService"
- "\022n\n\ntestMethod\022..qtprotobufnamespace.tes"
- "ts.SimpleStringMessage\032..qtprotobufnames"
- "pace.tests.SimpleStringMessage\"\000\022|\n\026test"
- "MethodServerStream\022..qtprotobufnamespace"
- ".tests.SimpleStringMessage\032..qtprotobufn"
- "amespace.tests.SimpleStringMessage\"\0000\001\022|"
- "\n\026testMethodClientStream\022..qtprotobufnam"
- "espace.tests.SimpleStringMessage\032..qtpro"
- "tobufnamespace.tests.SimpleStringMessage"
- "\"\000(\001\022z\n\022testMethodBiStream\022..qtprotobufn"
- "amespace.tests.SimpleStringMessage\032..qtp"
- "rotobufnamespace.tests.SimpleStringMessa"
- "ge\"\000(\0010\001b\006proto3"
- };
- ::google::protobuf::DescriptorPool::InternalAddGeneratedFile(
- descriptor, 576);
- ::google::protobuf::MessageFactory::InternalRegisterGeneratedFile(
- "testservice.proto", &protobuf_RegisterTypes);
- ::protobuf_simpletest_2eproto::AddDescriptors();
- }
- void AddDescriptors() {
- static ::google::protobuf::internal::once_flag once;
- ::google::protobuf::internal::call_once(once, AddDescriptorsImpl);
- }
- // Force AddDescriptors() to be called at dynamic initialization time.
- struct StaticDescriptorInitializer {
- StaticDescriptorInitializer() {
- AddDescriptors();
- }
- } static_descriptor_initializer;
- } // namespace protobuf_testservice_2eproto
- namespace qtprotobufnamespace {
- namespace tests {
- // @@protoc_insertion_point(namespace_scope)
- } // namespace tests
- } // namespace qtprotobufnamespace
- namespace google {
- namespace protobuf {
- } // namespace protobuf
- } // namespace google
- // @@protoc_insertion_point(global_scope)
|