// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/protobuf/unittest_embed_optimize_for.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 protobuf_google_2fprotobuf_2funittest_5foptimize_5ffor_2eproto { extern PROTOBUF_INTERNAL_EXPORT_protobuf_google_2fprotobuf_2funittest_5foptimize_5ffor_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_TestOptimizedForSize; } // namespace protobuf_google_2fprotobuf_2funittest_5foptimize_5ffor_2eproto namespace protobuf_unittest { class TestEmbedOptimizedForSizeDefaultTypeInternal { public: ::google::protobuf::internal::ExplicitlyConstructed _instance; } _TestEmbedOptimizedForSize_default_instance_; } // namespace protobuf_unittest namespace protobuf_google_2fprotobuf_2funittest_5fembed_5foptimize_5ffor_2eproto { static void InitDefaultsTestEmbedOptimizedForSize() { GOOGLE_PROTOBUF_VERIFY_VERSION; { void* ptr = &::protobuf_unittest::_TestEmbedOptimizedForSize_default_instance_; new (ptr) ::protobuf_unittest::TestEmbedOptimizedForSize(); ::google::protobuf::internal::OnShutdownDestroyMessage(ptr); } ::protobuf_unittest::TestEmbedOptimizedForSize::InitAsDefaultInstance(); } ::google::protobuf::internal::SCCInfo<1> scc_info_TestEmbedOptimizedForSize = {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 1, InitDefaultsTestEmbedOptimizedForSize}, { &protobuf_google_2fprotobuf_2funittest_5foptimize_5ffor_2eproto::scc_info_TestOptimizedForSize.base,}}; void InitDefaults() { ::google::protobuf::internal::InitSCC(&scc_info_TestEmbedOptimizedForSize.base); } ::google::protobuf::Metadata file_level_metadata[1]; const ::google::protobuf::uint32 TableStruct::offsets[] GOOGLE_PROTOBUF_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = { GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(::protobuf_unittest::TestEmbedOptimizedForSize, _has_bits_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(::protobuf_unittest::TestEmbedOptimizedForSize, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(::protobuf_unittest::TestEmbedOptimizedForSize, optional_message_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(::protobuf_unittest::TestEmbedOptimizedForSize, repeated_message_), 0, ~0u, }; static const ::google::protobuf::internal::MigrationSchema schemas[] GOOGLE_PROTOBUF_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = { { 0, 7, sizeof(::protobuf_unittest::TestEmbedOptimizedForSize)}, }; static ::google::protobuf::Message const * const file_default_instances[] = { reinterpret_cast(&::protobuf_unittest::_TestEmbedOptimizedForSize_default_instance_), }; void protobuf_AssignDescriptors() { AddDescriptors(); AssignDescriptors( "google/protobuf/unittest_embed_optimize_for.proto", schemas, file_default_instances, TableStruct::offsets, file_level_metadata, 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(); ::google::protobuf::internal::RegisterAllTypes(file_level_metadata, 1); } void AddDescriptorsImpl() { InitDefaults(); static const char descriptor[] GOOGLE_PROTOBUF_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = { "\n1google/protobuf/unittest_embed_optimiz" "e_for.proto\022\021protobuf_unittest\032+google/p" "rotobuf/unittest_optimize_for.proto\"\241\001\n\031" "TestEmbedOptimizedForSize\022A\n\020optional_me" "ssage\030\001 \001(\0132\'.protobuf_unittest.TestOpti" "mizedForSize\022A\n\020repeated_message\030\002 \003(\0132\'" ".protobuf_unittest.TestOptimizedForSizeB" "\002H\001" }; ::google::protobuf::DescriptorPool::InternalAddGeneratedFile( descriptor, 283); ::google::protobuf::MessageFactory::InternalRegisterGeneratedFile( "google/protobuf/unittest_embed_optimize_for.proto", &protobuf_RegisterTypes); ::protobuf_google_2fprotobuf_2funittest_5foptimize_5ffor_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_google_2fprotobuf_2funittest_5fembed_5foptimize_5ffor_2eproto namespace protobuf_unittest { // =================================================================== void TestEmbedOptimizedForSize::InitAsDefaultInstance() { ::protobuf_unittest::_TestEmbedOptimizedForSize_default_instance_._instance.get_mutable()->optional_message_ = const_cast< ::protobuf_unittest::TestOptimizedForSize*>( ::protobuf_unittest::TestOptimizedForSize::internal_default_instance()); } void TestEmbedOptimizedForSize::clear_optional_message() { if (optional_message_ != NULL) optional_message_->Clear(); clear_has_optional_message(); } void TestEmbedOptimizedForSize::clear_repeated_message() { repeated_message_.Clear(); } #if !defined(_MSC_VER) || _MSC_VER >= 1900 const int TestEmbedOptimizedForSize::kOptionalMessageFieldNumber; const int TestEmbedOptimizedForSize::kRepeatedMessageFieldNumber; #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 TestEmbedOptimizedForSize::TestEmbedOptimizedForSize() : ::google::protobuf::Message(), _internal_metadata_(NULL) { ::google::protobuf::internal::InitSCC( &protobuf_google_2fprotobuf_2funittest_5fembed_5foptimize_5ffor_2eproto::scc_info_TestEmbedOptimizedForSize.base); SharedCtor(); // @@protoc_insertion_point(constructor:protobuf_unittest.TestEmbedOptimizedForSize) } TestEmbedOptimizedForSize::TestEmbedOptimizedForSize(const TestEmbedOptimizedForSize& from) : ::google::protobuf::Message(), _internal_metadata_(NULL), _has_bits_(from._has_bits_), repeated_message_(from.repeated_message_) { _internal_metadata_.MergeFrom(from._internal_metadata_); if (from.has_optional_message()) { optional_message_ = new ::protobuf_unittest::TestOptimizedForSize(*from.optional_message_); } else { optional_message_ = NULL; } // @@protoc_insertion_point(copy_constructor:protobuf_unittest.TestEmbedOptimizedForSize) } void TestEmbedOptimizedForSize::SharedCtor() { optional_message_ = NULL; } TestEmbedOptimizedForSize::~TestEmbedOptimizedForSize() { // @@protoc_insertion_point(destructor:protobuf_unittest.TestEmbedOptimizedForSize) SharedDtor(); } void TestEmbedOptimizedForSize::SharedDtor() { if (this != internal_default_instance()) delete optional_message_; } void TestEmbedOptimizedForSize::SetCachedSize(int size) const { _cached_size_.Set(size); } const ::google::protobuf::Descriptor* TestEmbedOptimizedForSize::descriptor() { ::protobuf_google_2fprotobuf_2funittest_5fembed_5foptimize_5ffor_2eproto::protobuf_AssignDescriptorsOnce(); return ::protobuf_google_2fprotobuf_2funittest_5fembed_5foptimize_5ffor_2eproto::file_level_metadata[kIndexInFileMessages].descriptor; } const TestEmbedOptimizedForSize& TestEmbedOptimizedForSize::default_instance() { ::google::protobuf::internal::InitSCC(&protobuf_google_2fprotobuf_2funittest_5fembed_5foptimize_5ffor_2eproto::scc_info_TestEmbedOptimizedForSize.base); return *internal_default_instance(); } void TestEmbedOptimizedForSize::Clear() { // @@protoc_insertion_point(message_clear_start:protobuf_unittest.TestEmbedOptimizedForSize) ::google::protobuf::uint32 cached_has_bits = 0; // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; repeated_message_.Clear(); cached_has_bits = _has_bits_[0]; if (cached_has_bits & 0x00000001u) { GOOGLE_DCHECK(optional_message_ != NULL); optional_message_->Clear(); } _has_bits_.Clear(); _internal_metadata_.Clear(); } bool TestEmbedOptimizedForSize::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:protobuf_unittest.TestEmbedOptimizedForSize) 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 .protobuf_unittest.TestOptimizedForSize optional_message = 1; case 1: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(10u /* 10 & 0xFF */)) { DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( input, mutable_optional_message())); } else { goto handle_unusual; } break; } // repeated .protobuf_unittest.TestOptimizedForSize repeated_message = 2; case 2: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(18u /* 18 & 0xFF */)) { DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( input, add_repeated_message())); } else { goto handle_unusual; } break; } default: { handle_unusual: if (tag == 0) { goto success; } DO_(::google::protobuf::internal::WireFormat::SkipField( input, tag, _internal_metadata_.mutable_unknown_fields())); break; } } } success: // @@protoc_insertion_point(parse_success:protobuf_unittest.TestEmbedOptimizedForSize) return true; failure: // @@protoc_insertion_point(parse_failure:protobuf_unittest.TestEmbedOptimizedForSize) return false; #undef DO_ } void TestEmbedOptimizedForSize::SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const { // @@protoc_insertion_point(serialize_start:protobuf_unittest.TestEmbedOptimizedForSize) ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; cached_has_bits = _has_bits_[0]; // optional .protobuf_unittest.TestOptimizedForSize optional_message = 1; if (cached_has_bits & 0x00000001u) { ::google::protobuf::internal::WireFormatLite::WriteMessage( 1, this->_internal_optional_message(), output); } // repeated .protobuf_unittest.TestOptimizedForSize repeated_message = 2; for (unsigned int i = 0, n = static_cast(this->repeated_message_size()); i < n; i++) { ::google::protobuf::internal::WireFormatLite::WriteMessage( 2, this->repeated_message(static_cast(i)), output); } if (_internal_metadata_.have_unknown_fields()) { ::google::protobuf::internal::WireFormat::SerializeUnknownFields( _internal_metadata_.unknown_fields(), output); } // @@protoc_insertion_point(serialize_end:protobuf_unittest.TestEmbedOptimizedForSize) } ::google::protobuf::uint8* TestEmbedOptimizedForSize::InternalSerializeWithCachedSizesToArray( bool deterministic, ::google::protobuf::uint8* target) const { (void)deterministic; // Unused // @@protoc_insertion_point(serialize_to_array_start:protobuf_unittest.TestEmbedOptimizedForSize) ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; cached_has_bits = _has_bits_[0]; // optional .protobuf_unittest.TestOptimizedForSize optional_message = 1; if (cached_has_bits & 0x00000001u) { target = ::google::protobuf::internal::WireFormatLite:: InternalWriteMessageToArray( 1, this->_internal_optional_message(), deterministic, target); } // repeated .protobuf_unittest.TestOptimizedForSize repeated_message = 2; for (unsigned int i = 0, n = static_cast(this->repeated_message_size()); i < n; i++) { target = ::google::protobuf::internal::WireFormatLite:: InternalWriteMessageToArray( 2, this->repeated_message(static_cast(i)), 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:protobuf_unittest.TestEmbedOptimizedForSize) return target; } size_t TestEmbedOptimizedForSize::ByteSizeLong() const { // @@protoc_insertion_point(message_byte_size_start:protobuf_unittest.TestEmbedOptimizedForSize) size_t total_size = 0; if (_internal_metadata_.have_unknown_fields()) { total_size += ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( _internal_metadata_.unknown_fields()); } // repeated .protobuf_unittest.TestOptimizedForSize repeated_message = 2; { unsigned int count = static_cast(this->repeated_message_size()); total_size += 1UL * count; for (unsigned int i = 0; i < count; i++) { total_size += ::google::protobuf::internal::WireFormatLite::MessageSize( this->repeated_message(static_cast(i))); } } // optional .protobuf_unittest.TestOptimizedForSize optional_message = 1; if (has_optional_message()) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::MessageSize( *optional_message_); } int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); SetCachedSize(cached_size); return total_size; } void TestEmbedOptimizedForSize::MergeFrom(const ::google::protobuf::Message& from) { // @@protoc_insertion_point(generalized_merge_from_start:protobuf_unittest.TestEmbedOptimizedForSize) GOOGLE_DCHECK_NE(&from, this); const TestEmbedOptimizedForSize* source = ::google::protobuf::internal::DynamicCastToGenerated( &from); if (source == NULL) { // @@protoc_insertion_point(generalized_merge_from_cast_fail:protobuf_unittest.TestEmbedOptimizedForSize) ::google::protobuf::internal::ReflectionOps::Merge(from, this); } else { // @@protoc_insertion_point(generalized_merge_from_cast_success:protobuf_unittest.TestEmbedOptimizedForSize) MergeFrom(*source); } } void TestEmbedOptimizedForSize::MergeFrom(const TestEmbedOptimizedForSize& from) { // @@protoc_insertion_point(class_specific_merge_from_start:protobuf_unittest.TestEmbedOptimizedForSize) GOOGLE_DCHECK_NE(&from, this); _internal_metadata_.MergeFrom(from._internal_metadata_); ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; repeated_message_.MergeFrom(from.repeated_message_); if (from.has_optional_message()) { mutable_optional_message()->::protobuf_unittest::TestOptimizedForSize::MergeFrom(from.optional_message()); } } void TestEmbedOptimizedForSize::CopyFrom(const ::google::protobuf::Message& from) { // @@protoc_insertion_point(generalized_copy_from_start:protobuf_unittest.TestEmbedOptimizedForSize) if (&from == this) return; Clear(); MergeFrom(from); } void TestEmbedOptimizedForSize::CopyFrom(const TestEmbedOptimizedForSize& from) { // @@protoc_insertion_point(class_specific_copy_from_start:protobuf_unittest.TestEmbedOptimizedForSize) if (&from == this) return; Clear(); MergeFrom(from); } bool TestEmbedOptimizedForSize::IsInitialized() const { if (!::google::protobuf::internal::AllAreInitialized(this->repeated_message())) return false; if (has_optional_message()) { if (!this->optional_message_->IsInitialized()) return false; } return true; } void TestEmbedOptimizedForSize::Swap(TestEmbedOptimizedForSize* other) { if (other == this) return; InternalSwap(other); } void TestEmbedOptimizedForSize::InternalSwap(TestEmbedOptimizedForSize* other) { using std::swap; CastToBase(&repeated_message_)->InternalSwap(CastToBase(&other->repeated_message_)); swap(optional_message_, other->optional_message_); swap(_has_bits_[0], other->_has_bits_[0]); _internal_metadata_.Swap(&other->_internal_metadata_); } ::google::protobuf::Metadata TestEmbedOptimizedForSize::GetMetadata() const { protobuf_google_2fprotobuf_2funittest_5fembed_5foptimize_5ffor_2eproto::protobuf_AssignDescriptorsOnce(); return ::protobuf_google_2fprotobuf_2funittest_5fembed_5foptimize_5ffor_2eproto::file_level_metadata[kIndexInFileMessages]; } // @@protoc_insertion_point(namespace_scope) } // namespace protobuf_unittest namespace google { namespace protobuf { template<> GOOGLE_PROTOBUF_ATTRIBUTE_NOINLINE ::protobuf_unittest::TestEmbedOptimizedForSize* Arena::CreateMaybeMessage< ::protobuf_unittest::TestEmbedOptimizedForSize >(Arena* arena) { return Arena::CreateInternal< ::protobuf_unittest::TestEmbedOptimizedForSize >(arena); } } // namespace protobuf } // namespace google // @@protoc_insertion_point(global_scope)