CMS 3D CMS Logo

ROOTFilePB.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: DQMServices/Core/src/ROOTFilePB.proto
3 
4 #ifndef PROTOBUF_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto__INCLUDED
5 #define PROTOBUF_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto__INCLUDED
6 
7 #include <string>
8 
9 #include <google/protobuf/stubs/common.h>
10 
11 #if GOOGLE_PROTOBUF_VERSION < 3005000
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 3005001 < 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/io/coded_stream.h>
23 #include <google/protobuf/arena.h>
24 #include <google/protobuf/arenastring.h>
25 #include <google/protobuf/generated_message_table_driven.h>
26 #include <google/protobuf/generated_message_util.h>
27 #include <google/protobuf/metadata.h>
28 #include <google/protobuf/message.h>
29 #include <google/protobuf/repeated_field.h> // IWYU pragma: export
30 #include <google/protobuf/extension_set.h> // IWYU pragma: export
31 #include <google/protobuf/unknown_field_set.h>
32 // @@protoc_insertion_point(includes)
33 
35 // Internal implementation detail -- do not use these members.
36 struct TableStruct {
37  static const ::google::protobuf::internal::ParseTableField entries[];
38  static const ::google::protobuf::internal::AuxillaryParseTableField aux[];
39  static const ::google::protobuf::internal::ParseTable schema[2];
40  static const ::google::protobuf::internal::FieldMetadata field_metadata[];
41  static const ::google::protobuf::internal::SerializationTable serialization_table[];
43 };
44 void AddDescriptors();
49 inline void InitDefaults() {
52 }
53 } // namespace protobuf_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto
54 namespace dqmstorepb {
55 class ROOTFilePB;
58 class ROOTFilePB_Histo;
61 } // namespace dqmstorepb
62 namespace dqmstorepb {
63 
64 // ===================================================================
65 
66 class ROOTFilePB_Histo : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dqmstorepb.ROOTFilePB.Histo) */ {
67  public:
69  ~ROOTFilePB_Histo() override;
70 
72 
74  CopyFrom(from);
75  return *this;
76  }
77  #if LANG_CXX11
79  : ROOTFilePB_Histo() {
80  *this = ::std::move(from);
81  }
82 
83  inline ROOTFilePB_Histo& operator=(ROOTFilePB_Histo&& from) noexcept {
84  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
85  if (this != &from) InternalSwap(&from);
86  } else {
87  CopyFrom(from);
88  }
89  return *this;
90  }
91  #endif
92  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
93  return _internal_metadata_.unknown_fields();
94  }
95  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
96  return _internal_metadata_.mutable_unknown_fields();
97  }
98 
99  static const ::google::protobuf::Descriptor* descriptor();
100  static const ROOTFilePB_Histo& default_instance();
101 
102  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
104  return reinterpret_cast<const ROOTFilePB_Histo*>(
106  }
107  static PROTOBUF_CONSTEXPR int const kIndexInFileMessages =
108  0;
109 
110  void Swap(ROOTFilePB_Histo* other);
112  a.Swap(&b);
113  }
114 
115  // implements Message ----------------------------------------------
116 
117  inline ROOTFilePB_Histo* New() const PROTOBUF_FINAL { return New(nullptr); }
118 
119  ROOTFilePB_Histo* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL;
120  void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
121  void MergeFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
122  void CopyFrom(const ROOTFilePB_Histo& from);
123  void MergeFrom(const ROOTFilePB_Histo& from);
124  void Clear() PROTOBUF_FINAL;
125  bool IsInitialized() const PROTOBUF_FINAL;
126 
127  size_t ByteSizeLong() const PROTOBUF_FINAL;
128  bool MergePartialFromCodedStream(
129  ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL;
130  void SerializeWithCachedSizes(
131  ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL;
132  ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
133  bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINAL;
134  int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; }
135  private:
136  void SharedCtor();
137  void SharedDtor();
138  void SetCachedSize(int size) const PROTOBUF_FINAL;
139  void InternalSwap(ROOTFilePB_Histo* other);
140  private:
141  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
142  return nullptr;
143  }
144  inline void* MaybeArenaPtr() const {
145  return nullptr;
146  }
147  public:
148 
149  ::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL;
150 
151  // nested types ----------------------------------------------------
152 
153  // accessors -------------------------------------------------------
154 
155  // required string full_pathname = 1;
156  bool has_full_pathname() const;
157  void clear_full_pathname();
158  static const int kFullPathnameFieldNumber = 1;
159  const ::std::string& full_pathname() const;
160  void set_full_pathname(const ::std::string& value);
161  #if LANG_CXX11
162  void set_full_pathname(::std::string&& value);
163  #endif
164  void set_full_pathname(const char* value);
165  void set_full_pathname(const char* value, size_t size);
166  ::std::string* mutable_full_pathname();
167  ::std::string* release_full_pathname();
168  void set_allocated_full_pathname(::std::string* full_pathname);
169 
170  // required bytes streamed_histo = 3;
171  bool has_streamed_histo() const;
172  void clear_streamed_histo();
173  static const int kStreamedHistoFieldNumber = 3;
174  const ::std::string& streamed_histo() const;
175  void set_streamed_histo(const ::std::string& value);
176  #if LANG_CXX11
177  void set_streamed_histo(::std::string&& value);
178  #endif
179  void set_streamed_histo(const char* value);
180  void set_streamed_histo(const void* value, size_t size);
181  ::std::string* mutable_streamed_histo();
182  ::std::string* release_streamed_histo();
183  void set_allocated_streamed_histo(::std::string* streamed_histo);
184 
185  // required uint32 size = 2;
186  bool has_size() const;
187  void clear_size();
188  static const int kSizeFieldNumber = 2;
190  void set_size(::google::protobuf::uint32 value);
191 
192  // required uint32 flags = 4;
193  bool has_flags() const;
194  void clear_flags();
195  static const int kFlagsFieldNumber = 4;
197  void set_flags(::google::protobuf::uint32 value);
198 
199  // @@protoc_insertion_point(class_scope:dqmstorepb.ROOTFilePB.Histo)
200  private:
201  void set_has_full_pathname();
202  void clear_has_full_pathname();
203  void set_has_size();
204  void clear_has_size();
205  void set_has_streamed_histo();
206  void clear_has_streamed_histo();
207  void set_has_flags();
208  void clear_has_flags();
209 
210  // helper for ByteSizeLong()
211  size_t RequiredFieldsByteSizeFallback() const;
212 
213  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
214  ::google::protobuf::internal::HasBits<1> _has_bits_;
215  mutable int _cached_size_;
216  ::google::protobuf::internal::ArenaStringPtr full_pathname_;
217  ::google::protobuf::internal::ArenaStringPtr streamed_histo_;
220  friend struct ::protobuf_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto::TableStruct;
222 };
223 // -------------------------------------------------------------------
224 
225 class ROOTFilePB : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dqmstorepb.ROOTFilePB) */ {
226  public:
227  ROOTFilePB();
228  ~ROOTFilePB() override;
229 
230  ROOTFilePB(const ROOTFilePB& from);
231 
232  inline ROOTFilePB& operator=(const ROOTFilePB& from) {
233  CopyFrom(from);
234  return *this;
235  }
236  #if LANG_CXX11
238  : ROOTFilePB() {
239  *this = ::std::move(from);
240  }
241 
242  inline ROOTFilePB& operator=(ROOTFilePB&& from) noexcept {
243  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
244  if (this != &from) InternalSwap(&from);
245  } else {
246  CopyFrom(from);
247  }
248  return *this;
249  }
250  #endif
251  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
252  return _internal_metadata_.unknown_fields();
253  }
254  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
255  return _internal_metadata_.mutable_unknown_fields();
256  }
257 
258  static const ::google::protobuf::Descriptor* descriptor();
259  static const ROOTFilePB& default_instance();
260 
261  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
262  static inline const ROOTFilePB* internal_default_instance() {
263  return reinterpret_cast<const ROOTFilePB*>(
265  }
266  static PROTOBUF_CONSTEXPR int const kIndexInFileMessages =
267  1;
268 
269  void Swap(ROOTFilePB* other);
270  friend void swap(ROOTFilePB& a, ROOTFilePB& b) {
271  a.Swap(&b);
272  }
273 
274  // implements Message ----------------------------------------------
275 
276  inline ROOTFilePB* New() const PROTOBUF_FINAL { return New(nullptr); }
277 
278  ROOTFilePB* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL;
279  void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
280  void MergeFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
281  void CopyFrom(const ROOTFilePB& from);
282  void MergeFrom(const ROOTFilePB& from);
283  void Clear() PROTOBUF_FINAL;
284  bool IsInitialized() const PROTOBUF_FINAL;
285 
286  size_t ByteSizeLong() const PROTOBUF_FINAL;
287  bool MergePartialFromCodedStream(
288  ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL;
289  void SerializeWithCachedSizes(
290  ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL;
291  ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
292  bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINAL;
293  int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; }
294  private:
295  void SharedCtor();
296  void SharedDtor();
297  void SetCachedSize(int size) const PROTOBUF_FINAL;
298  void InternalSwap(ROOTFilePB* other);
299  private:
300  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
301  return nullptr;
302  }
303  inline void* MaybeArenaPtr() const {
304  return nullptr;
305  }
306  public:
307 
308  ::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL;
309 
310  // nested types ----------------------------------------------------
311 
313 
314  // accessors -------------------------------------------------------
315 
316  // repeated .dqmstorepb.ROOTFilePB.Histo histo = 1;
317  int histo_size() const;
318  void clear_histo();
319  static const int kHistoFieldNumber = 1;
320  const ::dqmstorepb::ROOTFilePB_Histo& histo(int index) const;
321  ::dqmstorepb::ROOTFilePB_Histo* mutable_histo(int index);
322  ::dqmstorepb::ROOTFilePB_Histo* add_histo();
323  ::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo >*
324  mutable_histo();
325  const ::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo >&
326  histo() const;
327 
328  // @@protoc_insertion_point(class_scope:dqmstorepb.ROOTFilePB)
329  private:
330 
331  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
332  ::google::protobuf::internal::HasBits<1> _has_bits_;
333  mutable int _cached_size_;
334  ::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_;
335  friend struct ::protobuf_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto::TableStruct;
337 };
338 // ===================================================================
339 
340 
341 // ===================================================================
342 
343 #ifdef __GNUC__
344  #pragma GCC diagnostic push
345  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
346 #endif // __GNUC__
347 // ROOTFilePB_Histo
348 
349 // required string full_pathname = 1;
350 inline bool ROOTFilePB_Histo::has_full_pathname() const {
351  return (_has_bits_[0] & 0x00000001u) != 0;
352 }
353 inline void ROOTFilePB_Histo::set_has_full_pathname() {
354  _has_bits_[0] |= 0x00000001u;
355 }
356 inline void ROOTFilePB_Histo::clear_has_full_pathname() {
357  _has_bits_[0] &= ~0x00000001u;
358 }
359 inline void ROOTFilePB_Histo::clear_full_pathname() {
360  full_pathname_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
361  clear_has_full_pathname();
362 }
363 inline const ::std::string& ROOTFilePB_Histo::full_pathname() const {
364  // @@protoc_insertion_point(field_get:dqmstorepb.ROOTFilePB.Histo.full_pathname)
365  return full_pathname_.GetNoArena();
366 }
367 inline void ROOTFilePB_Histo::set_full_pathname(const ::std::string& value) {
368  set_has_full_pathname();
369  full_pathname_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
370  // @@protoc_insertion_point(field_set:dqmstorepb.ROOTFilePB.Histo.full_pathname)
371 }
372 #if LANG_CXX11
373 inline void ROOTFilePB_Histo::set_full_pathname(::std::string&& value) {
374  set_has_full_pathname();
375  full_pathname_.SetNoArena(
376  &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
377  // @@protoc_insertion_point(field_set_rvalue:dqmstorepb.ROOTFilePB.Histo.full_pathname)
378 }
379 #endif
380 inline void ROOTFilePB_Histo::set_full_pathname(const char* value) {
381  GOOGLE_DCHECK(value != nullptr);
382  set_has_full_pathname();
383  full_pathname_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
384  // @@protoc_insertion_point(field_set_char:dqmstorepb.ROOTFilePB.Histo.full_pathname)
385 }
386 inline void ROOTFilePB_Histo::set_full_pathname(const char* value, size_t size) {
387  set_has_full_pathname();
388  full_pathname_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
389  ::std::string(reinterpret_cast<const char*>(value), size));
390  // @@protoc_insertion_point(field_set_pointer:dqmstorepb.ROOTFilePB.Histo.full_pathname)
391 }
392 inline ::std::string* ROOTFilePB_Histo::mutable_full_pathname() {
393  set_has_full_pathname();
394  // @@protoc_insertion_point(field_mutable:dqmstorepb.ROOTFilePB.Histo.full_pathname)
395  return full_pathname_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
396 }
397 inline ::std::string* ROOTFilePB_Histo::release_full_pathname() {
398  // @@protoc_insertion_point(field_release:dqmstorepb.ROOTFilePB.Histo.full_pathname)
399  clear_has_full_pathname();
400  return full_pathname_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
401 }
402 inline void ROOTFilePB_Histo::set_allocated_full_pathname(::std::string* full_pathname) {
403  if (full_pathname != nullptr) {
404  set_has_full_pathname();
405  } else {
406  clear_has_full_pathname();
407  }
408  full_pathname_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), full_pathname);
409  // @@protoc_insertion_point(field_set_allocated:dqmstorepb.ROOTFilePB.Histo.full_pathname)
410 }
411 
412 // required uint32 size = 2;
413 inline bool ROOTFilePB_Histo::has_size() const {
414  return (_has_bits_[0] & 0x00000004u) != 0;
415 }
416 inline void ROOTFilePB_Histo::set_has_size() {
417  _has_bits_[0] |= 0x00000004u;
418 }
419 inline void ROOTFilePB_Histo::clear_has_size() {
420  _has_bits_[0] &= ~0x00000004u;
421 }
422 inline void ROOTFilePB_Histo::clear_size() {
423  size_ = 0u;
424  clear_has_size();
425 }
427  // @@protoc_insertion_point(field_get:dqmstorepb.ROOTFilePB.Histo.size)
428  return size_;
429 }
430 inline void ROOTFilePB_Histo::set_size(::google::protobuf::uint32 value) {
431  set_has_size();
432  size_ = value;
433  // @@protoc_insertion_point(field_set:dqmstorepb.ROOTFilePB.Histo.size)
434 }
435 
436 // required bytes streamed_histo = 3;
437 inline bool ROOTFilePB_Histo::has_streamed_histo() const {
438  return (_has_bits_[0] & 0x00000002u) != 0;
439 }
440 inline void ROOTFilePB_Histo::set_has_streamed_histo() {
441  _has_bits_[0] |= 0x00000002u;
442 }
443 inline void ROOTFilePB_Histo::clear_has_streamed_histo() {
444  _has_bits_[0] &= ~0x00000002u;
445 }
446 inline void ROOTFilePB_Histo::clear_streamed_histo() {
447  streamed_histo_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
448  clear_has_streamed_histo();
449 }
450 inline const ::std::string& ROOTFilePB_Histo::streamed_histo() const {
451  // @@protoc_insertion_point(field_get:dqmstorepb.ROOTFilePB.Histo.streamed_histo)
452  return streamed_histo_.GetNoArena();
453 }
454 inline void ROOTFilePB_Histo::set_streamed_histo(const ::std::string& value) {
455  set_has_streamed_histo();
456  streamed_histo_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
457  // @@protoc_insertion_point(field_set:dqmstorepb.ROOTFilePB.Histo.streamed_histo)
458 }
459 #if LANG_CXX11
460 inline void ROOTFilePB_Histo::set_streamed_histo(::std::string&& value) {
461  set_has_streamed_histo();
462  streamed_histo_.SetNoArena(
463  &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
464  // @@protoc_insertion_point(field_set_rvalue:dqmstorepb.ROOTFilePB.Histo.streamed_histo)
465 }
466 #endif
467 inline void ROOTFilePB_Histo::set_streamed_histo(const char* value) {
468  GOOGLE_DCHECK(value != nullptr);
469  set_has_streamed_histo();
470  streamed_histo_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
471  // @@protoc_insertion_point(field_set_char:dqmstorepb.ROOTFilePB.Histo.streamed_histo)
472 }
473 inline void ROOTFilePB_Histo::set_streamed_histo(const void* value, size_t size) {
474  set_has_streamed_histo();
475  streamed_histo_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
476  ::std::string(reinterpret_cast<const char*>(value), size));
477  // @@protoc_insertion_point(field_set_pointer:dqmstorepb.ROOTFilePB.Histo.streamed_histo)
478 }
479 inline ::std::string* ROOTFilePB_Histo::mutable_streamed_histo() {
480  set_has_streamed_histo();
481  // @@protoc_insertion_point(field_mutable:dqmstorepb.ROOTFilePB.Histo.streamed_histo)
482  return streamed_histo_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
483 }
484 inline ::std::string* ROOTFilePB_Histo::release_streamed_histo() {
485  // @@protoc_insertion_point(field_release:dqmstorepb.ROOTFilePB.Histo.streamed_histo)
486  clear_has_streamed_histo();
487  return streamed_histo_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
488 }
489 inline void ROOTFilePB_Histo::set_allocated_streamed_histo(::std::string* streamed_histo) {
490  if (streamed_histo != nullptr) {
491  set_has_streamed_histo();
492  } else {
493  clear_has_streamed_histo();
494  }
495  streamed_histo_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), streamed_histo);
496  // @@protoc_insertion_point(field_set_allocated:dqmstorepb.ROOTFilePB.Histo.streamed_histo)
497 }
498 
499 // required uint32 flags = 4;
500 inline bool ROOTFilePB_Histo::has_flags() const {
501  return (_has_bits_[0] & 0x00000008u) != 0;
502 }
503 inline void ROOTFilePB_Histo::set_has_flags() {
504  _has_bits_[0] |= 0x00000008u;
505 }
506 inline void ROOTFilePB_Histo::clear_has_flags() {
507  _has_bits_[0] &= ~0x00000008u;
508 }
509 inline void ROOTFilePB_Histo::clear_flags() {
510  flags_ = 0u;
511  clear_has_flags();
512 }
514  // @@protoc_insertion_point(field_get:dqmstorepb.ROOTFilePB.Histo.flags)
515  return flags_;
516 }
517 inline void ROOTFilePB_Histo::set_flags(::google::protobuf::uint32 value) {
518  set_has_flags();
519  flags_ = value;
520  // @@protoc_insertion_point(field_set:dqmstorepb.ROOTFilePB.Histo.flags)
521 }
522 
523 // -------------------------------------------------------------------
524 
525 // ROOTFilePB
526 
527 // repeated .dqmstorepb.ROOTFilePB.Histo histo = 1;
528 inline int ROOTFilePB::histo_size() const {
529  return histo_.size();
530 }
531 inline void ROOTFilePB::clear_histo() {
532  histo_.Clear();
533 }
534 inline const ::dqmstorepb::ROOTFilePB_Histo& ROOTFilePB::histo(int index) const {
535  // @@protoc_insertion_point(field_get:dqmstorepb.ROOTFilePB.histo)
536  return histo_.Get(index);
537 }
538 inline ::dqmstorepb::ROOTFilePB_Histo* ROOTFilePB::mutable_histo(int index) {
539  // @@protoc_insertion_point(field_mutable:dqmstorepb.ROOTFilePB.histo)
540  return histo_.Mutable(index);
541 }
542 inline ::dqmstorepb::ROOTFilePB_Histo* ROOTFilePB::add_histo() {
543  // @@protoc_insertion_point(field_add:dqmstorepb.ROOTFilePB.histo)
544  return histo_.Add();
545 }
546 inline ::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo >*
547 ROOTFilePB::mutable_histo() {
548  // @@protoc_insertion_point(field_mutable_list:dqmstorepb.ROOTFilePB.histo)
549  return &histo_;
550 }
551 inline const ::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo >&
553  // @@protoc_insertion_point(field_list:dqmstorepb.ROOTFilePB.histo)
554  return histo_;
555 }
556 
557 #ifdef __GNUC__
558  #pragma GCC diagnostic pop
559 #endif // __GNUC__
560 // -------------------------------------------------------------------
561 
562 
563 // @@protoc_insertion_point(namespace_scope)
564 
565 } // namespace dqmstorepb
566 
567 // @@protoc_insertion_point(global_scope)
568 
569 #endif // PROTOBUF_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto__INCLUDED
::google::protobuf::uint32 flags_
size
Write out results.
static const ::google::protobuf::internal::FieldMetadata field_metadata[]
Definition: ROOTFilePB.pb.h:40
friend void swap(ROOTFilePB_Histo &a, ROOTFilePB_Histo &b)
ROOTFilePB_Histo * New() const PROTOBUF_FINAL
static const ::google::protobuf::internal::AuxillaryParseTableField aux[]
Definition: ROOTFilePB.pb.h:38
int GetCachedSize() const PROTOBUF_FINAL
ROOTFilePB & operator=(const ROOTFilePB &from)
static const ROOTFilePB_Histo * internal_default_instance()
::google::protobuf::internal::HasBits< 1 > _has_bits_
std::vector< Variable::Flags > flags
Definition: MVATrainer.cc:135
static std::string const input
Definition: EdmProvDump.cc:48
inline::google::protobuf::Arena * GetArenaNoVirtual() const
ROOTFilePB * New() const PROTOBUF_FINAL
void Swap(ROOTFilePB *other)
ROOTFilePB_Histo Histo
int GetCachedSize() const PROTOBUF_FINAL
::google::protobuf::internal::ArenaStringPtr full_pathname_
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
class dqmstorepb::ROOTFilePBDefaultTypeInternal _ROOTFilePB_default_instance_
Definition: ROOTFilePB.pb.h:56
static const ::google::protobuf::internal::ParseTable schema[2]
Definition: ROOTFilePB.pb.h:39
::google::protobuf::internal::HasBits< 1 > _has_bits_
Definition: value.py:1
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
Definition: ROOTFilePB.pb.h:92
void * MaybeArenaPtr() const
class dqmstorepb::ROOTFilePB_HistoDefaultTypeInternal _ROOTFilePB_Histo_default_instance_
Definition: ROOTFilePB.pb.h:59
unsigned int uint32
Definition: MsgTools.h:13
static const ROOTFilePB * internal_default_instance()
ROOTFilePB_Histo & operator=(const ROOTFilePB_Histo &from)
Definition: ROOTFilePB.pb.h:73
#define noexcept
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
friend void swap(ROOTFilePB &a, ROOTFilePB &b)
::google::protobuf::uint32 size_
double b
Definition: hdecay.h:120
void Swap(T &a, T &b)
Definition: MathUtil.h:32
static const ::google::protobuf::internal::ParseTableField entries[]
Definition: ROOTFilePB.pb.h:37
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
unsigned char uint8
Definition: MsgTools.h:11
double a
Definition: hdecay.h:121
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
Definition: ROOTFilePB.pb.h:95
inline::google::protobuf::Arena * GetArenaNoVirtual() const
::google::protobuf::internal::ArenaStringPtr streamed_histo_
void Swap(ROOTFilePB_Histo *other)
static const ::google::protobuf::internal::SerializationTable serialization_table[]
Definition: ROOTFilePB.pb.h:41
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
def move(src, dest)
Definition: eostools.py:511