SHOGUN
v3.2.0
|
Definition at line 268 of file Headers.pb.h.
Public Member Functions | |
SparseMatrixHeader () | |
virtual | ~SparseMatrixHeader () |
SparseMatrixHeader (const SparseMatrixHeader &from) | |
SparseMatrixHeader & | operator= (const SparseMatrixHeader &from) |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (SparseMatrixHeader *other) |
SparseMatrixHeader * | New () const |
SparseMatrixHeader * | New (::google::protobuf::Arena *arena) const |
void | CopyFrom (const ::google::protobuf::Message &from) |
void | MergeFrom (const ::google::protobuf::Message &from) |
void | CopyFrom (const SparseMatrixHeader &from) |
void | MergeFrom (const SparseMatrixHeader &from) |
void | Clear () |
bool | IsInitialized () const |
int | ByteSize () const |
bool | MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) |
void | SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const |
::google::protobuf::uint8 * | InternalSerializeWithCachedSizesToArray (bool deterministic,::google::protobuf::uint8 *output) const |
::google::protobuf::uint8 * | SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const |
int | GetCachedSize () const |
::google::protobuf::Metadata | GetMetadata () const |
bool | has_num_vectors () const |
void | clear_num_vectors () |
::google::protobuf::uint64 | num_vectors () const |
void | set_num_vectors (::google::protobuf::uint64 value) |
bool | has_num_features () const |
void | clear_num_features () |
::google::protobuf::uint64 | num_features () const |
void | set_num_features (::google::protobuf::uint64 value) |
int | num_feat_entries_size () const |
void | clear_num_feat_entries () |
::google::protobuf::uint64 | num_feat_entries (int index) const |
void | set_num_feat_entries (int index,::google::protobuf::uint64 value) |
void | add_num_feat_entries (::google::protobuf::uint64 value) |
const ::google::protobuf::RepeatedField< ::google::protobuf::uint64 > & | num_feat_entries () const |
::google::protobuf::RepeatedField< ::google::protobuf::uint64 > * | mutable_num_feat_entries () |
Static Public Member Functions | |
static const ::google::protobuf::Descriptor * | descriptor () |
static const SparseMatrixHeader & | default_instance () |
Static Public Attributes | |
static const int | kNumVectorsFieldNumber = 1 |
static const int | kNumFeaturesFieldNumber = 2 |
static const int | kNumFeatEntriesFieldNumber = 3 |
Friends | |
void | protobuf_AddDesc_Headers_2eproto () |
void | protobuf_AssignDesc_Headers_2eproto () |
void | protobuf_ShutdownFile_Headers_2eproto () |
|
virtual |
SparseMatrixHeader | ( | const SparseMatrixHeader & | from | ) |
void add_num_feat_entries | ( | ::google::protobuf::uint64 | value | ) |
Definition at line 703 of file Headers.pb.h.
int ByteSize | ( | ) | const |
void Clear | ( | ) |
void clear_num_feat_entries | ( | ) |
Definition at line 692 of file Headers.pb.h.
void clear_num_features | ( | ) |
Definition at line 674 of file Headers.pb.h.
void clear_num_vectors | ( | ) |
Definition at line 650 of file Headers.pb.h.
void CopyFrom | ( | const ::google::protobuf::Message & | from | ) |
void CopyFrom | ( | const SparseMatrixHeader & | from | ) |
|
static |
|
static |
int GetCachedSize | ( | ) | const |
Definition at line 315 of file Headers.pb.h.
::google::protobuf::Metadata GetMetadata | ( | ) | const |
bool has_num_features | ( | ) | const |
Definition at line 665 of file Headers.pb.h.
bool has_num_vectors | ( | ) | const |
Definition at line 641 of file Headers.pb.h.
::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray | ( | bool | deterministic, |
::google::protobuf::uint8 * | output | ||
) | const |
bool IsInitialized | ( | ) | const |
void MergeFrom | ( | const ::google::protobuf::Message & | from | ) |
void MergeFrom | ( | const SparseMatrixHeader & | from | ) |
bool MergePartialFromCodedStream | ( | ::google::protobuf::io::CodedInputStream * | input | ) |
google::protobuf::RepeatedField<::google::protobuf::uint64 > * mutable_num_feat_entries | ( | ) |
Definition at line 713 of file Headers.pb.h.
inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields | ( | ) |
Definition at line 284 of file Headers.pb.h.
SparseMatrixHeader* New | ( | ) | const |
Definition at line 295 of file Headers.pb.h.
SparseMatrixHeader* New | ( | ::google::protobuf::Arena * | arena | ) | const |
google::protobuf::uint64 num_feat_entries | ( | int | index | ) | const |
Definition at line 695 of file Headers.pb.h.
const ::google::protobuf::RepeatedField<::google::protobuf::uint64 > & num_feat_entries | ( | ) | const |
Definition at line 708 of file Headers.pb.h.
int num_feat_entries_size | ( | ) | const |
Definition at line 689 of file Headers.pb.h.
google::protobuf::uint64 num_features | ( | ) | const |
Definition at line 678 of file Headers.pb.h.
google::protobuf::uint64 num_vectors | ( | ) | const |
Definition at line 654 of file Headers.pb.h.
SparseMatrixHeader& operator= | ( | const SparseMatrixHeader & | from | ) |
Definition at line 275 of file Headers.pb.h.
void SerializeWithCachedSizes | ( | ::google::protobuf::io::CodedOutputStream * | output | ) | const |
::google::protobuf::uint8* SerializeWithCachedSizesToArray | ( | ::google::protobuf::uint8 * | output | ) | const |
Definition at line 312 of file Headers.pb.h.
void set_num_feat_entries | ( | int | index, |
::google::protobuf::uint64 | value | ||
) |
Definition at line 699 of file Headers.pb.h.
void set_num_features | ( | ::google::protobuf::uint64 | value | ) |
Definition at line 682 of file Headers.pb.h.
void set_num_vectors | ( | ::google::protobuf::uint64 | value | ) |
Definition at line 658 of file Headers.pb.h.
void Swap | ( | SparseMatrixHeader * | other | ) |
const ::google::protobuf::UnknownFieldSet& unknown_fields | ( | ) | const |
Definition at line 280 of file Headers.pb.h.
|
friend |
|
friend |
|
friend |
|
static |
Definition at line 353 of file Headers.pb.h.
|
static |
Definition at line 346 of file Headers.pb.h.
|
static |
Definition at line 339 of file Headers.pb.h.