// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/protobuf/unittest_no_generic_services.proto #include #include #include #include #include #include #include #include #include #include // This is a temporary google only hack #ifdef GOOGLE_PROTOBUF_ENFORCE_UNIQUENESS #include "third_party/protobuf/version.h" #endif // @@protoc_insertion_point(includes) namespace google { namespace protobuf { namespace no_generic_services_test { class TestMessageDefaultTypeInternal { public: ::google::protobuf::internal::ExplicitlyConstructed _instance; } _TestMessage_default_instance_; } // namespace no_generic_services_test } // namespace protobuf } // namespace google namespace protobuf_google_2fprotobuf_2funittest_5fno_5fgeneric_5fservices_2eproto { static void InitDefaultsTestMessage() { GOOGLE_PROTOBUF_VERIFY_VERSION; { void* ptr = &::google::protobuf::no_generic_services_test::_TestMessage_default_instance_; new (ptr) ::google::protobuf::no_generic_services_test::TestMessage(); ::google::protobuf::internal::OnShutdownDestroyMessage(ptr); } ::google::protobuf::no_generic_services_test::TestMessage::InitAsDefaultInstance(); } ::google::protobuf::internal::SCCInfo<0> scc_info_TestMessage = {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 0, InitDefaultsTestMessage}, {}}; void InitDefaults() { ::google::protobuf::internal::InitSCC(&scc_info_TestMessage.base); } ::google::protobuf::Metadata file_level_metadata[1]; const ::google::protobuf::EnumDescriptor* file_level_enum_descriptors[1]; const ::google::protobuf::uint32 TableStruct::offsets[] GOOGLE_PROTOBUF_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = { GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(::google::protobuf::no_generic_services_test::TestMessage, _has_bits_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(::google::protobuf::no_generic_services_test::TestMessage, _internal_metadata_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(::google::protobuf::no_generic_services_test::TestMessage, _extensions_), ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(::google::protobuf::no_generic_services_test::TestMessage, a_), 0, }; static const ::google::protobuf::internal::MigrationSchema schemas[] GOOGLE_PROTOBUF_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = { { 0, 6, sizeof(::google::protobuf::no_generic_services_test::TestMessage)}, }; static ::google::protobuf::Message const * const file_default_instances[] = { reinterpret_cast(&::google::protobuf::no_generic_services_test::_TestMessage_default_instance_), }; void protobuf_AssignDescriptors() { AddDescriptors(); AssignDescriptors( "google/protobuf/unittest_no_generic_services.proto", schemas, file_default_instances, TableStruct::offsets, file_level_metadata, file_level_enum_descriptors, 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(); ::google::protobuf::internal::RegisterAllTypes(file_level_metadata, 1); } void AddDescriptorsImpl() { InitDefaults(); static const char descriptor[] GOOGLE_PROTOBUF_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = { "\n2google/protobuf/unittest_no_generic_se" "rvices.proto\022(google.protobuf.no_generic" "_services_test\"#\n\013TestMessage\022\t\n\001a\030\001 \001(\005" "*\t\010\350\007\020\200\200\200\200\002*\023\n\010TestEnum\022\007\n\003FOO\020\0012\202\001\n\013Tes" "tService\022s\n\003Foo\0225.google.protobuf.no_gen" "eric_services_test.TestMessage\0325.google." "protobuf.no_generic_services_test.TestMe" "ssage:N\n\016test_extension\0225.google.protobu" "f.no_generic_services_test.TestMessage\030\350" "\007 \001(\005" }; ::google::protobuf::DescriptorPool::InternalAddGeneratedFile( descriptor, 365); ::google::protobuf::MessageFactory::InternalRegisterGeneratedFile( "google/protobuf/unittest_no_generic_services.proto", &protobuf_RegisterTypes); } 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_google_2fprotobuf_2funittest_5fno_5fgeneric_5fservices_2eproto namespace google { namespace protobuf { namespace no_generic_services_test { const ::google::protobuf::EnumDescriptor* TestEnum_descriptor() { protobuf_google_2fprotobuf_2funittest_5fno_5fgeneric_5fservices_2eproto::protobuf_AssignDescriptorsOnce(); return protobuf_google_2fprotobuf_2funittest_5fno_5fgeneric_5fservices_2eproto::file_level_enum_descriptors[0]; } bool TestEnum_IsValid(int value) { switch (value) { case 1: return true; default: return false; } } // =================================================================== void TestMessage::InitAsDefaultInstance() { } #if !defined(_MSC_VER) || _MSC_VER >= 1900 const int TestMessage::kAFieldNumber; #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 TestMessage::TestMessage() : ::google::protobuf::Message(), _internal_metadata_(NULL) { ::google::protobuf::internal::InitSCC( &protobuf_google_2fprotobuf_2funittest_5fno_5fgeneric_5fservices_2eproto::scc_info_TestMessage.base); SharedCtor(); // @@protoc_insertion_point(constructor:google.protobuf.no_generic_services_test.TestMessage) } TestMessage::TestMessage(const TestMessage& from) : ::google::protobuf::Message(), _internal_metadata_(NULL), _has_bits_(from._has_bits_) { _internal_metadata_.MergeFrom(from._internal_metadata_); _extensions_.MergeFrom(from._extensions_); a_ = from.a_; // @@protoc_insertion_point(copy_constructor:google.protobuf.no_generic_services_test.TestMessage) } void TestMessage::SharedCtor() { a_ = 0; } TestMessage::~TestMessage() { // @@protoc_insertion_point(destructor:google.protobuf.no_generic_services_test.TestMessage) SharedDtor(); } void TestMessage::SharedDtor() { } void TestMessage::SetCachedSize(int size) const { _cached_size_.Set(size); } const ::google::protobuf::Descriptor* TestMessage::descriptor() { ::protobuf_google_2fprotobuf_2funittest_5fno_5fgeneric_5fservices_2eproto::protobuf_AssignDescriptorsOnce(); return ::protobuf_google_2fprotobuf_2funittest_5fno_5fgeneric_5fservices_2eproto::file_level_metadata[kIndexInFileMessages].descriptor; } const TestMessage& TestMessage::default_instance() { ::google::protobuf::internal::InitSCC(&protobuf_google_2fprotobuf_2funittest_5fno_5fgeneric_5fservices_2eproto::scc_info_TestMessage.base); return *internal_default_instance(); } void TestMessage::Clear() { // @@protoc_insertion_point(message_clear_start:google.protobuf.no_generic_services_test.TestMessage) ::google::protobuf::uint32 cached_has_bits = 0; // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; _extensions_.Clear(); a_ = 0; _has_bits_.Clear(); _internal_metadata_.Clear(); } bool TestMessage::MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input) { #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure ::google::protobuf::uint32 tag; // @@protoc_insertion_point(parse_start:google.protobuf.no_generic_services_test.TestMessage) for (;;) { ::std::pair<::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u); tag = p.first; if (!p.second) goto handle_unusual; switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { // optional int32 a = 1; case 1: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(8u /* 8 & 0xFF */)) { set_has_a(); DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( input, &a_))); } else { goto handle_unusual; } break; } default: { handle_unusual: if (tag == 0) { goto success; } if ((8000u <= tag)) { DO_(_extensions_.ParseField(tag, input, internal_default_instance(), _internal_metadata_.mutable_unknown_fields())); continue; } DO_(::google::protobuf::internal::WireFormat::SkipField( input, tag, _internal_metadata_.mutable_unknown_fields())); break; } } } success: // @@protoc_insertion_point(parse_success:google.protobuf.no_generic_services_test.TestMessage) return true; failure: // @@protoc_insertion_point(parse_failure:google.protobuf.no_generic_services_test.TestMessage) return false; #undef DO_ } void TestMessage::SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const { // @@protoc_insertion_point(serialize_start:google.protobuf.no_generic_services_test.TestMessage) ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; cached_has_bits = _has_bits_[0]; // optional int32 a = 1; if (cached_has_bits & 0x00000001u) { ::google::protobuf::internal::WireFormatLite::WriteInt32(1, this->a(), output); } // Extension range [1000, 536870912) _extensions_.SerializeWithCachedSizes( 1000, 536870912, output); if (_internal_metadata_.have_unknown_fields()) { ::google::protobuf::internal::WireFormat::SerializeUnknownFields( _internal_metadata_.unknown_fields(), output); } // @@protoc_insertion_point(serialize_end:google.protobuf.no_generic_services_test.TestMessage) } ::google::protobuf::uint8* TestMessage::InternalSerializeWithCachedSizesToArray( bool deterministic, ::google::protobuf::uint8* target) const { (void)deterministic; // Unused // @@protoc_insertion_point(serialize_to_array_start:google.protobuf.no_generic_services_test.TestMessage) ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; cached_has_bits = _has_bits_[0]; // optional int32 a = 1; if (cached_has_bits & 0x00000001u) { target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(1, this->a(), target); } // Extension range [1000, 536870912) target = _extensions_.InternalSerializeWithCachedSizesToArray( 1000, 536870912, deterministic, target); if (_internal_metadata_.have_unknown_fields()) { target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( _internal_metadata_.unknown_fields(), target); } // @@protoc_insertion_point(serialize_to_array_end:google.protobuf.no_generic_services_test.TestMessage) return target; } size_t TestMessage::ByteSizeLong() const { // @@protoc_insertion_point(message_byte_size_start:google.protobuf.no_generic_services_test.TestMessage) size_t total_size = 0; total_size += _extensions_.ByteSize(); if (_internal_metadata_.have_unknown_fields()) { total_size += ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( _internal_metadata_.unknown_fields()); } // optional int32 a = 1; if (has_a()) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::Int32Size( this->a()); } int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); SetCachedSize(cached_size); return total_size; } void TestMessage::MergeFrom(const ::google::protobuf::Message& from) { // @@protoc_insertion_point(generalized_merge_from_start:google.protobuf.no_generic_services_test.TestMessage) GOOGLE_DCHECK_NE(&from, this); const TestMessage* source = ::google::protobuf::internal::DynamicCastToGenerated( &from); if (source == NULL) { // @@protoc_insertion_point(generalized_merge_from_cast_fail:google.protobuf.no_generic_services_test.TestMessage) ::google::protobuf::internal::ReflectionOps::Merge(from, this); } else { // @@protoc_insertion_point(generalized_merge_from_cast_success:google.protobuf.no_generic_services_test.TestMessage) MergeFrom(*source); } } void TestMessage::MergeFrom(const TestMessage& from) { // @@protoc_insertion_point(class_specific_merge_from_start:google.protobuf.no_generic_services_test.TestMessage) GOOGLE_DCHECK_NE(&from, this); _extensions_.MergeFrom(from._extensions_); _internal_metadata_.MergeFrom(from._internal_metadata_); ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; if (from.has_a()) { set_a(from.a()); } } void TestMessage::CopyFrom(const ::google::protobuf::Message& from) { // @@protoc_insertion_point(generalized_copy_from_start:google.protobuf.no_generic_services_test.TestMessage) if (&from == this) return; Clear(); MergeFrom(from); } void TestMessage::CopyFrom(const TestMessage& from) { // @@protoc_insertion_point(class_specific_copy_from_start:google.protobuf.no_generic_services_test.TestMessage) if (&from == this) return; Clear(); MergeFrom(from); } bool TestMessage::IsInitialized() const { if (!_extensions_.IsInitialized()) { return false; } return true; } void TestMessage::Swap(TestMessage* other) { if (other == this) return; InternalSwap(other); } void TestMessage::InternalSwap(TestMessage* other) { using std::swap; swap(a_, other->a_); swap(_has_bits_[0], other->_has_bits_[0]); _internal_metadata_.Swap(&other->_internal_metadata_); _extensions_.Swap(&other->_extensions_); } ::google::protobuf::Metadata TestMessage::GetMetadata() const { protobuf_google_2fprotobuf_2funittest_5fno_5fgeneric_5fservices_2eproto::protobuf_AssignDescriptorsOnce(); return ::protobuf_google_2fprotobuf_2funittest_5fno_5fgeneric_5fservices_2eproto::file_level_metadata[kIndexInFileMessages]; } ::google::protobuf::internal::ExtensionIdentifier< ::google::protobuf::no_generic_services_test::TestMessage, ::google::protobuf::internal::PrimitiveTypeTraits< ::google::protobuf::int32 >, 5, false > test_extension(kTestExtensionFieldNumber, 0); // @@protoc_insertion_point(namespace_scope) } // namespace no_generic_services_test } // namespace protobuf } // namespace google namespace google { namespace protobuf { template<> GOOGLE_PROTOBUF_ATTRIBUTE_NOINLINE ::google::protobuf::no_generic_services_test::TestMessage* Arena::CreateMaybeMessage< ::google::protobuf::no_generic_services_test::TestMessage >(Arena* arena) { return Arena::CreateInternal< ::google::protobuf::no_generic_services_test::TestMessage >(arena); } } // namespace protobuf } // namespace google // @@protoc_insertion_point(global_scope)