![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
#include <rpc.pb.h>
Classes | |
class | _Internal |
Public Types | |
enum | StatusOrCase { kResult = 1 , kStatus = 3 , STATUS_OR_NOT_SET = 0 } |
enum | : int { kMessagesFieldNumber = 2 , kResultFieldNumber = 1 , kStatusFieldNumber = 3 } |
nested types -------------------------------------------------— More... |
Public Member Functions | |
SolveResponse () | |
~SolveResponse () PROTOBUF_FINAL | |
template<typename = void> | |
PROTOBUF_CONSTEXPR | SolveResponse (::google::protobuf::internal::ConstantInitialized) |
SolveResponse (const SolveResponse &from) | |
SolveResponse (SolveResponse &&from) noexcept | |
SolveResponse & | operator= (const SolveResponse &from) |
SolveResponse & | operator= (SolveResponse &&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 (SolveResponse *PROTOBUF_NONNULL other) |
void | UnsafeArenaSwap (SolveResponse *PROTOBUF_NONNULL other) |
SolveResponse *PROTOBUF_NONNULL | New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const |
implements Message -------------------------------------------— | |
void | CopyFrom (const SolveResponse &from) |
void | MergeFrom (const SolveResponse &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 |
int | messages_size () const |
repeated string messages = 2; | |
void | clear_messages () |
const ::std::string & | messages (int index) const |
::std::string *PROTOBUF_NONNULL | mutable_messages (int index) |
template<typename Arg_ = const ::std::string&, typename... Args_> | |
void | set_messages (int index, Arg_ &&value, Args_... args) |
::std::string *PROTOBUF_NONNULL | add_messages () |
template<typename Arg_ = const ::std::string&, typename... Args_> | |
void | add_messages (Arg_ &&value, Args_... args) |
const ::google::protobuf::RepeatedPtrField<::std::string > & | messages () const |
::google::protobuf::RepeatedPtrField<::std::string > *PROTOBUF_NONNULL | mutable_messages () |
bool | has_result () const |
.operations_research.math_opt.SolveResultProto result = 1; | |
void | clear_result () |
const ::operations_research::math_opt::SolveResultProto & | result () const |
::operations_research::math_opt::SolveResultProto *PROTOBUF_NULLABLE | release_result () |
::operations_research::math_opt::SolveResultProto *PROTOBUF_NONNULL | mutable_result () |
void | set_allocated_result (::operations_research::math_opt::SolveResultProto *PROTOBUF_NULLABLE value) |
void | unsafe_arena_set_allocated_result (::operations_research::math_opt::SolveResultProto *PROTOBUF_NULLABLE value) |
::operations_research::math_opt::SolveResultProto *PROTOBUF_NULLABLE | unsafe_arena_release_result () |
bool | has_status () const |
.operations_research.math_opt.StatusProto status = 3; | |
void | clear_status () |
const ::operations_research::math_opt::StatusProto & | status () const |
::operations_research::math_opt::StatusProto *PROTOBUF_NULLABLE | release_status () |
::operations_research::math_opt::StatusProto *PROTOBUF_NONNULL | mutable_status () |
void | set_allocated_status (::operations_research::math_opt::StatusProto *PROTOBUF_NULLABLE value) |
void | unsafe_arena_set_allocated_status (::operations_research::math_opt::StatusProto *PROTOBUF_NULLABLE value) |
::operations_research::math_opt::StatusProto *PROTOBUF_NULLABLE | unsafe_arena_release_status () |
void | clear_status_or () |
StatusOrCase | status_or_case () const |
template<typename> | |
PROTOBUF_CONSTEXPR | SolveResponse (::_pbi::ConstantInitialized) |
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 SolveResponse & | default_instance () |
static constexpr auto | InternalGenerateClassData_ () |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages = 2 |
Protected Member Functions | |
SolveResponse (::google::protobuf::Arena *PROTOBUF_NULLABLE arena) | |
SolveResponse (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, const SolveResponse &from) | |
SolveResponse (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, SolveResponse &&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 (SolveResponse &a, SolveResponse &b) |
anonymous enum : int |
|
inline |
operations_research::math_opt::SolveResponse::~SolveResponse | ( | ) |
@protoc_insertion_point(destructor:operations_research.math_opt.SolveResponse)
|
explicit |
|
inline |
|
inlinenoexcept |
|
explicitprotected |
@protoc_insertion_point(arena_constructor:operations_research.math_opt.SolveResponse)
|
protected |
@protoc_insertion_point(copy_constructor:operations_research.math_opt.SolveResponse)
|
inlineprotectednoexcept |
PROTOBUF_CONSTEXPR operations_research::math_opt::SolveResponse::SolveResponse | ( | ::_pbi::ConstantInitialized | ) |
|
final |
@protoc_insertion_point(serialize_to_array_start:operations_research.math_opt.SolveResponse)
.operations_research.math_opt.SolveResultProto result = 1;
repeated string messages = 2;
.operations_research.math_opt.StatusProto status = 3;
@protoc_insertion_point(serialize_to_array_end:operations_research.math_opt.SolveResponse)
|
inline |
@protoc_insertion_point(field_add_mutable:operations_research.math_opt.SolveResponse.messages)
|
inline |
@protoc_insertion_point(field_add:operations_research.math_opt.SolveResponse.messages)
|
final |
@protoc_insertion_point(message_byte_size_start:operations_research.math_opt.SolveResponse)
Prevent compiler warnings about cached_has_bits being unused
repeated string messages = 2;
.operations_research.math_opt.SolveResultProto result = 1;
.operations_research.math_opt.StatusProto status = 3;
PROTOBUF_NOINLINE void operations_research::math_opt::SolveResponse::Clear | ( | ) |
@protoc_insertion_point(message_clear_start:operations_research.math_opt.SolveResponse)
Prevent compiler warnings about cached_has_bits being unused
|
inline |
void operations_research::math_opt::SolveResponse::clear_result | ( | ) |
|
inline |
void operations_research::math_opt::SolveResponse::clear_status_or | ( | ) |
@protoc_insertion_point(one_of_clear_start:operations_research.math_opt.SolveResponse)
void operations_research::math_opt::SolveResponse::CopyFrom | ( | const SolveResponse & | from | ) |
@protoc_insertion_point(class_specific_copy_from_start:operations_research.math_opt.SolveResponse)
|
inlinestatic |
|
inlinestatic |
|
inline |
|
protected |
|
inlinestatic |
google::protobuf::Metadata operations_research::math_opt::SolveResponse::GetMetadata | ( | ) | const |
|
inlinestatic |
|
inline |
.operations_research.math_opt.SolveResultProto result = 1;
.operations_research.math_opt.SolveResultProto result = 1;
|
inline |
.operations_research.math_opt.StatusProto status = 3;
|
staticconstexpr |
|
staticconstexprprotected |
|
inline |
|
inline |
|
inline |
@protoc_insertion_point(field_list:operations_research.math_opt.SolveResponse.messages)
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.SolveResponse.messages)
|
inline |
|
inline |
@protoc_insertion_point(field_mutable_list:operations_research.math_opt.SolveResponse.messages)
|
inline |
@protoc_insertion_point(field_mutable:operations_research.math_opt.SolveResponse.messages)
|
inline |
@protoc_insertion_point(field_mutable:operations_research.math_opt.SolveResponse.result)
|
inline |
@protoc_insertion_point(field_mutable:operations_research.math_opt.SolveResponse.status)
|
inline |
|
inline |
|
inline |
|
inlinenoexcept |
|
inlinestaticprotected |
|
inlinenodiscard |
@protoc_insertion_point(field_release:operations_research.math_opt.SolveResponse.result)
|
inlinenodiscard |
@protoc_insertion_point(field_release:operations_research.math_opt.SolveResponse.status)
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.SolveResponse.result)
void operations_research::math_opt::SolveResponse::set_allocated_result | ( | ::operations_research::math_opt::SolveResultProto *PROTOBUF_NULLABLE | value | ) |
@protoc_insertion_point(field_set_allocated:operations_research.math_opt.SolveResponse.result)
void operations_research::math_opt::SolveResponse::set_allocated_status | ( | ::operations_research::math_opt::StatusProto *PROTOBUF_NULLABLE | value | ) |
@protoc_insertion_point(field_set_allocated:operations_research.math_opt.SolveResponse.status)
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.SolveResponse.messages)
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.SolveResponse.status)
|
inline |
|
inline |
|
inline |
|
inline |
@protoc_insertion_point(field_unsafe_arena_release:operations_research.math_opt.SolveResponse.result)
|
inline |
@protoc_insertion_point(field_unsafe_arena_release:operations_research.math_opt.SolveResponse.status)
|
inline |
We rely on the oneof clear method to free the earlier contents of this oneof. We can directly use the pointer we're given to set the new value.
@protoc_insertion_point(field_unsafe_arena_set_allocated:operations_research.math_opt.SolveResponse.result)
|
inline |
We rely on the oneof clear method to free the earlier contents of this oneof. We can directly use the pointer we're given to set the new value.
@protoc_insertion_point(field_unsafe_arena_set_allocated:operations_research.math_opt.SolveResponse.status)
|
inline |
|
friend |
|
friend |
|
friend |
|
staticconstexpr |