Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Private Types | Private Member Functions | Static Private Member Functions | Private Attributes | Friends | List of all members
EnumValueOptions Class Reference

#include <descriptor.pb.h>

Inheritance diagram for EnumValueOptions:
Inheritance graph
[legend]

Public Types

enum  : int { kUninterpretedOptionFieldNumber = 999, kDeprecatedFieldNumber = 1 }
 

Public Member Functions

PROTOBUF_NAMESPACE_ID::UninterpretedOption * add_uninterpreted_option ()
 
size_t ByteSizeLong () const final
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
void clear_deprecated ()
 
void clear_uninterpreted_option ()
 
void CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void CopyFrom (const EnumValueOptions &from)
 
bool deprecated () const
 
 EnumValueOptions ()
 
 EnumValueOptions (const EnumValueOptions &from)
 
 EnumValueOptions (EnumValueOptions &&from) noexcept
 
inline ::PROTOBUF_NAMESPACE_ID::Arena * GetArena () const final
 
int GetCachedSize () const final
 
voidGetMaybeArenaPointer () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
bool has_deprecated () const
 
::PROTOBUF_NAMESPACE_ID::uint8 * InternalSerializeWithCachedSizesToArray (::PROTOBUF_NAMESPACE_ID::uint8 *target) const final
 
bool IsInitialized () const final
 
void MergeFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void MergeFrom (const EnumValueOptions &from)
 
bool MergePartialFromCodedStream (::PROTOBUF_NAMESPACE_ID::io::CodedInputStream *input) final
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::UninterpretedOption > * mutable_uninterpreted_option ()
 
PROTOBUF_NAMESPACE_ID::UninterpretedOption * mutable_uninterpreted_option (int index)
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
EnumValueOptionsNew () const final
 
EnumValueOptionsNew (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
 
EnumValueOptionsoperator= (const EnumValueOptions &from)
 
EnumValueOptionsoperator= (EnumValueOptions &&from) noexcept
 
void SerializeWithCachedSizes (::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream *output) const final
 
void set_deprecated (bool value)
 
void Swap (EnumValueOptions *other)
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::UninterpretedOption > & uninterpreted_option () const
 
const PROTOBUF_NAMESPACE_ID::UninterpretedOption & uninterpreted_option (int index) const
 
int uninterpreted_option_size () const
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
void UnsafeArenaSwap (EnumValueOptions *other)
 
virtual ~EnumValueOptions ()
 

Static Public Member Functions

static const EnumValueOptionsdefault_instance ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptordescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::DescriptorGetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static void InitAsDefaultInstance ()
 
static const EnumValueOptionsinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 

Protected Member Functions

 EnumValueOptions (::PROTOBUF_NAMESPACE_ID::Arena *arena)
 

Private Types

typedef void DestructorSkippable_
 
typedef void InternalArenaConstructable_
 

Private Member Functions

inline ::PROTOBUF_NAMESPACE_ID::Arena * GetArenaNoVirtual () const
 
void InternalSwap (EnumValueOptions *other)
 
voidMaybeArenaPtr () const
 
void RegisterArenaDtor (::PROTOBUF_NAMESPACE_ID::Arena *arena)
 
void SetCachedSize (int size) const final
 
void SharedCtor ()
 
void SharedDtor ()
 

Static Private Member Functions

static void ArenaDtor (void *object)
 
::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName ()
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic ()
 

Private Attributes

mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_
 
::PROTOBUF_NAMESPACE_ID::internal::ExtensionSet _extensions_
 
::PROTOBUF_NAMESPACE_ID::internal::HasBits< 1 > _has_bits_
 
::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_
 
bool deprecated_
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::UninterpretedOption > uninterpreted_option_
 

Friends

template<typename T >
class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
 
class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
 
struct ::TableStruct_google_2fprotobuf_2fdescriptor_2eproto
 
void swap (EnumValueOptions &a, EnumValueOptions &b)
 

Detailed Description

Definition at line 4700 of file descriptor.pb.h.

Member Typedef Documentation

◆ DestructorSkippable_

Definition at line 4870 of file descriptor.pb.h.

◆ InternalArenaConstructable_

Definition at line 4869 of file descriptor.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kUninterpretedOptionFieldNumber 
kDeprecatedFieldNumber 

Definition at line 4839 of file descriptor.pb.h.

Constructor & Destructor Documentation

◆ EnumValueOptions() [1/4]

EnumValueOptions::EnumValueOptions ( )

Definition at line 11566 of file descriptor.pb.cc.

◆ ~EnumValueOptions()

EnumValueOptions::~EnumValueOptions ( )
virtual

Definition at line 11596 of file descriptor.pb.cc.

◆ EnumValueOptions() [2/4]

EnumValueOptions::EnumValueOptions ( const EnumValueOptions from)

Definition at line 11580 of file descriptor.pb.cc.

◆ EnumValueOptions() [3/4]

EnumValueOptions::EnumValueOptions ( EnumValueOptions &&  from)
inlinenoexcept

Definition at line 4707 of file descriptor.pb.h.

◆ EnumValueOptions() [4/4]

EnumValueOptions::EnumValueOptions ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena)
explicitprotected

