// Generated by the protocol buffer compiler. DO NOT EDIT! // source: global_extensions/range.proto #define INTERNAL_SUPPRESS_PROTOBUF_FIELD_DEPRECATION #include "global_extensions/range.pb.h" #include #include #include #include #include #include #include #include #include // @@protoc_insertion_point(includes) namespace bgs { namespace protocol { namespace { const ::google::protobuf::Descriptor* UnsignedIntRange_descriptor_ = NULL; const ::google::protobuf::internal::GeneratedMessageReflection* UnsignedIntRange_reflection_ = NULL; const ::google::protobuf::Descriptor* SignedIntRange_descriptor_ = NULL; const ::google::protobuf::internal::GeneratedMessageReflection* SignedIntRange_reflection_ = NULL; const ::google::protobuf::Descriptor* FloatRange_descriptor_ = NULL; const ::google::protobuf::internal::GeneratedMessageReflection* FloatRange_reflection_ = NULL; } // namespace void protobuf_AssignDesc_global_5fextensions_2frange_2eproto() { protobuf_AddDesc_global_5fextensions_2frange_2eproto(); const ::google::protobuf::FileDescriptor* file = ::google::protobuf::DescriptorPool::generated_pool()->FindFileByName( "global_extensions/range.proto"); GOOGLE_CHECK(file != NULL); UnsignedIntRange_descriptor_ = file->message_type(0); static const int UnsignedIntRange_offsets_[2] = { GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(UnsignedIntRange, min_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(UnsignedIntRange, max_), }; UnsignedIntRange_reflection_ = new ::google::protobuf::internal::GeneratedMessageReflection( UnsignedIntRange_descriptor_, UnsignedIntRange::default_instance_, UnsignedIntRange_offsets_, GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(UnsignedIntRange, _has_bits_[0]), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(UnsignedIntRange, _unknown_fields_), -1, ::google::protobuf::DescriptorPool::generated_pool(), ::google::protobuf::MessageFactory::generated_factory(), sizeof(UnsignedIntRange)); SignedIntRange_descriptor_ = file->message_type(1); static const int SignedIntRange_offsets_[2] = { GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(SignedIntRange, min_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(SignedIntRange, max_), }; SignedIntRange_reflection_ = new ::google::protobuf::internal::GeneratedMessageReflection( SignedIntRange_descriptor_, SignedIntRange::default_instance_, SignedIntRange_offsets_, GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(SignedIntRange, _has_bits_[0]), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(SignedIntRange, _unknown_fields_), -1, ::google::protobuf::DescriptorPool::generated_pool(), ::google::protobuf::MessageFactory::generated_factory(), sizeof(SignedIntRange)); FloatRange_descriptor_ = file->message_type(2); static const int FloatRange_offsets_[2] = { GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FloatRange, min_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FloatRange, max_), }; FloatRange_reflection_ = new ::google::protobuf::internal::GeneratedMessageReflection( FloatRange_descriptor_, FloatRange::default_instance_, FloatRange_offsets_, GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FloatRange, _has_bits_[0]), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FloatRange, _unknown_fields_), -1, ::google::protobuf::DescriptorPool::generated_pool(), ::google::protobuf::MessageFactory::generated_factory(), sizeof(FloatRange)); } namespace { GOOGLE_PROTOBUF_DECLARE_ONCE(protobuf_AssignDescriptors_once_); inline void protobuf_AssignDescriptorsOnce() { ::google::protobuf::GoogleOnceInit(&protobuf_AssignDescriptors_once_, &protobuf_AssignDesc_global_5fextensions_2frange_2eproto); } void protobuf_RegisterTypes(const ::std::string&) { protobuf_AssignDescriptorsOnce(); ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( UnsignedIntRange_descriptor_, &UnsignedIntRange::default_instance()); ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( SignedIntRange_descriptor_, &SignedIntRange::default_instance()); ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( FloatRange_descriptor_, &FloatRange::default_instance()); } } // namespace void protobuf_ShutdownFile_global_5fextensions_2frange_2eproto() { delete UnsignedIntRange::default_instance_; delete UnsignedIntRange_reflection_; delete SignedIntRange::default_instance_; delete SignedIntRange_reflection_; delete FloatRange::default_instance_; delete FloatRange_reflection_; } void protobuf_AddDesc_global_5fextensions_2frange_2eproto() { static bool already_here = false; if (already_here) return; already_here = true; GOOGLE_PROTOBUF_VERIFY_VERSION; ::google::protobuf::DescriptorPool::InternalAddGeneratedFile( "\n\035global_extensions/range.proto\022\014bgs.pro" "tocol\",\n\020UnsignedIntRange\022\013\n\003min\030\001 \001(\004\022\013" "\n\003max\030\002 \001(\004\"*\n\016SignedIntRange\022\013\n\003min\030\001 \001" "(\003\022\013\n\003max\030\002 \001(\003\"&\n\nFloatRange\022\013\n\003min\030\001 \001" "(\002\022\013\n\003max\030\002 \001(\002B\002H\002", 179); ::google::protobuf::MessageFactory::InternalRegisterGeneratedFile( "global_extensions/range.proto", &protobuf_RegisterTypes); UnsignedIntRange::default_instance_ = new UnsignedIntRange(); SignedIntRange::default_instance_ = new SignedIntRange(); FloatRange::default_instance_ = new FloatRange(); UnsignedIntRange::default_instance_->InitAsDefaultInstance(); SignedIntRange::default_instance_->InitAsDefaultInstance(); FloatRange::default_instance_->InitAsDefaultInstance(); ::google::protobuf::internal::OnShutdown(&protobuf_ShutdownFile_global_5fextensions_2frange_2eproto); } // Force AddDescriptors() to be called at static initialization time. struct StaticDescriptorInitializer_global_5fextensions_2frange_2eproto { StaticDescriptorInitializer_global_5fextensions_2frange_2eproto() { protobuf_AddDesc_global_5fextensions_2frange_2eproto(); } } static_descriptor_initializer_global_5fextensions_2frange_2eproto_; // =================================================================== #ifndef _MSC_VER const int UnsignedIntRange::kMinFieldNumber; const int UnsignedIntRange::kMaxFieldNumber; #endif // !_MSC_VER UnsignedIntRange::UnsignedIntRange() : ::google::protobuf::Message() { SharedCtor(); // @@protoc_insertion_point(constructor:bgs.protocol.UnsignedIntRange) } void UnsignedIntRange::InitAsDefaultInstance() { } UnsignedIntRange::UnsignedIntRange(const UnsignedIntRange& from) : ::google::protobuf::Message() { SharedCtor(); MergeFrom(from); // @@protoc_insertion_point(copy_constructor:bgs.protocol.UnsignedIntRange) } void UnsignedIntRange::SharedCtor() { _cached_size_ = 0; min_ = GOOGLE_ULONGLONG(0); max_ = GOOGLE_ULONGLONG(0); ::memset(_has_bits_, 0, sizeof(_has_bits_)); } UnsignedIntRange::~UnsignedIntRange() { // @@protoc_insertion_point(destructor:bgs.protocol.UnsignedIntRange) SharedDtor(); } void UnsignedIntRange::SharedDtor() { if (this != default_instance_) { } } void UnsignedIntRange::SetCachedSize(int size) const { GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); _cached_size_ = size; GOOGLE_SAFE_CONCURRENT_WRITES_END(); } const ::google::protobuf::Descriptor* UnsignedIntRange::descriptor() { protobuf_AssignDescriptorsOnce(); return UnsignedIntRange_descriptor_; } const UnsignedIntRange& UnsignedIntRange::default_instance() { if (default_instance_ == NULL) protobuf_AddDesc_global_5fextensions_2frange_2eproto(); return *default_instance_; } UnsignedIntRange* UnsignedIntRange::default_instance_ = NULL; UnsignedIntRange* UnsignedIntRange::New() const { return new UnsignedIntRange; } void UnsignedIntRange::Swap(UnsignedIntRange* other) { if (other != this) { GetReflection()->Swap(this, other);} } ::google::protobuf::Metadata UnsignedIntRange::GetMetadata() const { protobuf_AssignDescriptorsOnce(); ::google::protobuf::Metadata metadata; metadata.descriptor = UnsignedIntRange_descriptor_; metadata.reflection = UnsignedIntRange_reflection_; return metadata; } // =================================================================== #ifndef _MSC_VER const int SignedIntRange::kMinFieldNumber; const int SignedIntRange::kMaxFieldNumber; #endif // !_MSC_VER SignedIntRange::SignedIntRange() : ::google::protobuf::Message() { SharedCtor(); // @@protoc_insertion_point(constructor:bgs.protocol.SignedIntRange) } void SignedIntRange::InitAsDefaultInstance() { } SignedIntRange::SignedIntRange(const SignedIntRange& from) : ::google::protobuf::Message() { SharedCtor(); MergeFrom(from); // @@protoc_insertion_point(copy_constructor:bgs.protocol.SignedIntRange) } void SignedIntRange::SharedCtor() { _cached_size_ = 0; min_ = GOOGLE_LONGLONG(0); max_ = GOOGLE_LONGLONG(0); ::memset(_has_bits_, 0, sizeof(_has_bits_)); } SignedIntRange::~SignedIntRange() { // @@protoc_insertion_point(destructor:bgs.protocol.SignedIntRange) SharedDtor(); } void SignedIntRange::SharedDtor() { if (this != default_instance_) { } } void SignedIntRange::SetCachedSize(int size) const { GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); _cached_size_ = size; GOOGLE_SAFE_CONCURRENT_WRITES_END(); } const ::google::protobuf::Descriptor* SignedIntRange::descriptor() { protobuf_AssignDescriptorsOnce(); return SignedIntRange_descriptor_; } const SignedIntRange& SignedIntRange::default_instance() { if (default_instance_ == NULL) protobuf_AddDesc_global_5fextensions_2frange_2eproto(); return *default_instance_; } SignedIntRange* SignedIntRange::default_instance_ = NULL; SignedIntRange* SignedIntRange::New() const { return new SignedIntRange; } void SignedIntRange::Swap(SignedIntRange* other) { if (other != this) { GetReflection()->Swap(this, other);} } ::google::protobuf::Metadata SignedIntRange::GetMetadata() const { protobuf_AssignDescriptorsOnce(); ::google::protobuf::Metadata metadata; metadata.descriptor = SignedIntRange_descriptor_; metadata.reflection = SignedIntRange_reflection_; return metadata; } // =================================================================== #ifndef _MSC_VER const int FloatRange::kMinFieldNumber; const int FloatRange::kMaxFieldNumber; #endif // !_MSC_VER FloatRange::FloatRange() : ::google::protobuf::Message() { SharedCtor(); // @@protoc_insertion_point(constructor:bgs.protocol.FloatRange) } void FloatRange::InitAsDefaultInstance() { } FloatRange::FloatRange(const FloatRange& from) : ::google::protobuf::Message() { SharedCtor(); MergeFrom(from); // @@protoc_insertion_point(copy_constructor:bgs.protocol.FloatRange) } void FloatRange::SharedCtor() { _cached_size_ = 0; min_ = 0; max_ = 0; ::memset(_has_bits_, 0, sizeof(_has_bits_)); } FloatRange::~FloatRange() { // @@protoc_insertion_point(destructor:bgs.protocol.FloatRange) SharedDtor(); } void FloatRange::SharedDtor() { if (this != default_instance_) { } } void FloatRange::SetCachedSize(int size) const { GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); _cached_size_ = size; GOOGLE_SAFE_CONCURRENT_WRITES_END(); } const ::google::protobuf::Descriptor* FloatRange::descriptor() { protobuf_AssignDescriptorsOnce(); return FloatRange_descriptor_; } const FloatRange& FloatRange::default_instance() { if (default_instance_ == NULL) protobuf_AddDesc_global_5fextensions_2frange_2eproto(); return *default_instance_; } FloatRange* FloatRange::default_instance_ = NULL; FloatRange* FloatRange::New() const { return new FloatRange; } void FloatRange::Swap(FloatRange* other) { if (other != this) { GetReflection()->Swap(this, other);} } ::google::protobuf::Metadata FloatRange::GetMetadata() const { protobuf_AssignDescriptorsOnce(); ::google::protobuf::Metadata metadata; metadata.descriptor = FloatRange_descriptor_; metadata.reflection = FloatRange_reflection_; return metadata; } // @@protoc_insertion_point(namespace_scope) } // namespace protocol } // namespace bgs // @@protoc_insertion_point(global_scope)