Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::math_opt::StatusProto Class Referencefinal

Detailed Description

Definition at line 97 of file rpc.pb.h.

#include <rpc.pb.h>

Inheritance diagram for operations_research::math_opt::StatusProto:

Classes

class  _Internal

Public Types

enum  : int { kMessageFieldNumber = 2 , kCodeFieldNumber = 1 }
 nested types -------------------------------------------------— More...

Public Member Functions

 StatusProto ()
 ~StatusProto () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR StatusProto (::google::protobuf::internal::ConstantInitialized)
 StatusProto (const StatusProto &from)
 StatusProto (StatusProto &&from) noexcept
StatusProtooperator= (const StatusProto &from)
StatusProtooperator= (StatusProto &&from) noexcept
const ::google::protobuf::UnknownFieldSet & unknown_fields () const ABSL_ATTRIBUTE_LIFETIME_BOUND
inline ::google::protobuf::UnknownFieldSet *PROTOBUF_NONNULL mutable_unknown_fields () ABSL_ATTRIBUTE_LIFETIME_BOUND
void Swap (StatusProto *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (StatusProto *PROTOBUF_NONNULL other)
StatusProto *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
 implements Message -------------------------------------------—
void CopyFrom (const StatusProto &from)
void MergeFrom (const StatusProto &from)
bool IsInitialized () const
ABSL_ATTRIBUTE_REINITIALIZES void Clear () PROTOBUF_FINAL
::size_t ByteSizeLong () const final
::uint8_t *PROTOBUF_NONNULL _InternalSerialize (::uint8_t *PROTOBUF_NONNULL target, ::google::protobuf::io::EpsCopyOutputStream *PROTOBUF_NONNULL stream) const final
int GetCachedSize () const
::google::protobuf::Metadata GetMetadata () const
void clear_message ()
 string message = 2;
const ::std::string & message () const
template<typename Arg_ = const ::std::string&, typename... Args_>
void set_message (Arg_ &&arg, Args_... args)
::std::string *PROTOBUF_NONNULL mutable_message ()
::std::string *PROTOBUF_NULLABLE release_message ()
void set_allocated_message (::std::string *PROTOBUF_NULLABLE value)
void clear_code ()
 int32 code = 1;
::int32_t code () const
void set_code (::int32_t value)
template<typename>
PROTOBUF_CONSTEXPR StatusProto (::_pbi::ConstantInitialized)
template<typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void set_message (Arg_ &&arg, Args_... args)

Static Public Member Functions

static const ::google::protobuf::Descriptor *PROTOBUF_NONNULL descriptor ()
static const ::google::protobuf::Descriptor *PROTOBUF_NONNULL GetDescriptor ()
static const ::google::protobuf::Reflection *PROTOBUF_NONNULL GetReflection ()
static const StatusProtodefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 3

Protected Member Functions

 StatusProto (::google::protobuf::Arena *PROTOBUF_NULLABLE arena)
 StatusProto (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, const StatusProto &from)
 StatusProto (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, StatusProto &&from) noexcept
const ::google::protobuf::internal::ClassData *PROTOBUF_NONNULL GetClassData () const PROTOBUF_FINAL

Static Protected Member Functions

static void *PROTOBUF_NONNULL PlacementNew_ (const void *PROTOBUF_NONNULL, void *PROTOBUF_NONNULL mem, ::google::protobuf::Arena *PROTOBUF_NULLABLE arena)
static constexpr auto InternalNewImpl_ ()

Friends

class ::google::protobuf::internal::TcParser
class ::google::protobuf::MessageLite
class ::google::protobuf::Arena
template<typename T>
class ::google::protobuf::Arena::InternalHelper
struct ::TableStruct_ortools_2fmath_5fopt_2frpc_2eproto
void swap (StatusProto &a, StatusProto &b)

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int

nested types -------------------------------------------------—

accessors ----------------------------------------------------—

Enumerator
kMessageFieldNumber 
kCodeFieldNumber 

Definition at line 239 of file rpc.pb.h.

Constructor & Destructor Documentation

◆ StatusProto() [1/8]

operations_research::math_opt::StatusProto::StatusProto ( )
inline

Definition at line 100 of file rpc.pb.h.

◆ ~StatusProto()

operations_research::math_opt::StatusProto::~StatusProto ( )

@protoc_insertion_point(destructor:operations_research.math_opt.StatusProto)

Definition at line 1450 of file rpc.pb.cc.

◆ StatusProto() [2/8]

template<typename = void>
PROTOBUF_CONSTEXPR operations_research::math_opt::StatusProto::StatusProto ( ::google::protobuf::internal::ConstantInitialized )
explicit

◆ StatusProto() [3/8]

operations_research::math_opt::StatusProto::StatusProto ( const StatusProto & from)
inline

Definition at line 113 of file rpc.pb.h.

◆ StatusProto() [4/8]

operations_research::math_opt::StatusProto::StatusProto ( StatusProto && from)
inlinenoexcept

Definition at line 114 of file rpc.pb.h.

◆ StatusProto() [5/8]

operations_research::math_opt::StatusProto::StatusProto ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena)
explicitprotected