Definition at line 11571 of file descriptor.pb.cc.

Member Function Documentation

◆ add_uninterpreted_option()

PROTOBUF_NAMESPACE_ID::UninterpretedOption * EnumValueOptions::add_uninterpreted_option ( )
inline

Definition at line 10844 of file descriptor.pb.h.

◆ ArenaDtor()

void EnumValueOptions::ArenaDtor ( void object)
staticprivate

Definition at line 11605 of file descriptor.pb.cc.

◆ ByteSizeLong()

size_t EnumValueOptions::ByteSizeLong ( ) const
final

Definition at line 11814 of file descriptor.pb.cc.

◆ Clear()

void EnumValueOptions::Clear ( )
final

Definition at line 11620 of file descriptor.pb.cc.

◆ clear_deprecated()

void EnumValueOptions::clear_deprecated ( )
inline

Definition at line 10810 of file descriptor.pb.h.

◆ clear_uninterpreted_option()

void EnumValueOptions::clear_uninterpreted_option ( )
inline

Definition at line 10828 of file descriptor.pb.h.

◆ CopyFrom() [1/2]

void EnumValueOptions::CopyFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

Definition at line 11880 of file descriptor.pb.cc.

◆ CopyFrom() [2/2]

void EnumValueOptions::CopyFrom ( const EnumValueOptions from)

Definition at line 11887 of file descriptor.pb.cc.

◆ default_instance()

const EnumValueOptions & EnumValueOptions::default_instance ( )
static

Definition at line 11614 of file descriptor.pb.cc.

◆ deprecated()

bool EnumValueOptions::deprecated ( ) const
inline

Definition at line 10814 of file descriptor.pb.h.

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* EnumValueOptions::descriptor ( )
inlinestatic

Definition at line 4738 of file descriptor.pb.h.

◆ FullMessageName()

::PROTOBUF_NAMESPACE_ID::StringPiece EnumValueOptions::FullMessageName ( )
inlinestaticprivate

Definition at line 4809 of file descriptor.pb.h.

◆ GetArena()

inline ::PROTOBUF_NAMESPACE_ID::Arena* EnumValueOptions::GetArena ( ) const
inlinefinal

Definition at line 4732 of file descriptor.pb.h.

◆ GetArenaNoVirtual()

inline ::PROTOBUF_NAMESPACE_ID::Arena* EnumValueOptions::GetArenaNoVirtual ( ) const
inlineprivate

Definition at line 4818 of file descriptor.pb.h.

◆ GetCachedSize()

int EnumValueOptions::GetCachedSize ( ) const
inlinefinal

