![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Definition at line 1005 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 | |
SparseBoolVectorProto () | |
~SparseBoolVectorProto () PROTOBUF_FINAL | |
template<typename = void> | |
PROTOBUF_CONSTEXPR | SparseBoolVectorProto (::google::protobuf::internal::ConstantInitialized) |
SparseBoolVectorProto (const SparseBoolVectorProto &from) | |
SparseBoolVectorProto (SparseBoolVectorProto &&from) noexcept | |
SparseBoolVectorProto & | operator= (const SparseBoolVectorProto &from) |
SparseBoolVectorProto & | operator= (SparseBoolVectorProto &&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 (SparseBoolVectorProto *PROTOBUF_NONNULL other) |
void | UnsafeArenaSwap (SparseBoolVectorProto *PROTOBUF_NONNULL other) |
SparseBoolVectorProto *PROTOBUF_NONNULL | New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const |
implements Message -------------------------------------------— | |
void | CopyFrom (const SparseBoolVectorProto &from) |
void | MergeFrom (const SparseBoolVectorProto &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 bool values = 2; | |
void | clear_values () |
bool | values (int index) const |
void | set_values (int index, bool value) |
void | add_values (bool value) |
const ::google::protobuf::RepeatedField< bool > & | values () const |
::google::protobuf::RepeatedField< bool > *PROTOBUF_NONNULL | mutable_values () |
template<typename> | |
PROTOBUF_CONSTEXPR | SparseBoolVectorProto (::_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 SparseBoolVectorProto & | default_instance () |
static constexpr auto | InternalGenerateClassData_ () |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages = 1 |
Protected Member Functions | |
SparseBoolVectorProto (::google::protobuf::Arena *PROTOBUF_NULLABLE arena) | |
SparseBoolVectorProto (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, const SparseBoolVectorProto &from) | |
SparseBoolVectorProto (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, SparseBoolVectorProto &&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 (SparseBoolVectorProto &a, SparseBoolVectorProto &b) |
anonymous enum : int |
nested types -------------------------------------------------—
accessors ----------------------------------------------------—
Enumerator | |
---|---|
kIdsFieldNumber | |
kValuesFieldNumber |
Definition at line 1147 of file sparse_containers.pb.h.
|
inline |
Definition at line 1008 of file sparse_containers.pb.h.
operations_research::math_opt::SparseBoolVectorProto::~SparseBoolVectorProto | ( | ) |
@protoc_insertion_point(destructor:operations_research.math_opt.SparseBoolVectorProto)
Definition at line 623 of file sparse_containers.pb.cc.
|
explicit |
|
inline |
Definition at line 1021 of file sparse_containers.pb.h.
|
inlinenoexcept |
Definition at line 1022 of file sparse_containers.pb.h.
|
explicitprotected |
@protoc_insertion_point(arena_constructor:operations_research.math_opt.SparseBoolVectorProto)
Definition at line 578 of file sparse_containers.pb.cc.
|
protected |
@protoc_insertion_point(copy_constructor:operations_research.math_opt.SparseBoolVectorProto)
Definition at line 596 of file sparse_containers.pb.cc.
|
inlineprotectednoexcept |
Definition at line 1129 of file sparse_containers.pb.h.
PROTOBUF_CONSTEXPR operations_research::math_opt::SparseBoolVectorProto::SparseBoolVectorProto | ( | ::_pbi::ConstantInitialized | ) |
Definition at line 150 of file sparse_containers.pb.cc.
|
final |
@protoc_insertion_point(serialize_to_array_start:operations_research.math_opt.SparseBoolVectorProto)
repeated int64 ids = 1;
repeated bool values = 2;
@protoc_insertion_point(serialize_to_array_end:operations_research.math_opt.SparseBoolVectorProto)
Definition at line 750 of file sparse_containers.pb.cc.
|
inline |
@protoc_insertion_point(field_add:operations_research.math_opt.SparseBoolVectorProto.ids)
Definition at line 1591 of file sparse_containers.pb.h.
|
inline |
@protoc_insertion_point(field_add:operations_research.math_opt.SparseBoolVectorProto.values)
Definition at line 1637 of file sparse_containers.pb.h.
|
final |
@protoc_insertion_point(message_byte_size_start:operations_research.math_opt.SparseBoolVectorProto)
Prevent compiler warnings about cached_has_bits being unused
repeated int64 ids = 1;
repeated bool values = 2;
Definition at line 786 of file sparse_containers.pb.cc.
PROTOBUF_NOINLINE void operations_research::math_opt::SparseBoolVectorProto::Clear | ( | ) |
@protoc_insertion_point(message_clear_start:operations_research.math_opt.SparseBoolVectorProto)
Prevent compiler warnings about cached_has_bits being unused
Definition at line 732 of file sparse_containers.pb.cc.
|
inline |
Definition at line 1579 of file sparse_containers.pb.h.
|
inline |
Definition at line 1625 of file sparse_containers.pb.h.
void operations_research::math_opt::SparseBoolVectorProto::CopyFrom | ( | const SparseBoolVectorProto & | from | ) |
@protoc_insertion_point(class_specific_copy_from_start:operations_research.math_opt.SparseBoolVectorProto)
Definition at line 833 of file sparse_containers.pb.cc.
|
inlinestatic |
Definition at line 1056 of file sparse_containers.pb.h.
|
inlinestatic |
Definition at line 1047 of file sparse_containers.pb.h.
|
inline |
Definition at line 1115 of file sparse_containers.pb.h.
|
protected |
Definition at line 687 of file sparse_containers.pb.cc.
|
inlinestatic |
Definition at line 1050 of file sparse_containers.pb.h.
google::protobuf::Metadata operations_research::math_opt::SparseBoolVectorProto::GetMetadata | ( | ) | const |
Definition at line 848 of file sparse_containers.pb.cc.
|
inlinestatic |
Definition at line 1053 of file sparse_containers.pb.h.
|
inline |
@protoc_insertion_point(field_list:operations_research.math_opt.SparseBoolVectorProto.ids)
Definition at line 1596 of file sparse_containers.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.SparseBoolVectorProto.ids)
Definition at line 1583 of file sparse_containers.pb.h.
|
inline |
repeated int64 ids = 1;
Definition at line 1576 of file sparse_containers.pb.h.
|
staticconstexpr |
Definition at line 659 of file sparse_containers.pb.cc.
|
staticconstexprprotected |
Definition at line 639 of file sparse_containers.pb.cc.
|
inline |
Definition at line 1091 of file sparse_containers.pb.h.
|
inline |
Definition at line 1084 of file sparse_containers.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_list:operations_research.math_opt.SparseBoolVectorProto.ids)
Definition at line 1601 of file sparse_containers.pb.h.
|
inline |
Definition at line 1042 of file sparse_containers.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_list:operations_research.math_opt.SparseBoolVectorProto.values)
Definition at line 1647 of file sparse_containers.pb.h.
|
inline |
implements Message -------------------------------------------—
Definition at line 1078 of file sparse_containers.pb.h.
|
inline |
Definition at line 1024 of file sparse_containers.pb.h.
|
inlinenoexcept |
Definition at line 1028 of file sparse_containers.pb.h.
|
inlinestaticprotected |
Definition at line 634 of file sparse_containers.pb.cc.
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.SparseBoolVectorProto.ids)
Definition at line 1587 of file sparse_containers.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.SparseBoolVectorProto.values)
Definition at line 1633 of file sparse_containers.pb.h.
|
inline |
Definition at line 1062 of file sparse_containers.pb.h.
|
inline |
Definition at line 1038 of file sparse_containers.pb.h.
|
inline |
Definition at line 1070 of file sparse_containers.pb.h.
|
inline |
@protoc_insertion_point(field_list:operations_research.math_opt.SparseBoolVectorProto.values)
Definition at line 1642 of file sparse_containers.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.SparseBoolVectorProto.values)
Definition at line 1629 of file sparse_containers.pb.h.
|
inline |
repeated bool values = 2;
Definition at line 1622 of file sparse_containers.pb.h.
|
friend |
Definition at line 1197 of file sparse_containers.pb.h.
|
friend |
Definition at line 1199 of file sparse_containers.pb.h.
|
friend |
Definition at line 1190 of file sparse_containers.pb.h.
|
friend |
Definition at line 1196 of file sparse_containers.pb.h.
|
friend |
Definition at line 1218 of file sparse_containers.pb.h.
|
friend |
Definition at line 1061 of file sparse_containers.pb.h.
Impl_ operations_research::math_opt::SparseBoolVectorProto::_impl_ |
Definition at line 1217 of file sparse_containers.pb.h.
|
staticconstexpr |
Definition at line 1060 of file sparse_containers.pb.h.