DCCL v4
Loading...
Searching...
No Matches
ArithmeticOptions Class Referencefinal
Inheritance diagram for ArithmeticOptions:

Public Types

enum  : int { kModelFieldNumber = 1 , kDebugAssertFieldNumber = 2 }
 

Public Member Functions

PROTOBUF_CONSTEXPR ArithmeticOptions (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 ArithmeticOptions (const ArithmeticOptions &from)
 
 ArithmeticOptions (ArithmeticOptions &&from) noexcept
 
ArithmeticOptionsoperator= (const ArithmeticOptions &from)
 
ArithmeticOptionsoperator= (ArithmeticOptions &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ArithmeticOptions *other)
 
void UnsafeArenaSwap (ArithmeticOptions *other)
 
ArithmeticOptionsNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const ArithmeticOptions &from)
 
void MergeFrom (const ArithmeticOptions &from)
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
bool IsInitialized () const final
 
size_t ByteSizeLong () const final
 
const char * _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
 
uint8_t * _InternalSerialize (uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
 
int GetCachedSize () const final
 
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
bool has_model () const
 
void clear_model ()
 
const std::string & model () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_model (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_model ()
 
PROTOBUF_NODISCARD std::string * release_model ()
 
void set_allocated_model (std::string *model)
 
bool has_debug_assert () const
 
void clear_debug_assert ()
 
bool debug_assert () const
 
void set_debug_assert (bool value)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_model (ArgT0 &&arg0, ArgT... args)
 

Static Public Member Functions

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static const ArithmeticOptionsdefault_instance ()
 
static const ArithmeticOptionsinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 ArithmeticOptions (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
 

Friends

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

Detailed Description

Definition at line 61 of file arithmetic_extensions.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int

Definition at line 188 of file arithmetic_extensions.pb.h.

Constructor & Destructor Documentation

◆ ArithmeticOptions() [1/2]

ArithmeticOptions::ArithmeticOptions ( )
inline

Definition at line 64 of file arithmetic_extensions.pb.h.

◆ ArithmeticOptions() [2/2]

ArithmeticOptions::ArithmeticOptions ( ArithmeticOptions &&  from)
inlinenoexcept

Definition at line 69 of file arithmetic_extensions.pb.h.

Member Function Documentation

◆ clear_debug_assert()

void ArithmeticOptions::clear_debug_assert ( )
inline

Definition at line 330 of file arithmetic_extensions.pb.h.

◆ clear_model()

void ArithmeticOptions::clear_model ( )
inline

Definition at line 262 of file arithmetic_extensions.pb.h.

◆ debug_assert()

bool ArithmeticOptions::debug_assert ( ) const
inline

Definition at line 337 of file arithmetic_extensions.pb.h.

◆ default_instance()

static const ArithmeticOptions & ArithmeticOptions::default_instance ( )
inlinestatic

Definition at line 108 of file arithmetic_extensions.pb.h.

◆ descriptor()

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

Definition at line 99 of file arithmetic_extensions.pb.h.

◆ GetCachedSize()

int ArithmeticOptions::GetCachedSize ( ) const
inlinefinal

Definition at line 161 of file arithmetic_extensions.pb.h.

◆ GetDescriptor()

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

Definition at line 102 of file arithmetic_extensions.pb.h.

◆ GetReflection()

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

Definition at line 105 of file arithmetic_extensions.pb.h.

◆ has_debug_assert()

bool ArithmeticOptions::has_debug_assert ( ) const
inline

Definition at line 327 of file arithmetic_extensions.pb.h.

◆ has_model()

bool ArithmeticOptions::has_model ( ) const
inline

Definition at line 259 of file arithmetic_extensions.pb.h.

◆ internal_default_instance()

static const ArithmeticOptions * ArithmeticOptions::internal_default_instance ( )
inlinestatic

Definition at line 111 of file arithmetic_extensions.pb.h.

◆ MergeFrom()

void ArithmeticOptions::MergeFrom ( const ArithmeticOptions from)
inline

Definition at line 148 of file arithmetic_extensions.pb.h.

◆ model()

const std::string & ArithmeticOptions::model ( ) const
inline

Definition at line 266 of file arithmetic_extensions.pb.h.

◆ mutable_model()

std::string * ArithmeticOptions::mutable_model ( )
inline

Definition at line 277 of file arithmetic_extensions.pb.h.

◆ mutable_unknown_fields()

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

Definition at line 95 of file arithmetic_extensions.pb.h.

◆ New()

ArithmeticOptions * ArithmeticOptions::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

Definition at line 142 of file arithmetic_extensions.pb.h.

◆ operator=() [1/2]

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

Definition at line 78 of file arithmetic_extensions.pb.h.

◆ operator=() [2/2]

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

Definition at line 74 of file arithmetic_extensions.pb.h.

◆ release_model()

std::string * ArithmeticOptions::release_model ( )
inline

Definition at line 293 of file arithmetic_extensions.pb.h.

◆ set_allocated_model()

void ArithmeticOptions::set_allocated_model ( std::string *  model)
inline

Definition at line 307 of file arithmetic_extensions.pb.h.

◆ set_debug_assert()

void ArithmeticOptions::set_debug_assert ( bool  value)
inline

Definition at line 345 of file arithmetic_extensions.pb.h.

◆ set_model()

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void ArithmeticOptions::set_model ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

Definition at line 272 of file arithmetic_extensions.pb.h.

◆ Swap()

void ArithmeticOptions::Swap ( ArithmeticOptions other)
inline

Definition at line 121 of file arithmetic_extensions.pb.h.

◆ unknown_fields()

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

Definition at line 92 of file arithmetic_extensions.pb.h.

◆ UnsafeArenaSwap()

void ArithmeticOptions::UnsafeArenaSwap ( ArithmeticOptions other)
inline

Definition at line 134 of file arithmetic_extensions.pb.h.

Friends And Related Symbol Documentation

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

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

Definition at line 227 of file arithmetic_extensions.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 170 of file arithmetic_extensions.pb.h.

◆ ::TableStruct_dccl_2farithmetic_2fprotobuf_2farithmetic_5fextensions_2eproto

◆ swap

void swap ( ArithmeticOptions a,
ArithmeticOptions b 
)
friend

Definition at line 118 of file arithmetic_extensions.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData ArithmeticOptions::_class_data_
static

Definition at line 179 of file arithmetic_extensions.pb.h.

◆ _impl_

Impl_ ArithmeticOptions::_impl_

Definition at line 236 of file arithmetic_extensions.pb.h.

◆ kIndexInFileMessages

constexpr int ArithmeticOptions::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 115 of file arithmetic_extensions.pb.h.


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