Definition at line 4801 of file descriptor.pb.h.

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* EnumValueOptions::GetDescriptor ( )
inlinestatic

Definition at line 4741 of file descriptor.pb.h.

◆ GetMaybeArenaPointer()

void* EnumValueOptions::GetMaybeArenaPointer ( ) const
inlinefinal

Definition at line 4735 of file descriptor.pb.h.

◆ GetMetadata()

PROTOBUF_NAMESPACE_ID::Metadata EnumValueOptions::GetMetadata ( ) const
final

Definition at line 11912 of file descriptor.pb.cc.

◆ GetMetadataStatic()

::PROTOBUF_NAMESPACE_ID::Metadata EnumValueOptions::GetMetadataStatic ( )
inlinestaticprivate

Definition at line 4828 of file descriptor.pb.h.

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection* EnumValueOptions::GetReflection ( )
inlinestatic

Definition at line 4744 of file descriptor.pb.h.

◆ has_deprecated()

bool EnumValueOptions::has_deprecated ( ) const
inline

Definition at line 10807 of file descriptor.pb.h.

◆ InitAsDefaultInstance()

void EnumValueOptions::InitAsDefaultInstance ( )
static

Definition at line 11556 of file descriptor.pb.cc.

◆ internal_default_instance()

static const EnumValueOptions* EnumValueOptions::internal_default_instance ( )
inlinestatic

Definition at line 4750 of file descriptor.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

PROTOBUF_NAMESPACE_ID::uint8 * EnumValueOptions::InternalSerializeWithCachedSizesToArray ( ::PROTOBUF_NAMESPACE_ID::uint8 *  target) const
final

Definition at line 11782 of file descriptor.pb.cc.

◆ InternalSwap()

void EnumValueOptions::InternalSwap ( EnumValueOptions other)
private

Definition at line 11903 of file descriptor.pb.cc.

◆ IsInitialized()

bool EnumValueOptions::IsInitialized ( ) const
final

Definition at line 11894 of file descriptor.pb.cc.

◆ MaybeArenaPtr()

void* EnumValueOptions::MaybeArenaPtr ( ) const
inlineprivate

Definition at line 4821 of file descriptor.pb.h.

◆ MergeFrom() [1/2]

void EnumValueOptions::MergeFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

Definition at line 11851 of file descriptor.pb.cc.

◆ MergeFrom() [2/2]

void EnumValueOptions::MergeFrom ( const EnumValueOptions from)

Definition at line 11866 of file descriptor.pb.cc.

◆ MergePartialFromCodedStream()

bool EnumValueOptions::MergePartialFromCodedStream ( ::PROTOBUF_NAMESPACE_ID::io::CodedInputStream *  input)
final

Definition at line 11690 of file descriptor.pb.cc.

◆ mutable_uninterpreted_option() [1/2]

PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::UninterpretedOption > * EnumValueOptions::mutable_uninterpreted_option ( )
inline

Definition at line 10836 of file descriptor.pb.h.

◆ mutable_uninterpreted_option() [2/2]

PROTOBUF_NAMESPACE_ID::UninterpretedOption * EnumValueOptions::mutable_uninterpreted_option ( int  index)
inline

Definition at line 10831 of file descriptor.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* EnumValueOptions::mutable_unknown_fields ( )
inline

Definition at line 4728 of file descriptor.pb.h.

◆ New() [1/2]

EnumValueOptions* EnumValueOptions::New ( ) const
inlinefinal

Definition at line 4776 of file descriptor.pb.h.

◆ New() [2/2]

EnumValueOptions* EnumValueOptions::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena) const
inlinefinal

Definition at line 4780 of file descriptor.pb.h.

◆ operator=() [1/2]

EnumValueOptions& EnumValueOptions::operator= ( const EnumValueOptions from)
inline

Definition at line 4712 of file descriptor.pb.h.

◆ operator=() [2/2]