@protoc_insertion_point(arena_constructor:operations_research.math_opt.StatusProto)

Definition at line 1406 of file rpc.pb.cc.

◆ StatusProto() [6/8]

operations_research::math_opt::StatusProto::StatusProto ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena,
const StatusProto & from )
protected

@protoc_insertion_point(copy_constructor:operations_research.math_opt.StatusProto)

Definition at line 1423 of file rpc.pb.cc.

◆ StatusProto() [7/8]

operations_research::math_opt::StatusProto::StatusProto ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena,
StatusProto && from )
inlineprotectednoexcept

Definition at line 221 of file rpc.pb.h.

◆ StatusProto() [8/8]

template<typename>
PROTOBUF_CONSTEXPR operations_research::math_opt::StatusProto::StatusProto ( ::_pbi::ConstantInitialized )

Definition at line 39 of file rpc.pb.cc.

Member Function Documentation

◆ _InternalSerialize()

uint8_t *PROTOBUF_NONNULL operations_research::math_opt::StatusProto::_InternalSerialize ( ::uint8_t *PROTOBUF_NONNULL target,
::google::protobuf::io::EpsCopyOutputStream *PROTOBUF_NONNULL stream ) const
final

@protoc_insertion_point(serialize_to_array_start:operations_research.math_opt.StatusProto)

int32 code = 1;

string message = 2;

@protoc_insertion_point(serialize_to_array_end:operations_research.math_opt.StatusProto)

Definition at line 1569 of file rpc.pb.cc.

◆ ByteSizeLong()

size_t operations_research::math_opt::StatusProto::ByteSizeLong ( ) const
final

@protoc_insertion_point(message_byte_size_start:operations_research.math_opt.StatusProto)

Prevent compiler warnings about cached_has_bits being unused

string message = 2;

int32 code = 1;

Definition at line 1610 of file rpc.pb.cc.

◆ Clear()

PROTOBUF_NOINLINE void operations_research::math_opt::StatusProto::Clear ( )

@protoc_insertion_point(message_clear_start:operations_research.math_opt.StatusProto)

Prevent compiler warnings about cached_has_bits being unused

Definition at line 1547 of file rpc.pb.cc.

◆ clear_code()

void operations_research::math_opt::StatusProto::clear_code ( )
inline

int32 code = 1;

StatusProto.

int32 code = 1;

Definition at line 1857 of file rpc.pb.h.

◆ clear_message()

void operations_research::math_opt::StatusProto::clear_message ( )
inline

string message = 2;

Definition at line 1881 of file rpc.pb.h.

◆ code()

int32_t operations_research::math_opt::StatusProto::code ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.StatusProto.code)

Definition at line 1862 of file rpc.pb.h.

◆ CopyFrom()

void operations_research::math_opt::StatusProto::CopyFrom ( const StatusProto & from)

@protoc_insertion_point(class_specific_copy_from_start:operations_research.math_opt.StatusProto)

Definition at line 1671 of file rpc.pb.cc.

◆ default_instance()

const StatusProto & operations_research::math_opt::StatusProto::default_instance ( )
inlinestatic

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

◆ descriptor()

const ::google::protobuf::Descriptor *PROTOBUF_NONNULL operations_research::math_opt::StatusProto::descriptor ( )
inlinestatic

Definition at line 139 of file rpc.pb.h.

◆ GetCachedSize()

int operations_research::math_opt::StatusProto::GetCachedSize ( ) const
inline

Definition at line 207 of file rpc.pb.h.

◆ GetClassData()

PROTOBUF_ATTRIBUTE_WEAKconst::google::protobuf::internal::ClassData *PROTOBUF_NONNULL operations_research::math_opt::StatusProto::GetClassData ( ) const
protected

Definition at line 1499 of file rpc.pb.cc.

◆ GetDescriptor()

const ::google::protobuf::Descriptor *PROTOBUF_NONNULL operations_research::math_opt::StatusProto::GetDescriptor ( )
inlinestatic

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

◆ GetMetadata()

google::protobuf::Metadata operations_research::math_opt::StatusProto::GetMetadata ( ) const

Definition at line 1689 of file rpc.pb.cc.

◆ GetReflection()

const ::google::protobuf::Reflection *PROTOBUF_NONNULL operations_research::math_opt::StatusProto::GetReflection ( )
inlinestatic

Definition at line 145 of file rpc.pb.h.

◆ InternalGenerateClassData_()

auto operations_research::math_opt::StatusProto::InternalGenerateClassData_ ( )
staticconstexpr

Definition at line 1471 of file rpc.pb.cc.

◆ InternalNewImpl_()

auto operations_research::math_opt::StatusProto::InternalNewImpl_ ( )
staticconstexprprotected

