// Generated by the protocol buffer compiler. DO NOT EDIT! // source: request.proto #define INTERNAL_SUPPRESS_PROTOBUF_FIELD_DEPRECATION #include "request.pb.h" #include #include #include #include #include #include #include #include #include // @@protoc_insertion_point(includes) namespace Messages { namespace { const ::google::protobuf::Descriptor* Request_descriptor_ = NULL; const ::google::protobuf::internal::GeneratedMessageReflection* Request_reflection_ = NULL; } // namespace void protobuf_AssignDesc_request_2eproto() { protobuf_AddDesc_request_2eproto(); const ::google::protobuf::FileDescriptor* file = ::google::protobuf::DescriptorPool::generated_pool()->FindFileByName( "request.proto"); GOOGLE_CHECK(file != NULL); Request_descriptor_ = file->message_type(0); static const int Request_offsets_[1] = { GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Request, text_), }; Request_reflection_ = new ::google::protobuf::internal::GeneratedMessageReflection( Request_descriptor_, Request::default_instance_, Request_offsets_, GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Request, _has_bits_[0]), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Request, _unknown_fields_), -1, ::google::protobuf::DescriptorPool::generated_pool(), ::google::protobuf::MessageFactory::generated_factory(), sizeof(Request)); } namespace { GOOGLE_PROTOBUF_DECLARE_ONCE(protobuf_AssignDescriptors_once_); inline void protobuf_AssignDescriptorsOnce() { ::google::protobuf::GoogleOnceInit(&protobuf_AssignDescriptors_once_, &protobuf_AssignDesc_request_2eproto); } void protobuf_RegisterTypes(const ::std::string&) { protobuf_AssignDescriptorsOnce(); ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( Request_descriptor_, &Request::default_instance()); } } // namespace void protobuf_ShutdownFile_request_2eproto() { delete Request::default_instance_; delete Request_reflection_; } void protobuf_AddDesc_request_2eproto() { static bool already_here = false; if (already_here) return; already_here = true; GOOGLE_PROTOBUF_VERIFY_VERSION; ::google::protobuf::DescriptorPool::InternalAddGeneratedFile( "\n\rrequest.proto\022\010Messages\"\027\n\007Request\022\014\n\004" "text\030\001 \001(\t", 50); ::google::protobuf::MessageFactory::InternalRegisterGeneratedFile( "request.proto", &protobuf_RegisterTypes); Request::default_instance_ = new Request(); Request::default_instance_->InitAsDefaultInstance(); ::google::protobuf::internal::OnShutdown(&protobuf_ShutdownFile_request_2eproto); } // Force AddDescriptors() to be called at static initialization time. struct StaticDescriptorInitializer_request_2eproto { StaticDescriptorInitializer_request_2eproto() { protobuf_AddDesc_request_2eproto(); } } static_descriptor_initializer_request_2eproto_; // =================================================================== #ifndef _MSC_VER const int Request::kTextFieldNumber; #endif // !_MSC_VER Request::Request() : ::google::protobuf::Message() { SharedCtor(); // @@protoc_insertion_point(constructor:Messages.Request) } void Request::InitAsDefaultInstance() { } Request::Request(const Request& from) : ::google::protobuf::Message() { SharedCtor(); MergeFrom(from); // @@protoc_insertion_point(copy_constructor:Messages.Request) } void Request::SharedCtor() { ::google::protobuf::internal::GetEmptyString(); _cached_size_ = 0; text_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); ::memset(_has_bits_, 0, sizeof(_has_bits_)); } Request::~Request() { // @@protoc_insertion_point(destructor:Messages.Request) SharedDtor(); } void Request::SharedDtor() { if (text_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) { delete text_; } if (this != default_instance_) { } } void Request::SetCachedSize(int size) const { GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); _cached_size_ = size; GOOGLE_SAFE_CONCURRENT_WRITES_END(); } const ::google::protobuf::Descriptor* Request::descriptor() { protobuf_AssignDescriptorsOnce(); return Request_descriptor_; } const Request& Request::default_instance() { if (default_instance_ == NULL) protobuf_AddDesc_request_2eproto(); return *default_instance_; } Request* Request::default_instance_ = NULL; Request* Request::New() const { return new Request; } void Request::Clear() { if (has_text()) { if (text_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) { text_->clear(); } } ::memset(_has_bits_, 0, sizeof(_has_bits_)); mutable_unknown_fields()->Clear(); } bool Request::MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input) { #define DO_(EXPRESSION) if (!(EXPRESSION)) goto failure ::google::protobuf::uint32 tag; // @@protoc_insertion_point(parse_start:Messages.Request) for (;;) { ::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoff(127); tag = p.first; if (!p.second) goto handle_unusual; switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { // optional string text = 1; case 1: { if (tag == 10) { DO_(::google::protobuf::internal::WireFormatLite::ReadString( input, this->mutable_text())); ::google::protobuf::internal::WireFormat::VerifyUTF8StringNamedField( this->text().data(), this->text().length(), ::google::protobuf::internal::WireFormat::PARSE, "text"); } else { goto handle_unusual; } if (input->ExpectAtEnd()) goto success; break; } default: { handle_unusual: if (tag == 0 || ::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { goto success; } DO_(::google::protobuf::internal::WireFormat::SkipField( input, tag, mutable_unknown_fields())); break; } } } success: // @@protoc_insertion_point(parse_success:Messages.Request) return true; failure: // @@protoc_insertion_point(parse_failure:Messages.Request) return false; #undef DO_ } void Request::SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const { // @@protoc_insertion_point(serialize_start:Messages.Request) // optional string text = 1; if (has_text()) { ::google::protobuf::internal::WireFormat::VerifyUTF8StringNamedField( this->text().data(), this->text().length(), ::google::protobuf::internal::WireFormat::SERIALIZE, "text"); ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased( 1, this->text(), output); } if (!unknown_fields().empty()) { ::google::protobuf::internal::WireFormat::SerializeUnknownFields( unknown_fields(), output); } // @@protoc_insertion_point(serialize_end:Messages.Request) } ::google::protobuf::uint8* Request::SerializeWithCachedSizesToArray( ::google::protobuf::uint8* target) const { // @@protoc_insertion_point(serialize_to_array_start:Messages.Request) // optional string text = 1; if (has_text()) { ::google::protobuf::internal::WireFormat::VerifyUTF8StringNamedField( this->text().data(), this->text().length(), ::google::protobuf::internal::WireFormat::SERIALIZE, "text"); target = ::google::protobuf::internal::WireFormatLite::WriteStringToArray( 1, this->text(), target); } if (!unknown_fields().empty()) { target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( unknown_fields(), target); } // @@protoc_insertion_point(serialize_to_array_end:Messages.Request) return target; } int Request::ByteSize() const { int total_size = 0; if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { // optional string text = 1; if (has_text()) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize( this->text()); } } if (!unknown_fields().empty()) { total_size += ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( unknown_fields()); } GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); _cached_size_ = total_size; GOOGLE_SAFE_CONCURRENT_WRITES_END(); return total_size; } void Request::MergeFrom(const ::google::protobuf::Message& from) { GOOGLE_CHECK_NE(&from, this); const Request* source = ::google::protobuf::internal::dynamic_cast_if_available( &from); if (source == NULL) { ::google::protobuf::internal::ReflectionOps::Merge(from, this); } else { MergeFrom(*source); } } void Request::MergeFrom(const Request& from) { GOOGLE_CHECK_NE(&from, this); if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) { if (from.has_text()) { set_text(from.text()); } } mutable_unknown_fields()->MergeFrom(from.unknown_fields()); } void Request::CopyFrom(const ::google::protobuf::Message& from) { if (&from == this) return; Clear(); MergeFrom(from); } void Request::CopyFrom(const Request& from) { if (&from == this) return; Clear(); MergeFrom(from); } bool Request::IsInitialized() const { return true; } void Request::Swap(Request* other) { if (other != this) { std::swap(text_, other->text_); std::swap(_has_bits_[0], other->_has_bits_[0]); _unknown_fields_.Swap(&other->_unknown_fields_); std::swap(_cached_size_, other->_cached_size_); } } ::google::protobuf::Metadata Request::GetMetadata() const { protobuf_AssignDescriptorsOnce(); ::google::protobuf::Metadata metadata; metadata.descriptor = Request_descriptor_; metadata.reflection = Request_reflection_; return metadata; } // @@protoc_insertion_point(namespace_scope) } // namespace Messages // @@protoc_insertion_point(global_scope)