EnumValueOptions& EnumValueOptions::operator= ( EnumValueOptions &&  from)
inlinenoexcept

Definition at line 4716 of file descriptor.pb.h.

◆ RegisterArenaDtor()

void EnumValueOptions::RegisterArenaDtor ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena)
inlineprivate

Definition at line 11609 of file descriptor.pb.cc.

◆ SerializeWithCachedSizes()

void EnumValueOptions::SerializeWithCachedSizes ( ::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream *  output) const
final

Definition at line 11751 of file descriptor.pb.cc.

◆ set_deprecated()

void EnumValueOptions::set_deprecated ( bool  value)
inline

Definition at line 10818 of file descriptor.pb.h.

◆ SetCachedSize()

void EnumValueOptions::SetCachedSize ( int  size) const
finalprivate

Definition at line 11611 of file descriptor.pb.cc.

◆ SharedCtor()

void EnumValueOptions::SharedCtor ( )
inlineprivate

Definition at line 11591 of file descriptor.pb.cc.

◆ SharedDtor()

void EnumValueOptions::SharedDtor ( )
inlineprivate

Definition at line 11601 of file descriptor.pb.cc.

◆ Swap()

void EnumValueOptions::Swap ( EnumValueOptions other)
inline

Definition at line 4760 of file descriptor.pb.h.

◆ uninterpreted_option() [1/2]

const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::UninterpretedOption > & EnumValueOptions::uninterpreted_option ( ) const
inline

Definition at line 10849 of file descriptor.pb.h.

◆ uninterpreted_option() [2/2]

const PROTOBUF_NAMESPACE_ID::UninterpretedOption & EnumValueOptions::uninterpreted_option ( int  index) const
inline

Definition at line 10840 of file descriptor.pb.h.

◆ uninterpreted_option_size()

int EnumValueOptions::uninterpreted_option_size ( ) const
inline

Definition at line 10825 of file descriptor.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& EnumValueOptions::unknown_fields ( ) const
inline

Definition at line 4725 of file descriptor.pb.h.

◆ UnsafeArenaSwap()

void EnumValueOptions::UnsafeArenaSwap ( EnumValueOptions other)
inline

Definition at line 4768 of file descriptor.pb.h.

Friends And Related Function Documentation

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

template<typename T >
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
friend

Definition at line 4868 of file descriptor.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
friend

Definition at line 4808 of file descriptor.pb.h.

◆ ::TableStruct_google_2fprotobuf_2fdescriptor_2eproto

Definition at line 4875 of file descriptor.pb.h.

◆ swap

void swap ( EnumValueOptions a,
EnumValueOptions b 
)
friend

Definition at line 4757 of file descriptor.pb.h.

Member Data Documentation

◆ _cached_size_

mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize EnumValueOptions::_cached_size_
private

Definition at line 4872 of file descriptor.pb.h.

◆ _extensions_

::PROTOBUF_NAMESPACE_ID::internal::ExtensionSet EnumValueOptions::_extensions_
private

Definition at line 4863 of file descriptor.pb.h.

◆ _has_bits_

::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> EnumValueOptions::_has_bits_
private

Definition at line 4871 of file descriptor.pb.h.

◆ _internal_metadata_

::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena EnumValueOptions::_internal_metadata_
private

Definition at line 4867 of file descriptor.pb.h.

◆ deprecated_

bool EnumValueOptions::deprecated_
private

Definition at line 4874 of file descriptor.pb.h.

◆ kIndexInFileMessages

constexpr int EnumValueOptions::kIndexInFileMessages
staticconstexpr
Initial value:
=
18

Definition at line 4754 of file descriptor.pb.h.

◆ uninterpreted_option_

::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::UninterpretedOption > EnumValueOptions::uninterpreted_option_
private

Definition at line 4873 of file descriptor.pb.h.


The documentation for this class was generated from the following files:


libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:05