Definition at line 1467 of file rpc.pb.cc.

◆ IsInitialized()

bool operations_research::math_opt::StatusProto::IsInitialized ( ) const
inline

Definition at line 183 of file rpc.pb.h.

◆ MergeFrom()

void operations_research::math_opt::StatusProto::MergeFrom ( const StatusProto & from)
inline

Definition at line 176 of file rpc.pb.h.

◆ message()

const::std::string & operations_research::math_opt::StatusProto::message ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.StatusProto.message)

Definition at line 1886 of file rpc.pb.h.

◆ mutable_message()

std::string *PROTOBUF_NONNULL operations_research::math_opt::StatusProto::mutable_message ( )
inline

@protoc_insertion_point(field_mutable:operations_research.math_opt.StatusProto.message)

Definition at line 1898 of file rpc.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet *PROTOBUF_NONNULL operations_research::math_opt::StatusProto::mutable_unknown_fields ( )
inline

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

◆ New()

StatusProto *PROTOBUF_NONNULL operations_research::math_opt::StatusProto::New ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena = nullptr) const
inline

implements Message -------------------------------------------—

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

◆ operator=() [1/2]

StatusProto & operations_research::math_opt::StatusProto::operator= ( const StatusProto & from)
inline

Definition at line 116 of file rpc.pb.h.

◆ operator=() [2/2]

StatusProto & operations_research::math_opt::StatusProto::operator= ( StatusProto && from)
inlinenoexcept

Definition at line 120 of file rpc.pb.h.

◆ PlacementNew_()

void *PROTOBUF_NONNULL operations_research::math_opt::StatusProto::PlacementNew_ ( const void * PROTOBUF_NONNULL,
void *PROTOBUF_NONNULL mem,
::google::protobuf::Arena *PROTOBUF_NULLABLE arena )
inlinestaticprotected

Definition at line 1462 of file rpc.pb.cc.

◆ release_message()

std::string *PROTOBUF_NULLABLE operations_research::math_opt::StatusProto::release_message ( )
inlinenodiscard

@protoc_insertion_point(field_release:operations_research.math_opt.StatusProto.message)

Definition at line 1918 of file rpc.pb.h.

◆ set_allocated_message()

void operations_research::math_opt::StatusProto::set_allocated_message ( ::std::string *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_set_allocated:operations_research.math_opt.StatusProto.message)

Definition at line 1931 of file rpc.pb.h.

◆ set_code()

void operations_research::math_opt::StatusProto::set_code ( ::int32_t value)
inline

@protoc_insertion_point(field_set:operations_research.math_opt.StatusProto.code)

Definition at line 1866 of file rpc.pb.h.

◆ set_message() [1/2]

template<typename Arg_ = const ::std::string&, typename... Args_>
void operations_research::math_opt::StatusProto::set_message ( Arg_ && arg,
Args_... args )

◆ set_message() [2/2]

template<typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void operations_research::math_opt::StatusProto::set_message ( Arg_ && arg,
Args_... args )

@protoc_insertion_point(field_set:operations_research.math_opt.StatusProto.message)

Definition at line 1892 of file rpc.pb.h.

◆ Swap()

void operations_research::math_opt::StatusProto::Swap ( StatusProto *PROTOBUF_NONNULL other)
inline

Definition at line 154 of file rpc.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & operations_research::math_opt::StatusProto::unknown_fields ( ) const
inline

Definition at line 130 of file rpc.pb.h.

◆ UnsafeArenaSwap()

void operations_research::math_opt::StatusProto::UnsafeArenaSwap ( StatusProto *PROTOBUF_NONNULL other)
inline

Definition at line 162 of file rpc.pb.h.

◆ ::google::protobuf::Arena

friend class ::google::protobuf::Arena
friend

Definition at line 278 of file rpc.pb.h.

◆ ::google::protobuf::Arena::InternalHelper

template<typename T>
friend class ::google::protobuf::Arena::InternalHelper
friend

Definition at line 280 of file rpc.pb.h.

◆ ::google::protobuf::internal::TcParser

friend class ::google::protobuf::internal::TcParser
friend

Definition at line 271 of file rpc.pb.h.

◆ ::google::protobuf::MessageLite

friend class ::google::protobuf::MessageLite
friend

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

◆ ::TableStruct_ortools_2fmath_5fopt_2frpc_2eproto

Definition at line 299 of file rpc.pb.h.

◆ swap

void swap ( StatusProto & a,
StatusProto & b )
friend

Definition at line 153 of file rpc.pb.h.

Member Data Documentation

◆ _impl_

Impl_ operations_research::math_opt::StatusProto::_impl_

Definition at line 298 of file rpc.pb.h.

◆ kIndexInFileMessages

int operations_research::math_opt::StatusProto::kIndexInFileMessages = 3
staticconstexpr

Definition at line 152 of file rpc.pb.h.


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