SHOGUN  3.2.1
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
Headers.pb.h
浏览该文件的文档.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: Headers.proto
3 
4 #ifndef PROTOBUF_Headers_2eproto__INCLUDED
5 #define PROTOBUF_Headers_2eproto__INCLUDED
6 
7 #include <string>
8 
9 #include <google/protobuf/stubs/common.h>
10 
11 #if GOOGLE_PROTOBUF_VERSION < 2005000
12 #error This file was generated by a newer version of protoc which is
13 #error incompatible with your Protocol Buffer headers. Please update
14 #error your headers.
15 #endif
16 #if 2005000 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION
17 #error This file was generated by an older version of protoc which is
18 #error incompatible with your Protocol Buffer headers. Please
19 #error regenerate this file with a newer version of protoc.
20 #endif
21 
22 #include <google/protobuf/generated_message_util.h>
23 #include <google/protobuf/message.h>
24 #include <google/protobuf/repeated_field.h>
25 #include <google/protobuf/extension_set.h>
26 #include <google/protobuf/unknown_field_set.h>
27 // @@protoc_insertion_point(includes)
28 
29 namespace shogun {
30 
31 // Internal implementation detail -- do not call these.
35 
36 class VectorHeader;
37 class MatrixHeader;
38 class SparseMatrixHeader;
39 class StringListHeader;
40 
41 // ===================================================================
42 
43 class VectorHeader : public ::google::protobuf::Message {
44  public:
45  VectorHeader();
46  virtual ~VectorHeader();
47 
48  VectorHeader(const VectorHeader& from);
49 
50  inline VectorHeader& operator=(const VectorHeader& from) {
51  CopyFrom(from);
52  return *this;
53  }
54 
55  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
56  return _unknown_fields_;
57  }
58 
59  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
60  return &_unknown_fields_;
61  }
62 
63  static const ::google::protobuf::Descriptor* descriptor();
64  static const VectorHeader& default_instance();
65 
66  void Swap(VectorHeader* other);
67 
68  // implements Message ----------------------------------------------
69 
70  VectorHeader* New() const;
71  void CopyFrom(const ::google::protobuf::Message& from);
72  void MergeFrom(const ::google::protobuf::Message& from);
73  void CopyFrom(const VectorHeader& from);
74  void MergeFrom(const VectorHeader& from);
75  void Clear();
76  bool IsInitialized() const;
77 
78  int ByteSize() const;
80  ::google::protobuf::io::CodedInputStream* input);
82  ::google::protobuf::io::CodedOutputStream* output) const;
83  ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
84  int GetCachedSize() const { return _cached_size_; }
85  private:
86  void SharedCtor();
87  void SharedDtor();
88  void SetCachedSize(int size) const;
89  public:
90 
91  ::google::protobuf::Metadata GetMetadata() const;
92 
93  // nested types ----------------------------------------------------
94 
95  // accessors -------------------------------------------------------
96 
97  // required uint64 len = 1;
98  inline bool has_len() const;
99  inline void clear_len();
100  static const int kLenFieldNumber = 1;
101  inline ::google::protobuf::uint64 len() const;
102  inline void set_len(::google::protobuf::uint64 value);
103 
104  // required uint32 num_messages = 2;
105  inline bool has_num_messages() const;
106  inline void clear_num_messages();
107  static const int kNumMessagesFieldNumber = 2;
108  inline ::google::protobuf::uint32 num_messages() const;
109  inline void set_num_messages(::google::protobuf::uint32 value);
110 
111  // @@protoc_insertion_point(class_scope:shogun.VectorHeader)
112  private:
113  inline void set_has_len();
114  inline void clear_has_len();
115  inline void set_has_num_messages();
116  inline void clear_has_num_messages();
117 
118  ::google::protobuf::UnknownFieldSet _unknown_fields_;
119 
120  ::google::protobuf::uint64 len_;
121  ::google::protobuf::uint32 num_messages_;
122 
123  mutable int _cached_size_;
124  ::google::protobuf::uint32 _has_bits_[(2 + 31) / 32];
125 
126  friend void protobuf_AddDesc_Headers_2eproto();
129 
130  void InitAsDefaultInstance();
131  static VectorHeader* default_instance_;
132 };
133 // -------------------------------------------------------------------
134 
135 class MatrixHeader : public ::google::protobuf::Message {
136  public:
137  MatrixHeader();
138  virtual ~MatrixHeader();
139 
140  MatrixHeader(const MatrixHeader& from);
141 
142  inline MatrixHeader& operator=(const MatrixHeader& from) {
143  CopyFrom(from);
144  return *this;
145  }
146 
147  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
148  return _unknown_fields_;
149  }
150 
151  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
152  return &_unknown_fields_;
153  }
154 
155  static const ::google::protobuf::Descriptor* descriptor();
156  static const MatrixHeader& default_instance();
157 
158  void Swap(MatrixHeader* other);
159 
160  // implements Message ----------------------------------------------
161 
162  MatrixHeader* New() const;
163  void CopyFrom(const ::google::protobuf::Message& from);
164  void MergeFrom(const ::google::protobuf::Message& from);
165  void CopyFrom(const MatrixHeader& from);
166  void MergeFrom(const MatrixHeader& from);
167  void Clear();
168  bool IsInitialized() const;
169 
170  int ByteSize() const;
172  ::google::protobuf::io::CodedInputStream* input);
174  ::google::protobuf::io::CodedOutputStream* output) const;
175  ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
176  int GetCachedSize() const { return _cached_size_; }
177  private:
178  void SharedCtor();
179  void SharedDtor();
180  void SetCachedSize(int size) const;
181  public:
182 
183  ::google::protobuf::Metadata GetMetadata() const;
184 
185  // nested types ----------------------------------------------------
186 
187  // accessors -------------------------------------------------------
188 
189  // required uint64 num_cols = 1;
190  inline bool has_num_cols() const;
191  inline void clear_num_cols();
192  static const int kNumColsFieldNumber = 1;
193  inline ::google::protobuf::uint64 num_cols() const;
194  inline void set_num_cols(::google::protobuf::uint64 value);
195 
196  // required uint64 num_rows = 2;
197  inline bool has_num_rows() const;
198  inline void clear_num_rows();
199  static const int kNumRowsFieldNumber = 2;
200  inline ::google::protobuf::uint64 num_rows() const;
201  inline void set_num_rows(::google::protobuf::uint64 value);
202 
203  // required uint32 num_messages = 3;
204  inline bool has_num_messages() const;
205  inline void clear_num_messages();
206  static const int kNumMessagesFieldNumber = 3;
207  inline ::google::protobuf::uint32 num_messages() const;
208  inline void set_num_messages(::google::protobuf::uint32 value);
209 
210  // @@protoc_insertion_point(class_scope:shogun.MatrixHeader)
211  private:
212  inline void set_has_num_cols();
213  inline void clear_has_num_cols();
214  inline void set_has_num_rows();
215  inline void clear_has_num_rows();
216  inline void set_has_num_messages();
217  inline void clear_has_num_messages();
218 
219  ::google::protobuf::UnknownFieldSet _unknown_fields_;
220 
221  ::google::protobuf::uint64 num_cols_;
222  ::google::protobuf::uint64 num_rows_;
223  ::google::protobuf::uint32 num_messages_;
224 
225  mutable int _cached_size_;
226  ::google::protobuf::uint32 _has_bits_[(3 + 31) / 32];
227 
228  friend void protobuf_AddDesc_Headers_2eproto();
231 
232  void InitAsDefaultInstance();
233  static MatrixHeader* default_instance_;
234 };
235 // -------------------------------------------------------------------
236 
237 class SparseMatrixHeader : public ::google::protobuf::Message {
238  public:
240  virtual ~SparseMatrixHeader();
241 
243 
245  CopyFrom(from);
246  return *this;
247  }
248 
249  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
250  return _unknown_fields_;
251  }
252 
253  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
254  return &_unknown_fields_;
255  }
256 
257  static const ::google::protobuf::Descriptor* descriptor();
258  static const SparseMatrixHeader& default_instance();
259 
260  void Swap(SparseMatrixHeader* other);
261 
262  // implements Message ----------------------------------------------
263 
264  SparseMatrixHeader* New() const;
265  void CopyFrom(const ::google::protobuf::Message& from);
266  void MergeFrom(const ::google::protobuf::Message& from);
267  void CopyFrom(const SparseMatrixHeader& from);
268  void MergeFrom(const SparseMatrixHeader& from);
269  void Clear();
270  bool IsInitialized() const;
271 
272  int ByteSize() const;
274  ::google::protobuf::io::CodedInputStream* input);
276  ::google::protobuf::io::CodedOutputStream* output) const;
277  ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
278  int GetCachedSize() const { return _cached_size_; }
279  private:
280  void SharedCtor();
281  void SharedDtor();
282  void SetCachedSize(int size) const;
283  public:
284 
285  ::google::protobuf::Metadata GetMetadata() const;
286 
287  // nested types ----------------------------------------------------
288 
289  // accessors -------------------------------------------------------
290 
291  // required uint64 num_vectors = 1;
292  inline bool has_num_vectors() const;
293  inline void clear_num_vectors();
294  static const int kNumVectorsFieldNumber = 1;
295  inline ::google::protobuf::uint64 num_vectors() const;
296  inline void set_num_vectors(::google::protobuf::uint64 value);
297 
298  // required uint64 num_features = 2;
299  inline bool has_num_features() const;
300  inline void clear_num_features();
301  static const int kNumFeaturesFieldNumber = 2;
302  inline ::google::protobuf::uint64 num_features() const;
303  inline void set_num_features(::google::protobuf::uint64 value);
304 
305  // repeated uint64 num_feat_entries = 3;
306  inline int num_feat_entries_size() const;
307  inline void clear_num_feat_entries();
308  static const int kNumFeatEntriesFieldNumber = 3;
309  inline ::google::protobuf::uint64 num_feat_entries(int index) const;
310  inline void set_num_feat_entries(int index, ::google::protobuf::uint64 value);
311  inline void add_num_feat_entries(::google::protobuf::uint64 value);
312  inline const ::google::protobuf::RepeatedField< ::google::protobuf::uint64 >&
313  num_feat_entries() const;
314  inline ::google::protobuf::RepeatedField< ::google::protobuf::uint64 >*
316 
317  // @@protoc_insertion_point(class_scope:shogun.SparseMatrixHeader)
318  private:
319  inline void set_has_num_vectors();
320  inline void clear_has_num_vectors();
321  inline void set_has_num_features();
322  inline void clear_has_num_features();
323 
324  ::google::protobuf::UnknownFieldSet _unknown_fields_;
325 
326  ::google::protobuf::uint64 num_vectors_;
327  ::google::protobuf::uint64 num_features_;
328  ::google::protobuf::RepeatedField< ::google::protobuf::uint64 > num_feat_entries_;
329 
330  mutable int _cached_size_;
331  ::google::protobuf::uint32 _has_bits_[(3 + 31) / 32];
332 
333  friend void protobuf_AddDesc_Headers_2eproto();
336 
337  void InitAsDefaultInstance();
338  static SparseMatrixHeader* default_instance_;
339 };
340 // -------------------------------------------------------------------
341 
342 class StringListHeader : public ::google::protobuf::Message {
343  public:
345  virtual ~StringListHeader();
346 
347  StringListHeader(const StringListHeader& from);
348 
350  CopyFrom(from);
351  return *this;
352  }
353 
354  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
355  return _unknown_fields_;
356  }
357 
358  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
359  return &_unknown_fields_;
360  }
361 
362  static const ::google::protobuf::Descriptor* descriptor();
363  static const StringListHeader& default_instance();
364 
365  void Swap(StringListHeader* other);
366 
367  // implements Message ----------------------------------------------
368 
369  StringListHeader* New() const;
370  void CopyFrom(const ::google::protobuf::Message& from);
371  void MergeFrom(const ::google::protobuf::Message& from);
372  void CopyFrom(const StringListHeader& from);
373  void MergeFrom(const StringListHeader& from);
374  void Clear();
375  bool IsInitialized() const;
376 
377  int ByteSize() const;
379  ::google::protobuf::io::CodedInputStream* input);
381  ::google::protobuf::io::CodedOutputStream* output) const;
382  ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
383  int GetCachedSize() const { return _cached_size_; }
384  private:
385  void SharedCtor();
386  void SharedDtor();
387  void SetCachedSize(int size) const;
388  public:
389 
390  ::google::protobuf::Metadata GetMetadata() const;
391 
392  // nested types ----------------------------------------------------
393 
394  // accessors -------------------------------------------------------
395 
396  // required uint64 num_str = 1;
397  inline bool has_num_str() const;
398  inline void clear_num_str();
399  static const int kNumStrFieldNumber = 1;
400  inline ::google::protobuf::uint64 num_str() const;
401  inline void set_num_str(::google::protobuf::uint64 value);
402 
403  // required uint64 max_string_len = 2;
404  inline bool has_max_string_len() const;
405  inline void clear_max_string_len();
406  static const int kMaxStringLenFieldNumber = 2;
407  inline ::google::protobuf::uint64 max_string_len() const;
408  inline void set_max_string_len(::google::protobuf::uint64 value);
409 
410  // repeated uint64 str_len = 3;
411  inline int str_len_size() const;
412  inline void clear_str_len();
413  static const int kStrLenFieldNumber = 3;
414  inline ::google::protobuf::uint64 str_len(int index) const;
415  inline void set_str_len(int index, ::google::protobuf::uint64 value);
416  inline void add_str_len(::google::protobuf::uint64 value);
417  inline const ::google::protobuf::RepeatedField< ::google::protobuf::uint64 >&
418  str_len() const;
419  inline ::google::protobuf::RepeatedField< ::google::protobuf::uint64 >*
420  mutable_str_len();
421 
422  // @@protoc_insertion_point(class_scope:shogun.StringListHeader)
423  private:
424  inline void set_has_num_str();
425  inline void clear_has_num_str();
426  inline void set_has_max_string_len();
427  inline void clear_has_max_string_len();
428 
429  ::google::protobuf::UnknownFieldSet _unknown_fields_;
430 
431  ::google::protobuf::uint64 num_str_;
432  ::google::protobuf::uint64 max_string_len_;
433  ::google::protobuf::RepeatedField< ::google::protobuf::uint64 > str_len_;
434 
435  mutable int _cached_size_;
436  ::google::protobuf::uint32 _has_bits_[(3 + 31) / 32];
437 
438  friend void protobuf_AddDesc_Headers_2eproto();
441 
442  void InitAsDefaultInstance();
443  static StringListHeader* default_instance_;
444 };
445 // ===================================================================
446 
447 
448 // ===================================================================
449 
450 // VectorHeader
451 
452 // required uint64 len = 1;
453 inline bool VectorHeader::has_len() const {
454  return (_has_bits_[0] & 0x00000001u) != 0;
455 }
456 inline void VectorHeader::set_has_len() {
457  _has_bits_[0] |= 0x00000001u;
458 }
459 inline void VectorHeader::clear_has_len() {
460  _has_bits_[0] &= ~0x00000001u;
461 }
462 inline void VectorHeader::clear_len() {
463  len_ = GOOGLE_ULONGLONG(0);
464  clear_has_len();
465 }
466 inline ::google::protobuf::uint64 VectorHeader::len() const {
467  return len_;
468 }
469 inline void VectorHeader::set_len(::google::protobuf::uint64 value) {
470  set_has_len();
471  len_ = value;
472 }
473 
474 // required uint32 num_messages = 2;
475 inline bool VectorHeader::has_num_messages() const {
476  return (_has_bits_[0] & 0x00000002u) != 0;
477 }
478 inline void VectorHeader::set_has_num_messages() {
479  _has_bits_[0] |= 0x00000002u;
480 }
481 inline void VectorHeader::clear_has_num_messages() {
482  _has_bits_[0] &= ~0x00000002u;
483 }
485  num_messages_ = 0u;
486  clear_has_num_messages();
487 }
488 inline ::google::protobuf::uint32 VectorHeader::num_messages() const {
489  return num_messages_;
490 }
491 inline void VectorHeader::set_num_messages(::google::protobuf::uint32 value) {
492  set_has_num_messages();
493  num_messages_ = value;
494 }
495 
496 // -------------------------------------------------------------------
497 
498 // MatrixHeader
499 
500 // required uint64 num_cols = 1;
501 inline bool MatrixHeader::has_num_cols() const {
502  return (_has_bits_[0] & 0x00000001u) != 0;
503 }
504 inline void MatrixHeader::set_has_num_cols() {
505  _has_bits_[0] |= 0x00000001u;
506 }
507 inline void MatrixHeader::clear_has_num_cols() {
508  _has_bits_[0] &= ~0x00000001u;
509 }
511  num_cols_ = GOOGLE_ULONGLONG(0);
512  clear_has_num_cols();
513 }
514 inline ::google::protobuf::uint64 MatrixHeader::num_cols() const {
515  return num_cols_;
516 }
517 inline void MatrixHeader::set_num_cols(::google::protobuf::uint64 value) {
518  set_has_num_cols();
519  num_cols_ = value;
520 }
521 
522 // required uint64 num_rows = 2;
523 inline bool MatrixHeader::has_num_rows() const {
524  return (_has_bits_[0] & 0x00000002u) != 0;
525 }
526 inline void MatrixHeader::set_has_num_rows() {
527  _has_bits_[0] |= 0x00000002u;
528 }
529 inline void MatrixHeader::clear_has_num_rows() {
530  _has_bits_[0] &= ~0x00000002u;
531 }
533  num_rows_ = GOOGLE_ULONGLONG(0);
534  clear_has_num_rows();
535 }
536 inline ::google::protobuf::uint64 MatrixHeader::num_rows() const {
537  return num_rows_;
538 }
539 inline void MatrixHeader::set_num_rows(::google::protobuf::uint64 value) {
540  set_has_num_rows();
541  num_rows_ = value;
542 }
543 
544 // required uint32 num_messages = 3;
545 inline bool MatrixHeader::has_num_messages() const {
546  return (_has_bits_[0] & 0x00000004u) != 0;
547 }
548 inline void MatrixHeader::set_has_num_messages() {
549  _has_bits_[0] |= 0x00000004u;
550 }
551 inline void MatrixHeader::clear_has_num_messages() {
552  _has_bits_[0] &= ~0x00000004u;
553 }
555  num_messages_ = 0u;
556  clear_has_num_messages();
557 }
558 inline ::google::protobuf::uint32 MatrixHeader::num_messages() const {
559  return num_messages_;
560 }
561 inline void MatrixHeader::set_num_messages(::google::protobuf::uint32 value) {
562  set_has_num_messages();
563  num_messages_ = value;
564 }
565 
566 // -------------------------------------------------------------------
567 
568 // SparseMatrixHeader
569 
570 // required uint64 num_vectors = 1;
572  return (_has_bits_[0] & 0x00000001u) != 0;
573 }
574 inline void SparseMatrixHeader::set_has_num_vectors() {
575  _has_bits_[0] |= 0x00000001u;
576 }
577 inline void SparseMatrixHeader::clear_has_num_vectors() {
578  _has_bits_[0] &= ~0x00000001u;
579 }
581  num_vectors_ = GOOGLE_ULONGLONG(0);
582  clear_has_num_vectors();
583 }
584 inline ::google::protobuf::uint64 SparseMatrixHeader::num_vectors() const {
585  return num_vectors_;
586 }
587 inline void SparseMatrixHeader::set_num_vectors(::google::protobuf::uint64 value) {
588  set_has_num_vectors();
589  num_vectors_ = value;
590 }
591 
592 // required uint64 num_features = 2;
594  return (_has_bits_[0] & 0x00000002u) != 0;
595 }
596 inline void SparseMatrixHeader::set_has_num_features() {
597  _has_bits_[0] |= 0x00000002u;
598 }
599 inline void SparseMatrixHeader::clear_has_num_features() {
600  _has_bits_[0] &= ~0x00000002u;
601 }
603  num_features_ = GOOGLE_ULONGLONG(0);
604  clear_has_num_features();
605 }
606 inline ::google::protobuf::uint64 SparseMatrixHeader::num_features() const {
607  return num_features_;
608 }
609 inline void SparseMatrixHeader::set_num_features(::google::protobuf::uint64 value) {
610  set_has_num_features();
611  num_features_ = value;
612 }
613 
614 // repeated uint64 num_feat_entries = 3;
616  return num_feat_entries_.size();
617 }
619  num_feat_entries_.Clear();
620 }
621 inline ::google::protobuf::uint64 SparseMatrixHeader::num_feat_entries(int index) const {
622  return num_feat_entries_.Get(index);
623 }
624 inline void SparseMatrixHeader::set_num_feat_entries(int index, ::google::protobuf::uint64 value) {
625  num_feat_entries_.Set(index, value);
626 }
627 inline void SparseMatrixHeader::add_num_feat_entries(::google::protobuf::uint64 value) {
628  num_feat_entries_.Add(value);
629 }
630 inline const ::google::protobuf::RepeatedField< ::google::protobuf::uint64 >&
632  return num_feat_entries_;
633 }
634 inline ::google::protobuf::RepeatedField< ::google::protobuf::uint64 >*
636  return &num_feat_entries_;
637 }
638 
639 // -------------------------------------------------------------------
640 
641 // StringListHeader
642 
643 // required uint64 num_str = 1;
644 inline bool StringListHeader::has_num_str() const {
645  return (_has_bits_[0] & 0x00000001u) != 0;
646 }
647 inline void StringListHeader::set_has_num_str() {
648  _has_bits_[0] |= 0x00000001u;
649 }
650 inline void StringListHeader::clear_has_num_str() {
651  _has_bits_[0] &= ~0x00000001u;
652 }
654  num_str_ = GOOGLE_ULONGLONG(0);
655  clear_has_num_str();
656 }
657 inline ::google::protobuf::uint64 StringListHeader::num_str() const {
658  return num_str_;
659 }
660 inline void StringListHeader::set_num_str(::google::protobuf::uint64 value) {
661  set_has_num_str();
662  num_str_ = value;
663 }
664 
665 // required uint64 max_string_len = 2;
667  return (_has_bits_[0] & 0x00000002u) != 0;
668 }
669 inline void StringListHeader::set_has_max_string_len() {
670  _has_bits_[0] |= 0x00000002u;
671 }
672 inline void StringListHeader::clear_has_max_string_len() {
673  _has_bits_[0] &= ~0x00000002u;
674 }
676  max_string_len_ = GOOGLE_ULONGLONG(0);
677  clear_has_max_string_len();
678 }
679 inline ::google::protobuf::uint64 StringListHeader::max_string_len() const {
680  return max_string_len_;
681 }
682 inline void StringListHeader::set_max_string_len(::google::protobuf::uint64 value) {
683  set_has_max_string_len();
684  max_string_len_ = value;
685 }
686 
687 // repeated uint64 str_len = 3;
688 inline int StringListHeader::str_len_size() const {
689  return str_len_.size();
690 }
692  str_len_.Clear();
693 }
694 inline ::google::protobuf::uint64 StringListHeader::str_len(int index) const {
695  return str_len_.Get(index);
696 }
697 inline void StringListHeader::set_str_len(int index, ::google::protobuf::uint64 value) {
698  str_len_.Set(index, value);
699 }
700 inline void StringListHeader::add_str_len(::google::protobuf::uint64 value) {
701  str_len_.Add(value);
702 }
703 inline const ::google::protobuf::RepeatedField< ::google::protobuf::uint64 >&
705  return str_len_;
706 }
707 inline ::google::protobuf::RepeatedField< ::google::protobuf::uint64 >*
709  return &str_len_;
710 }
711 
712 
713 // @@protoc_insertion_point(namespace_scope)
714 
715 } // namespace shogun
716 
717 #ifndef SWIG
718 namespace google {
719 namespace protobuf {
720 
721 
722 } // namespace google
723 } // namespace protobuf
724 #endif // SWIG
725 
726 // @@protoc_insertion_point(global_scope)
727 
728 #endif // PROTOBUF_Headers_2eproto__INCLUDED
void MergeFrom(const ::google::protobuf::Message &from)
int ByteSize() const
inline::google::protobuf::RepeatedField< ::google::protobuf::uint64 > * mutable_str_len()
Definition: Headers.pb.h:708
inline::google::protobuf::uint64 max_string_len() const
Definition: Headers.pb.h:679
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
Definition: Headers.pb.h:354
int GetCachedSize() const
Definition: Headers.pb.h:84
bool has_num_features() const
Definition: Headers.pb.h:593
static const MatrixHeader & default_instance()
static const int kNumMessagesFieldNumber
Definition: Headers.pb.h:107
void protobuf_ShutdownFile_Headers_2eproto()
void set_max_string_len(::google::protobuf::uint64 value)
Definition: Headers.pb.h:682
void set_num_cols(::google::protobuf::uint64 value)
Definition: Headers.pb.h:517
void Swap(MatrixHeader *other)
static const int kMaxStringLenFieldNumber
Definition: Headers.pb.h:406
::google::protobuf::Metadata GetMetadata() const
::google::protobuf::uint8 * SerializeWithCachedSizesToArray(::google::protobuf::uint8 *output) const
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
Definition: Headers.pb.h:55
inline::google::protobuf::RepeatedField< ::google::protobuf::uint64 > * mutable_num_feat_entries()
Definition: Headers.pb.h:635
void MergeFrom(const ::google::protobuf::Message &from)
bool MergePartialFromCodedStream(::google::protobuf::io::CodedInputStream *input)
inline::google::protobuf::uint64 num_features() const
Definition: Headers.pb.h:606
static const int kStrLenFieldNumber
Definition: Headers.pb.h:413
friend void protobuf_AddDesc_Headers_2eproto()
const ::google::protobuf::RepeatedField< ::google::protobuf::uint64 > & str_len() const
Definition: Headers.pb.h:704
inline::google::protobuf::uint32 num_messages() const
Definition: Headers.pb.h:488
friend void protobuf_AddDesc_Headers_2eproto()
::google::protobuf::Metadata GetMetadata() const
friend void protobuf_AssignDesc_Headers_2eproto()
void add_num_feat_entries(::google::protobuf::uint64 value)
Definition: Headers.pb.h:627
void protobuf_AssignDesc_Headers_2eproto()
friend void protobuf_AddDesc_Headers_2eproto()
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
Definition: Headers.pb.h:249
SparseMatrixHeader * New() const
void set_num_feat_entries(int index,::google::protobuf::uint64 value)
Definition: Headers.pb.h:624
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
Definition: Headers.pb.h:59
void Swap(VectorHeader *other)
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
Definition: Headers.pb.h:147
int GetCachedSize() const
Definition: Headers.pb.h:383
::google::protobuf::uint8 * SerializeWithCachedSizesToArray(::google::protobuf::uint8 *output) const
void Swap(StringListHeader *other)
friend void protobuf_ShutdownFile_Headers_2eproto()
static const StringListHeader & default_instance()
MatrixHeader & operator=(const MatrixHeader &from)
Definition: Headers.pb.h:142
bool IsInitialized() const
int ByteSize() const
bool IsInitialized() const
friend void protobuf_ShutdownFile_Headers_2eproto()
static const int kNumFeatEntriesFieldNumber
Definition: Headers.pb.h:308
bool has_num_cols() const
Definition: Headers.pb.h:501
inline::google::protobuf::uint64 num_str() const
Definition: Headers.pb.h:657
void set_num_features(::google::protobuf::uint64 value)
Definition: Headers.pb.h:609
void MergeFrom(const ::google::protobuf::Message &from)
VectorHeader & operator=(const VectorHeader &from)
Definition: Headers.pb.h:50
StringListHeader & operator=(const StringListHeader &from)
Definition: Headers.pb.h:349
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
Definition: Headers.pb.h:358
friend void protobuf_ShutdownFile_Headers_2eproto()
bool has_num_vectors() const
Definition: Headers.pb.h:571
inline::google::protobuf::uint64 len() const
Definition: Headers.pb.h:466
static const int kNumStrFieldNumber
Definition: Headers.pb.h:399
void Swap(SparseMatrixHeader *other)
bool has_len() const
Definition: Headers.pb.h:453
static const ::google::protobuf::Descriptor * descriptor()
friend void protobuf_AssignDesc_Headers_2eproto()
void add_str_len(::google::protobuf::uint64 value)
Definition: Headers.pb.h:700
VectorHeader * New() const
friend void protobuf_AssignDesc_Headers_2eproto()
bool IsInitialized() const
static const ::google::protobuf::Descriptor * descriptor()
void set_num_str(::google::protobuf::uint64 value)
Definition: Headers.pb.h:660
::google::protobuf::Metadata GetMetadata() const
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
Definition: Headers.pb.h:151
void CopyFrom(const ::google::protobuf::Message &from)
bool has_max_string_len() const
Definition: Headers.pb.h:666
void set_num_messages(::google::protobuf::uint32 value)
Definition: Headers.pb.h:561
int GetCachedSize() const
Definition: Headers.pb.h:176
int GetCachedSize() const
Definition: Headers.pb.h:278
void SerializeWithCachedSizes(::google::protobuf::io::CodedOutputStream *output) const
void protobuf_AddDesc_Headers_2eproto()
bool MergePartialFromCodedStream(::google::protobuf::io::CodedInputStream *input)
bool MergePartialFromCodedStream(::google::protobuf::io::CodedInputStream *input)
friend void protobuf_AddDesc_Headers_2eproto()
void MergeFrom(const ::google::protobuf::Message &from)
void CopyFrom(const ::google::protobuf::Message &from)
static const VectorHeader & default_instance()
friend void protobuf_AssignDesc_Headers_2eproto()
void SerializeWithCachedSizes(::google::protobuf::io::CodedOutputStream *output) const
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
Definition: Headers.pb.h:253
inline::google::protobuf::uint64 num_vectors() const
Definition: Headers.pb.h:584
MatrixHeader * New() const
inline::google::protobuf::uint64 num_rows() const
Definition: Headers.pb.h:536
SparseMatrixHeader & operator=(const SparseMatrixHeader &from)
Definition: Headers.pb.h:244
static const ::google::protobuf::Descriptor * descriptor()
::google::protobuf::Metadata GetMetadata() const
bool has_num_rows() const
Definition: Headers.pb.h:523
inline::google::protobuf::uint64 num_cols() const
Definition: Headers.pb.h:514
static const int kLenFieldNumber
Definition: Headers.pb.h:100
void set_str_len(int index,::google::protobuf::uint64 value)
Definition: Headers.pb.h:697
static const int kNumRowsFieldNumber
Definition: Headers.pb.h:199
void SerializeWithCachedSizes(::google::protobuf::io::CodedOutputStream *output) const
inline::google::protobuf::uint32 num_messages() const
Definition: Headers.pb.h:558
static const int kNumFeaturesFieldNumber
Definition: Headers.pb.h:301
static const int kNumVectorsFieldNumber
Definition: Headers.pb.h:294
bool has_num_messages() const
Definition: Headers.pb.h:545
bool MergePartialFromCodedStream(::google::protobuf::io::CodedInputStream *input)
::google::protobuf::uint8 * SerializeWithCachedSizesToArray(::google::protobuf::uint8 *output) const
const ::google::protobuf::RepeatedField< ::google::protobuf::uint64 > & num_feat_entries() const
Definition: Headers.pb.h:631
static const SparseMatrixHeader & default_instance()
int num_feat_entries_size() const
Definition: Headers.pb.h:615
bool has_num_messages() const
Definition: Headers.pb.h:475
static const int kNumMessagesFieldNumber
Definition: Headers.pb.h:206
StringListHeader * New() const
void set_num_rows(::google::protobuf::uint64 value)
Definition: Headers.pb.h:539
::google::protobuf::uint8 * SerializeWithCachedSizesToArray(::google::protobuf::uint8 *output) const
friend void protobuf_ShutdownFile_Headers_2eproto()
static const int kNumColsFieldNumber
Definition: Headers.pb.h:192
static const ::google::protobuf::Descriptor * descriptor()
void set_len(::google::protobuf::uint64 value)
Definition: Headers.pb.h:469
void CopyFrom(const ::google::protobuf::Message &from)
void SerializeWithCachedSizes(::google::protobuf::io::CodedOutputStream *output) const
void set_num_vectors(::google::protobuf::uint64 value)
Definition: Headers.pb.h:587
bool has_num_str() const
Definition: Headers.pb.h:644
int str_len_size() const
Definition: Headers.pb.h:688
void set_num_messages(::google::protobuf::uint32 value)
Definition: Headers.pb.h:491
void CopyFrom(const ::google::protobuf::Message &from)

SHOGUN 机器学习工具包 - 项目文档