// Generated by the protocol buffer compiler. DO NOT EDIT! // source: certificate.proto #include "certificate.pb.h" #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 pb { class CertificateDefaultTypeInternal { public: ::google::protobuf::internal::ExplicitlyConstructed _instance; } _Certificate_default_instance_; } // namespace pb namespace protobuf_certificate_2eproto { static void InitDefaultsCertificate() { GOOGLE_PROTOBUF_VERIFY_VERSION; { void* ptr = &::pb::_Certificate_default_instance_; new (ptr) ::pb::Certificate(); ::google::protobuf::internal::OnShutdownDestroyMessage(ptr); } ::pb::Certificate::InitAsDefaultInstance(); } ::google::protobuf::internal::SCCInfo<0> scc_info_Certificate = {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 0, InitDefaultsCertificate}, {}}; void InitDefaults() { ::google::protobuf::internal::InitSCC(&scc_info_Certificate.base); } ::google::protobuf::Metadata file_level_metadata[1]; const ::google::protobuf::EnumDescriptor* file_level_enum_descriptors[2]; const ::google::protobuf::uint32 TableStruct::offsets[] GOOGLE_PROTOBUF_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = { GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(::pb::Certificate, _has_bits_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(::pb::Certificate, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(::pb::Certificate, version_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(::pb::Certificate, keytype_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(::pb::Certificate, publickey_), 1, 2, 0, }; static const ::google::protobuf::internal::MigrationSchema schemas[] GOOGLE_PROTOBUF_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = { { 0, 8, sizeof(::pb::Certificate)}, }; static ::google::protobuf::Message const * const file_default_instances[] = { reinterpret_cast(&::pb::_Certificate_default_instance_), }; void protobuf_AssignDescriptors() { AddDescriptors(); AssignDescriptors( "certificate.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) = { "\n\021certificate.proto\022\002pb\"\224\001\n\013Certificate\022" "(\n\007version\030\001 \002(\0162\027.pb.Certificate.Versio" "n\022\034\n\007keyType\030\002 \002(\0162\013.pb.KeyType\022\021\n\tpubli" "cKey\030\004 \002(\014\"*\n\007Version\022\023\n\017UNKNOWN_VERSION" "\020\000\022\n\n\006_0_0_1\020\001*Q\n\007KeyType\022\033\n\027UNKNOWN_PUB" "LIC_KEY_TYPE\020\000\022\014\n\010NIST256p\020\001\022\014\n\010NIST384p" "\020\002\022\r\n\tSECP256k1\020\003" }; ::google::protobuf::DescriptorPool::InternalAddGeneratedFile( descriptor, 257); ::google::protobuf::MessageFactory::InternalRegisterGeneratedFile( "certificate.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_certificate_2eproto namespace pb { const ::google::protobuf::EnumDescriptor* Certificate_Version_descriptor() { protobuf_certificate_2eproto::protobuf_AssignDescriptorsOnce(); return protobuf_certificate_2eproto::file_level_enum_descriptors[0]; } bool Certificate_Version_IsValid(int value) { switch (value) { case 0: case 1: return true; default: return false; } } #if !defined(_MSC_VER) || _MSC_VER >= 1900 const Certificate_Version Certificate::UNKNOWN_VERSION; const Certificate_Version Certificate::_0_0_1; const Certificate_Version Certificate::Version_MIN; const Certificate_Version Certificate::Version_MAX; const int Certificate::Version_ARRAYSIZE; #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 const ::google::protobuf::EnumDescriptor* KeyType_descriptor() { protobuf_certificate_2eproto::protobuf_AssignDescriptorsOnce(); return protobuf_certificate_2eproto::file_level_enum_descriptors[1]; } bool KeyType_IsValid(int value) { switch (value) { case 0: case 1: case 2: case 3: return true; default: return false; } } // =================================================================== void Certificate::InitAsDefaultInstance() { } #if !defined(_MSC_VER) || _MSC_VER >= 1900 const int Certificate::kVersionFieldNumber; const int Certificate::kKeyTypeFieldNumber; const int Certificate::kPublicKeyFieldNumber; #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 Certificate::Certificate() : ::google::protobuf::Message(), _internal_metadata_(NULL) { ::google::protobuf::internal::InitSCC( &protobuf_certificate_2eproto::scc_info_Certificate.base); SharedCtor(); // @@protoc_insertion_point(constructor:pb.Certificate) } Certificate::Certificate(const Certificate& from) : ::google::protobuf::Message(), _internal_metadata_(NULL), _has_bits_(from._has_bits_) { _internal_metadata_.MergeFrom(from._internal_metadata_); publickey_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); if (from.has_publickey()) { publickey_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.publickey_); } ::memcpy(&version_, &from.version_, static_cast(reinterpret_cast(&keytype_) - reinterpret_cast(&version_)) + sizeof(keytype_)); // @@protoc_insertion_point(copy_constructor:pb.Certificate) } void Certificate::SharedCtor() { publickey_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); ::memset(&version_, 0, static_cast( reinterpret_cast(&keytype_) - reinterpret_cast(&version_)) + sizeof(keytype_)); } Certificate::~Certificate() { // @@protoc_insertion_point(destructor:pb.Certificate) SharedDtor(); } void Certificate::SharedDtor() { publickey_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } void Certificate::SetCachedSize(int size) const { _cached_size_.Set(size); } const ::google::protobuf::Descriptor* Certificate::descriptor() { ::protobuf_certificate_2eproto::protobuf_AssignDescriptorsOnce(); return ::protobuf_certificate_2eproto::file_level_metadata[kIndexInFileMessages].descriptor; } const Certificate& Certificate::default_instance() { ::google::protobuf::internal::InitSCC(&protobuf_certificate_2eproto::scc_info_Certificate.base); return *internal_default_instance(); } void Certificate::Clear() { // @@protoc_insertion_point(message_clear_start:pb.Certificate) ::google::protobuf::uint32 cached_has_bits = 0; // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; cached_has_bits = _has_bits_[0]; if (cached_has_bits & 0x00000001u) { publickey_.ClearNonDefaultToEmptyNoArena(); } if (cached_has_bits & 6u) { ::memset(&version_, 0, static_cast( reinterpret_cast(&keytype_) - reinterpret_cast(&version_)) + sizeof(keytype_)); } _has_bits_.Clear(); _internal_metadata_.Clear(); } bool Certificate::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:pb.Certificate) 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)) { // required .pb.Certificate.Version version = 1; case 1: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(8u /* 8 & 0xFF */)) { int value; DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< int, ::google::protobuf::internal::WireFormatLite::TYPE_ENUM>( input, &value))); if (::pb::Certificate_Version_IsValid(value)) { set_version(static_cast< ::pb::Certificate_Version >(value)); } else { mutable_unknown_fields()->AddVarint( 1, static_cast< ::google::protobuf::uint64>(value)); } } else { goto handle_unusual; } break; } // required .pb.KeyType keyType = 2; case 2: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(16u /* 16 & 0xFF */)) { int value; DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< int, ::google::protobuf::internal::WireFormatLite::TYPE_ENUM>( input, &value))); if (::pb::KeyType_IsValid(value)) { set_keytype(static_cast< ::pb::KeyType >(value)); } else { mutable_unknown_fields()->AddVarint( 2, static_cast< ::google::protobuf::uint64>(value)); } } else { goto handle_unusual; } break; } // required bytes publicKey = 4; case 4: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(34u /* 34 & 0xFF */)) { DO_(::google::protobuf::internal::WireFormatLite::ReadBytes( input, this->mutable_publickey())); } 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:pb.Certificate) return true; failure: // @@protoc_insertion_point(parse_failure:pb.Certificate) return false; #undef DO_ } void Certificate::SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const { // @@protoc_insertion_point(serialize_start:pb.Certificate) ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; cached_has_bits = _has_bits_[0]; // required .pb.Certificate.Version version = 1; if (cached_has_bits & 0x00000002u) { ::google::protobuf::internal::WireFormatLite::WriteEnum( 1, this->version(), output); } // required .pb.KeyType keyType = 2; if (cached_has_bits & 0x00000004u) { ::google::protobuf::internal::WireFormatLite::WriteEnum( 2, this->keytype(), output); } // required bytes publicKey = 4; if (cached_has_bits & 0x00000001u) { ::google::protobuf::internal::WireFormatLite::WriteBytesMaybeAliased( 4, this->publickey(), output); } if (_internal_metadata_.have_unknown_fields()) { ::google::protobuf::internal::WireFormat::SerializeUnknownFields( _internal_metadata_.unknown_fields(), output); } // @@protoc_insertion_point(serialize_end:pb.Certificate) } ::google::protobuf::uint8* Certificate::InternalSerializeWithCachedSizesToArray( bool deterministic, ::google::protobuf::uint8* target) const { (void)deterministic; // Unused // @@protoc_insertion_point(serialize_to_array_start:pb.Certificate) ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; cached_has_bits = _has_bits_[0]; // required .pb.Certificate.Version version = 1; if (cached_has_bits & 0x00000002u) { target = ::google::protobuf::internal::WireFormatLite::WriteEnumToArray( 1, this->version(), target); } // required .pb.KeyType keyType = 2; if (cached_has_bits & 0x00000004u) { target = ::google::protobuf::internal::WireFormatLite::WriteEnumToArray( 2, this->keytype(), target); } // required bytes publicKey = 4; if (cached_has_bits & 0x00000001u) { target = ::google::protobuf::internal::WireFormatLite::WriteBytesToArray( 4, this->publickey(), 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:pb.Certificate) return target; } size_t Certificate::RequiredFieldsByteSizeFallback() const { // @@protoc_insertion_point(required_fields_byte_size_fallback_start:pb.Certificate) size_t total_size = 0; if (has_publickey()) { // required bytes publicKey = 4; total_size += 1 + ::google::protobuf::internal::WireFormatLite::BytesSize( this->publickey()); } if (has_version()) { // required .pb.Certificate.Version version = 1; total_size += 1 + ::google::protobuf::internal::WireFormatLite::EnumSize(this->version()); } if (has_keytype()) { // required .pb.KeyType keyType = 2; total_size += 1 + ::google::protobuf::internal::WireFormatLite::EnumSize(this->keytype()); } return total_size; } size_t Certificate::ByteSizeLong() const { // @@protoc_insertion_point(message_byte_size_start:pb.Certificate) size_t total_size = 0; if (_internal_metadata_.have_unknown_fields()) { total_size += ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( _internal_metadata_.unknown_fields()); } if (((_has_bits_[0] & 0x00000007) ^ 0x00000007) == 0) { // All required fields are present. // required bytes publicKey = 4; total_size += 1 + ::google::protobuf::internal::WireFormatLite::BytesSize( this->publickey()); // required .pb.Certificate.Version version = 1; total_size += 1 + ::google::protobuf::internal::WireFormatLite::EnumSize(this->version()); // required .pb.KeyType keyType = 2; total_size += 1 + ::google::protobuf::internal::WireFormatLite::EnumSize(this->keytype()); } else { total_size += RequiredFieldsByteSizeFallback(); } int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); SetCachedSize(cached_size); return total_size; } void Certificate::MergeFrom(const ::google::protobuf::Message& from) { // @@protoc_insertion_point(generalized_merge_from_start:pb.Certificate) GOOGLE_DCHECK_NE(&from, this); const Certificate* source = ::google::protobuf::internal::DynamicCastToGenerated( &from); if (source == NULL) { // @@protoc_insertion_point(generalized_merge_from_cast_fail:pb.Certificate) ::google::protobuf::internal::ReflectionOps::Merge(from, this); } else { // @@protoc_insertion_point(generalized_merge_from_cast_success:pb.Certificate) MergeFrom(*source); } } void Certificate::MergeFrom(const Certificate& from) { // @@protoc_insertion_point(class_specific_merge_from_start:pb.Certificate) GOOGLE_DCHECK_NE(&from, this); _internal_metadata_.MergeFrom(from._internal_metadata_); ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; cached_has_bits = from._has_bits_[0]; if (cached_has_bits & 7u) { if (cached_has_bits & 0x00000001u) { set_has_publickey(); publickey_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.publickey_); } if (cached_has_bits & 0x00000002u) { version_ = from.version_; } if (cached_has_bits & 0x00000004u) { keytype_ = from.keytype_; } _has_bits_[0] |= cached_has_bits; } } void Certificate::CopyFrom(const ::google::protobuf::Message& from) { // @@protoc_insertion_point(generalized_copy_from_start:pb.Certificate) if (&from == this) return; Clear(); MergeFrom(from); } void Certificate::CopyFrom(const Certificate& from) { // @@protoc_insertion_point(class_specific_copy_from_start:pb.Certificate) if (&from == this) return; Clear(); MergeFrom(from); } bool Certificate::IsInitialized() const { if ((_has_bits_[0] & 0x00000007) != 0x00000007) return false; return true; } void Certificate::Swap(Certificate* other) { if (other == this) return; InternalSwap(other); } void Certificate::InternalSwap(Certificate* other) { using std::swap; publickey_.Swap(&other->publickey_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual()); swap(version_, other->version_); swap(keytype_, other->keytype_); swap(_has_bits_[0], other->_has_bits_[0]); _internal_metadata_.Swap(&other->_internal_metadata_); } ::google::protobuf::Metadata Certificate::GetMetadata() const { protobuf_certificate_2eproto::protobuf_AssignDescriptorsOnce(); return ::protobuf_certificate_2eproto::file_level_metadata[kIndexInFileMessages]; } // @@protoc_insertion_point(namespace_scope) } // namespace pb namespace google { namespace protobuf { template<> GOOGLE_PROTOBUF_ATTRIBUTE_NOINLINE ::pb::Certificate* Arena::CreateMaybeMessage< ::pb::Certificate >(Arena* arena) { return Arena::CreateInternal< ::pb::Certificate >(arena); } } // namespace protobuf } // namespace google // @@protoc_insertion_point(global_scope)