![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Definition at line 764 of file sparse_containers.pb.h.
#include <sparse_containers.pb.h>
Classes | |
class | _Internal |
Public Types | |
enum | : int { kRowIdsFieldNumber = 1 , kColumnIdsFieldNumber = 2 , kCoefficientsFieldNumber = 3 } |
nested types -------------------------------------------------— More... |
Public Member Functions | |
SparseDoubleMatrixProto () | |
~SparseDoubleMatrixProto () PROTOBUF_FINAL | |
template<typename = void> | |
PROTOBUF_CONSTEXPR | SparseDoubleMatrixProto (::google::protobuf::internal::ConstantInitialized) |
SparseDoubleMatrixProto (const SparseDoubleMatrixProto &from) | |
SparseDoubleMatrixProto (SparseDoubleMatrixProto &&from) noexcept | |
SparseDoubleMatrixProto & | operator= (const SparseDoubleMatrixProto &from) |
SparseDoubleMatrixProto & | operator= (SparseDoubleMatrixProto &&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 (SparseDoubleMatrixProto *PROTOBUF_NONNULL other) |
void | UnsafeArenaSwap (SparseDoubleMatrixProto *PROTOBUF_NONNULL other) |
SparseDoubleMatrixProto *PROTOBUF_NONNULL | New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const |
implements Message -------------------------------------------— | |
void | CopyFrom (const SparseDoubleMatrixProto &from) |
void | MergeFrom (const SparseDoubleMatrixProto &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 | row_ids_size () const |
repeated int64 row_ids = 1; | |
void | clear_row_ids () |
::int64_t | row_ids (int index) const |
void | set_row_ids (int index, ::int64_t value) |
void | add_row_ids (::int64_t value) |
const ::google::protobuf::RepeatedField<::int64_t > & | row_ids () const |
::google::protobuf::RepeatedField<::int64_t > *PROTOBUF_NONNULL | mutable_row_ids () |
int | column_ids_size () const |
repeated int64 column_ids = 2; | |
void | clear_column_ids () |
::int64_t | column_ids (int index) const |
void | set_column_ids (int index, ::int64_t value) |
void | add_column_ids (::int64_t value) |
const ::google::protobuf::RepeatedField<::int64_t > & | column_ids () const |
::google::protobuf::RepeatedField<::int64_t > *PROTOBUF_NONNULL | mutable_column_ids () |
int | coefficients_size () const |
repeated double coefficients = 3; | |
void | clear_coefficients () |
double | coefficients (int index) const |
void | set_coefficients (int index, double value) |
void | add_coefficients (double value) |
const ::google::protobuf::RepeatedField< double > & | coefficients () const |
::google::protobuf::RepeatedField< double > *PROTOBUF_NONNULL | mutable_coefficients () |
template<typename> | |
PROTOBUF_CONSTEXPR | SparseDoubleMatrixProto (::_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 SparseDoubleMatrixProto & | default_instance () |
static constexpr auto | InternalGenerateClassData_ () |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages = 4 |
Protected Member Functions | |
SparseDoubleMatrixProto (::google::protobuf::Arena *PROTOBUF_NULLABLE arena) | |
SparseDoubleMatrixProto (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, const SparseDoubleMatrixProto &from) | |
SparseDoubleMatrixProto (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, SparseDoubleMatrixProto &&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 (SparseDoubleMatrixProto &a, SparseDoubleMatrixProto &b) |
anonymous enum : int |
nested types -------------------------------------------------—
accessors ----------------------------------------------------—
Enumerator | |
---|---|
kRowIdsFieldNumber | |
kColumnIdsFieldNumber | |
kCoefficientsFieldNumber |
Definition at line 906 of file sparse_containers.pb.h.
|
inline |
Definition at line 767 of file sparse_containers.pb.h.
operations_research::math_opt::SparseDoubleMatrixProto::~SparseDoubleMatrixProto | ( | ) |
@protoc_insertion_point(destructor:operations_research.math_opt.SparseDoubleMatrixProto)
Definition at line 1529 of file sparse_containers.pb.cc.
|
explicit |
|
inline |
Definition at line 780 of file sparse_containers.pb.h.
|
inlinenoexcept |
Definition at line 781 of file sparse_containers.pb.h.
|
explicitprotected |
@protoc_insertion_point(arena_constructor:operations_research.math_opt.SparseDoubleMatrixProto)
Definition at line 1480 of file sparse_containers.pb.cc.
|
protected |
@protoc_insertion_point(copy_constructor:operations_research.math_opt.SparseDoubleMatrixProto)
Definition at line 1500 of file sparse_containers.pb.cc.
|
inlineprotectednoexcept |
Definition at line 888 of file sparse_containers.pb.h.
PROTOBUF_CONSTEXPR operations_research::math_opt::SparseDoubleMatrixProto::SparseDoubleMatrixProto | ( | ::_pbi::ConstantInitialized | ) |
Definition at line 123 of file sparse_containers.pb.cc.
|
final |
@protoc_insertion_point(serialize_to_array_start:operations_research.math_opt.SparseDoubleMatrixProto)
repeated int64 row_ids = 1;
repeated int64 column_ids = 2;
repeated double coefficients = 3;
@protoc_insertion_point(serialize_to_array_end:operations_research.math_opt.SparseDoubleMatrixProto)
Definition at line 1668 of file sparse_containers.pb.cc.
|
inline |
@protoc_insertion_point(field_add:operations_research.math_opt.SparseDoubleMatrixProto.coefficients)
Definition at line 1976 of file sparse_containers.pb.h.
|
inline |
@protoc_insertion_point(field_add:operations_research.math_opt.SparseDoubleMatrixProto.column_ids)
Definition at line 1930 of file sparse_containers.pb.h.
|
inline |
@protoc_insertion_point(field_add:operations_research.math_opt.SparseDoubleMatrixProto.row_ids)
Definition at line 1884 of file sparse_containers.pb.h.
|
final |
@protoc_insertion_point(message_byte_size_start:operations_research.math_opt.SparseDoubleMatrixProto)
Prevent compiler warnings about cached_has_bits being unused
repeated int64 row_ids = 1;
repeated int64 column_ids = 2;
repeated double coefficients = 3;
Definition at line 1713 of file sparse_containers.pb.cc.
PROTOBUF_NOINLINE void operations_research::math_opt::SparseDoubleMatrixProto::Clear | ( | ) |
@protoc_insertion_point(message_clear_start:operations_research.math_opt.SparseDoubleMatrixProto)
Prevent compiler warnings about cached_has_bits being unused
Definition at line 1649 of file sparse_containers.pb.cc.
|
inline |
Definition at line 1964 of file sparse_containers.pb.h.
|
inline |
Definition at line 1918 of file sparse_containers.pb.h.
|
inline |
Definition at line 1872 of file sparse_containers.pb.h.
|
inline |
@protoc_insertion_point(field_list:operations_research.math_opt.SparseDoubleMatrixProto.coefficients)
Definition at line 1981 of file sparse_containers.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.SparseDoubleMatrixProto.coefficients)
Definition at line 1968 of file sparse_containers.pb.h.
|
inline |
repeated double coefficients = 3;
Definition at line 1961 of file sparse_containers.pb.h.
|
inline |
@protoc_insertion_point(field_list:operations_research.math_opt.SparseDoubleMatrixProto.column_ids)
Definition at line 1935 of file sparse_containers.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.SparseDoubleMatrixProto.column_ids)
Definition at line 1922 of file sparse_containers.pb.h.
|
inline |
repeated int64 column_ids = 2;
Definition at line 1915 of file sparse_containers.pb.h.
void operations_research::math_opt::SparseDoubleMatrixProto::CopyFrom | ( | const SparseDoubleMatrixProto & | from | ) |
@protoc_insertion_point(class_specific_copy_from_start:operations_research.math_opt.SparseDoubleMatrixProto)
Definition at line 1768 of file sparse_containers.pb.cc.
|
inlinestatic |
Definition at line 815 of file sparse_containers.pb.h.
|
inlinestatic |
Definition at line 806 of file sparse_containers.pb.h.
|
inline |
Definition at line 874 of file sparse_containers.pb.h.
|
protected |
Definition at line 1597 of file sparse_containers.pb.cc.
|
inlinestatic |
Definition at line 809 of file sparse_containers.pb.h.
google::protobuf::Metadata operations_research::math_opt::SparseDoubleMatrixProto::GetMetadata | ( | ) | const |
Definition at line 1784 of file sparse_containers.pb.cc.
|
inlinestatic |
Definition at line 812 of file sparse_containers.pb.h.
|
staticconstexpr |
Definition at line 1569 of file sparse_containers.pb.cc.
|
staticconstexprprotected |
Definition at line 1545 of file sparse_containers.pb.cc.
|
inline |
Definition at line 850 of file sparse_containers.pb.h.
|
inline |
Definition at line 843 of file sparse_containers.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_list:operations_research.math_opt.SparseDoubleMatrixProto.coefficients)
Definition at line 1986 of file sparse_containers.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_list:operations_research.math_opt.SparseDoubleMatrixProto.column_ids)
Definition at line 1940 of file sparse_containers.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_list:operations_research.math_opt.SparseDoubleMatrixProto.row_ids)
Definition at line 1894 of file sparse_containers.pb.h.
|
inline |
Definition at line 801 of file sparse_containers.pb.h.
|
inline |
implements Message -------------------------------------------—
Definition at line 837 of file sparse_containers.pb.h.
|
inline |
Definition at line 783 of file sparse_containers.pb.h.
|
inlinenoexcept |
Definition at line 787 of file sparse_containers.pb.h.
|
inlinestaticprotected |
Definition at line 1540 of file sparse_containers.pb.cc.
|
inline |
@protoc_insertion_point(field_list:operations_research.math_opt.SparseDoubleMatrixProto.row_ids)
Definition at line 1889 of file sparse_containers.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.SparseDoubleMatrixProto.row_ids)
Definition at line 1876 of file sparse_containers.pb.h.
|
inline |
repeated int64 row_ids = 1;
Definition at line 1869 of file sparse_containers.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.SparseDoubleMatrixProto.coefficients)
Definition at line 1972 of file sparse_containers.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.SparseDoubleMatrixProto.column_ids)
Definition at line 1926 of file sparse_containers.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.SparseDoubleMatrixProto.row_ids)
Definition at line 1880 of file sparse_containers.pb.h.
|
inline |
Definition at line 821 of file sparse_containers.pb.h.
|
inline |
Definition at line 797 of file sparse_containers.pb.h.
|
inline |
Definition at line 829 of file sparse_containers.pb.h.
|
friend |
Definition at line 975 of file sparse_containers.pb.h.
|
friend |
Definition at line 977 of file sparse_containers.pb.h.
|
friend |
Definition at line 968 of file sparse_containers.pb.h.
|
friend |
Definition at line 974 of file sparse_containers.pb.h.
|
friend |
Definition at line 998 of file sparse_containers.pb.h.
|
friend |
Definition at line 820 of file sparse_containers.pb.h.
Impl_ operations_research::math_opt::SparseDoubleMatrixProto::_impl_ |
Definition at line 997 of file sparse_containers.pb.h.
|
staticconstexpr |
Definition at line 819 of file sparse_containers.pb.h.