![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Definition at line 323 of file sparse_containers.pb.h.
#include <sparse_containers.pb.h>
Classes | |
class | _Internal |
Public Types | |
enum | : int { kIdsFieldNumber = 1 , kValuesFieldNumber = 2 } |
nested types -------------------------------------------------— More... |
Public Member Functions | |
SparseInt32VectorProto () | |
~SparseInt32VectorProto () PROTOBUF_FINAL | |
template<typename = void> | |
PROTOBUF_CONSTEXPR | SparseInt32VectorProto (::google::protobuf::internal::ConstantInitialized) |
SparseInt32VectorProto (const SparseInt32VectorProto &from) | |
SparseInt32VectorProto (SparseInt32VectorProto &&from) noexcept | |
SparseInt32VectorProto & | operator= (const SparseInt32VectorProto &from) |
SparseInt32VectorProto & | operator= (SparseInt32VectorProto &&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 (SparseInt32VectorProto *PROTOBUF_NONNULL other) |
void | UnsafeArenaSwap (SparseInt32VectorProto *PROTOBUF_NONNULL other) |
SparseInt32VectorProto *PROTOBUF_NONNULL | New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const |
implements Message -------------------------------------------— | |
void | CopyFrom (const SparseInt32VectorProto &from) |
void | MergeFrom (const SparseInt32VectorProto &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 | ids_size () const |
repeated int64 ids = 1; | |
void | clear_ids () |
::int64_t | ids (int index) const |
void | set_ids (int index, ::int64_t value) |
void | add_ids (::int64_t value) |
const ::google::protobuf::RepeatedField<::int64_t > & | ids () const |
::google::protobuf::RepeatedField<::int64_t > *PROTOBUF_NONNULL | mutable_ids () |
int | values_size () const |
repeated int32 values = 2; | |
void | clear_values () |
::int32_t | values (int index) const |
void | set_values (int index, ::int32_t value) |
void | add_values (::int32_t value) |
const ::google::protobuf::RepeatedField<::int32_t > & | values () const |
::google::protobuf::RepeatedField<::int32_t > *PROTOBUF_NONNULL | mutable_values () |
template<typename> | |
PROTOBUF_CONSTEXPR | SparseInt32VectorProto (::_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 SparseInt32VectorProto & | default_instance () |
static constexpr auto | InternalGenerateClassData_ () |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages = 2 |
Protected Member Functions | |
SparseInt32VectorProto (::google::protobuf::Arena *PROTOBUF_NULLABLE arena) | |
SparseInt32VectorProto (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, const SparseInt32VectorProto &from) | |
SparseInt32VectorProto (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, SparseInt32VectorProto &&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_2fsparse_5fcontainers_2eproto |
void | swap (SparseInt32VectorProto &a, SparseInt32VectorProto &b) |
anonymous enum : int |
nested types -------------------------------------------------—
accessors ----------------------------------------------------—
Enumerator | |
---|---|
kIdsFieldNumber | |
kValuesFieldNumber |
Definition at line 465 of file sparse_containers.pb.h.
|
inline |
Definition at line 326 of file sparse_containers.pb.h.
operations_research::math_opt::SparseInt32VectorProto::~SparseInt32VectorProto | ( | ) |
@protoc_insertion_point(destructor:operations_research.math_opt.SparseInt32VectorProto)
Definition at line 905 of file sparse_containers.pb.cc.
|
explicit |
|
inline |
Definition at line 339 of file sparse_containers.pb.h.
|
inlinenoexcept |
Definition at line 340 of file sparse_containers.pb.h.
|
explicitprotected |
@protoc_insertion_point(arena_constructor:operations_research.math_opt.SparseInt32VectorProto)
Definition at line 858 of file sparse_containers.pb.cc.
|
protected |
@protoc_insertion_point(copy_constructor:operations_research.math_opt.SparseInt32VectorProto)
Definition at line 877 of file sparse_containers.pb.cc.
|
inlineprotectednoexcept |
Definition at line 447 of file sparse_containers.pb.h.
PROTOBUF_CONSTEXPR operations_research::math_opt::SparseInt32VectorProto::SparseInt32VectorProto | ( | ::_pbi::ConstantInitialized | ) |
Definition at line 67 of file sparse_containers.pb.cc.
|
final |
@protoc_insertion_point(serialize_to_array_start:operations_research.math_opt.SparseInt32VectorProto)
repeated int64 ids = 1;
repeated int32 values = 2;
@protoc_insertion_point(serialize_to_array_end:operations_research.math_opt.SparseInt32VectorProto)
Definition at line 1032 of file sparse_containers.pb.cc.
|
inline |
@protoc_insertion_point(field_add:operations_research.math_opt.SparseInt32VectorProto.ids)
Definition at line 1688 of file sparse_containers.pb.h.
|
inline |
@protoc_insertion_point(field_add:operations_research.math_opt.SparseInt32VectorProto.values)
Definition at line 1734 of file sparse_containers.pb.h.
|
final |
@protoc_insertion_point(message_byte_size_start:operations_research.math_opt.SparseInt32VectorProto)
Prevent compiler warnings about cached_has_bits being unused
repeated int64 ids = 1;
repeated int32 values = 2;
Definition at line 1072 of file sparse_containers.pb.cc.
PROTOBUF_NOINLINE void operations_research::math_opt::SparseInt32VectorProto::Clear | ( | ) |
@protoc_insertion_point(message_clear_start:operations_research.math_opt.SparseInt32VectorProto)
Prevent compiler warnings about cached_has_bits being unused
Definition at line 1014 of file sparse_containers.pb.cc.
|
inline |
Definition at line 1676 of file sparse_containers.pb.h.
|
inline |
Definition at line 1722 of file sparse_containers.pb.h.
void operations_research::math_opt::SparseInt32VectorProto::CopyFrom | ( | const SparseInt32VectorProto & | from | ) |
@protoc_insertion_point(class_specific_copy_from_start:operations_research.math_opt.SparseInt32VectorProto)
Definition at line 1116 of file sparse_containers.pb.cc.
|
inlinestatic |
Definition at line 374 of file sparse_containers.pb.h.
|
inlinestatic |
Definition at line 365 of file sparse_containers.pb.h.
|
inline |
Definition at line 433 of file sparse_containers.pb.h.
|
protected |
Definition at line 969 of file sparse_containers.pb.cc.
|
inlinestatic |
Definition at line 368 of file sparse_containers.pb.h.
google::protobuf::Metadata operations_research::math_opt::SparseInt32VectorProto::GetMetadata | ( | ) | const |
Definition at line 1131 of file sparse_containers.pb.cc.
|
inlinestatic |
Definition at line 371 of file sparse_containers.pb.h.
|
inline |
@protoc_insertion_point(field_list:operations_research.math_opt.SparseInt32VectorProto.ids)
Definition at line 1693 of file sparse_containers.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.SparseInt32VectorProto.ids)
Definition at line 1680 of file sparse_containers.pb.h.
|
inline |
repeated int64 ids = 1;
Definition at line 1673 of file sparse_containers.pb.h.
|
staticconstexpr |
Definition at line 941 of file sparse_containers.pb.cc.
|
staticconstexprprotected |
Definition at line 921 of file sparse_containers.pb.cc.
|
inline |
Definition at line 409 of file sparse_containers.pb.h.
|
inline |
Definition at line 402 of file sparse_containers.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_list:operations_research.math_opt.SparseInt32VectorProto.ids)
Definition at line 1698 of file sparse_containers.pb.h.
|
inline |
Definition at line 360 of file sparse_containers.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_list:operations_research.math_opt.SparseInt32VectorProto.values)
Definition at line 1744 of file sparse_containers.pb.h.
|
inline |
implements Message -------------------------------------------—
Definition at line 396 of file sparse_containers.pb.h.
|
inline |
Definition at line 342 of file sparse_containers.pb.h.
|
inlinenoexcept |
Definition at line 346 of file sparse_containers.pb.h.
|
inlinestaticprotected |
Definition at line 916 of file sparse_containers.pb.cc.
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.SparseInt32VectorProto.ids)
Definition at line 1684 of file sparse_containers.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.SparseInt32VectorProto.values)
Definition at line 1730 of file sparse_containers.pb.h.
|
inline |
Definition at line 380 of file sparse_containers.pb.h.
|
inline |
Definition at line 356 of file sparse_containers.pb.h.
|
inline |
Definition at line 388 of file sparse_containers.pb.h.
|
inline |
@protoc_insertion_point(field_list:operations_research.math_opt.SparseInt32VectorProto.values)
Definition at line 1739 of file sparse_containers.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.SparseInt32VectorProto.values)
Definition at line 1726 of file sparse_containers.pb.h.
|
inline |
repeated int32 values = 2;
Definition at line 1719 of file sparse_containers.pb.h.
|
friend |
Definition at line 515 of file sparse_containers.pb.h.
|
friend |
Definition at line 517 of file sparse_containers.pb.h.
|
friend |
Definition at line 508 of file sparse_containers.pb.h.
|
friend |
Definition at line 514 of file sparse_containers.pb.h.
|
friend |
Definition at line 537 of file sparse_containers.pb.h.
|
friend |
Definition at line 379 of file sparse_containers.pb.h.
Impl_ operations_research::math_opt::SparseInt32VectorProto::_impl_ |
Definition at line 536 of file sparse_containers.pb.h.
|
staticconstexpr |
Definition at line 378 of file sparse_containers.pb.h.