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 
67  : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dqmstorepb.ROOTFilePB.Histo) */ {
68  public:
70  ~ROOTFilePB_Histo() override;
71 
73 
75  CopyFrom(from);
76  return *this;
77  }
78 #if LANG_CXX11
80 
81  inline ROOTFilePB_Histo& operator=(ROOTFilePB_Histo&& from) noexcept {
82  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
83  if (this != &from)
84  InternalSwap(&from);
85  } else {
86  CopyFrom(from);
87  }
88  return *this;
89  }
90 #endif
91  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
92  return _internal_metadata_.unknown_fields();
93  }
94  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
95  return _internal_metadata_.mutable_unknown_fields();
96  }
97 
98  static const ::google::protobuf::Descriptor* descriptor();
99  static const ROOTFilePB_Histo& default_instance();
100 
101  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
103  return reinterpret_cast<const ROOTFilePB_Histo*>(&_ROOTFilePB_Histo_default_instance_);
104  }
105  static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = 0;
106 
107  void Swap(ROOTFilePB_Histo* other);
108  friend void swap(ROOTFilePB_Histo& a, ROOTFilePB_Histo& b) { a.Swap(&b); }
109 
110  // implements Message ----------------------------------------------
111 
112  inline ROOTFilePB_Histo* New() const PROTOBUF_FINAL { return New(nullptr); }
113 
114  ROOTFilePB_Histo* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL;
115  void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
116  void MergeFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
117  void CopyFrom(const ROOTFilePB_Histo& from);
118  void MergeFrom(const ROOTFilePB_Histo& from);
119  void Clear() PROTOBUF_FINAL;
120  bool IsInitialized() const PROTOBUF_FINAL;
121 
122  size_t ByteSizeLong() const PROTOBUF_FINAL;
123  bool MergePartialFromCodedStream(::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL;
124  void SerializeWithCachedSizes(::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL;
125  ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
126  bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINAL;
127  int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; }
128 
129  private:
130  void SharedCtor();
131  void SharedDtor();
132  void SetCachedSize(int size) const PROTOBUF_FINAL;
133  void InternalSwap(ROOTFilePB_Histo* other);
134 
135  private:
136  inline ::google::protobuf::Arena* GetArenaNoVirtual() const { return nullptr; }
137  inline void* MaybeArenaPtr() const { return nullptr; }
138 
139  public:
140  ::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL;
141 
142  // nested types ----------------------------------------------------
143 
144  // accessors -------------------------------------------------------
145 
146  // required string full_pathname = 1;
147  bool has_full_pathname() const;
148  void clear_full_pathname();
149  static const int kFullPathnameFieldNumber = 1;
150  const ::std::string& full_pathname() const;
151  void set_full_pathname(const ::std::string& value);
152 #if LANG_CXX11
153  void set_full_pathname(::std::string&& value);
154 #endif
155  void set_full_pathname(const char* value);
156  void set_full_pathname(const char* value, size_t size);
157  ::std::string* mutable_full_pathname();
158  ::std::string* release_full_pathname();
159  void set_allocated_full_pathname(::std::string* full_pathname);
160 
161  // required bytes streamed_histo = 3;
162  bool has_streamed_histo() const;
163  void clear_streamed_histo();
164  static const int kStreamedHistoFieldNumber = 3;
165  const ::std::string& streamed_histo() const;
166  void set_streamed_histo(const ::std::string& value);
167 #if LANG_CXX11
168  void set_streamed_histo(::std::string&& value);
169 #endif
170  void set_streamed_histo(const char* value);
171  void set_streamed_histo(const void* value, size_t size);
172  ::std::string* mutable_streamed_histo();
173  ::std::string* release_streamed_histo();
174  void set_allocated_streamed_histo(::std::string* streamed_histo);
175 
176  // required uint32 size = 2;
177  bool has_size() const;
178  void clear_size();
179  static const int kSizeFieldNumber = 2;
181  void set_size(::google::protobuf::uint32 value);
182 
183  // required uint32 flags = 4;
184  bool has_flags() const;
185  void clear_flags();
186  static const int kFlagsFieldNumber = 4;
188  void set_flags(::google::protobuf::uint32 value);
189 
190  // @@protoc_insertion_point(class_scope:dqmstorepb.ROOTFilePB.Histo)
191  private:
192  void set_has_full_pathname();
193  void clear_has_full_pathname();
194  void set_has_size();
195  void clear_has_size();
196  void set_has_streamed_histo();
197  void clear_has_streamed_histo();
198  void set_has_flags();
199  void clear_has_flags();
200 
201  // helper for ByteSizeLong()
202  size_t RequiredFieldsByteSizeFallback() const;
203 
204  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
205  ::google::protobuf::internal::HasBits<1> _has_bits_;
206  mutable int _cached_size_;
207  ::google::protobuf::internal::ArenaStringPtr full_pathname_;
208  ::google::protobuf::internal::ArenaStringPtr streamed_histo_;
211  friend struct ::protobuf_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto::TableStruct;
213  };
214  // -------------------------------------------------------------------
215 
217  : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dqmstorepb.ROOTFilePB) */ {
218  public:
219  ROOTFilePB();
220  ~ROOTFilePB() override;
221 
222  ROOTFilePB(const ROOTFilePB& from);
223 
224  inline ROOTFilePB& operator=(const ROOTFilePB& from) {
225  CopyFrom(from);
226  return *this;
227  }
228 #if LANG_CXX11
229  ROOTFilePB(ROOTFilePB&& from) noexcept : ROOTFilePB() { *this = ::std::move(from); }
230 
231  inline ROOTFilePB& operator=(ROOTFilePB&& from) noexcept {
232  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
233  if (this != &from)
234  InternalSwap(&from);
235  } else {
236  CopyFrom(from);
237  }
238  return *this;
239  }
240 #endif
241  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
242  return _internal_metadata_.unknown_fields();
243  }
244  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
245  return _internal_metadata_.mutable_unknown_fields();
246  }
247 
248  static const ::google::protobuf::Descriptor* descriptor();
249  static const ROOTFilePB& default_instance();
250 
251  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
252  static inline const ROOTFilePB* internal_default_instance() {
253  return reinterpret_cast<const ROOTFilePB*>(&_ROOTFilePB_default_instance_);
254  }
255  static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = 1;
256 
257  void Swap(ROOTFilePB* other);
258  friend void swap(ROOTFilePB& a, ROOTFilePB& b) { a.Swap(&b); }
259 
260  // implements Message ----------------------------------------------
261 
262  inline ROOTFilePB* New() const PROTOBUF_FINAL { return New(nullptr); }
263 
264  ROOTFilePB* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL;
265  void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
266  void MergeFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
267  void CopyFrom(const ROOTFilePB& from);
268  void MergeFrom(const ROOTFilePB& from);
269  void Clear() PROTOBUF_FINAL;
270  bool IsInitialized() const PROTOBUF_FINAL;
271 
272  size_t ByteSizeLong() const PROTOBUF_FINAL;
273  bool MergePartialFromCodedStream(::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL;
274  void SerializeWithCachedSizes(::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL;
275  ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
276  bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINAL;
277  int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; }
278 
279  private:
280  void SharedCtor();
281  void SharedDtor();
282  void SetCachedSize(int size) const PROTOBUF_FINAL;
283  void InternalSwap(ROOTFilePB* other);
284 
285  private:
286  inline ::google::protobuf::Arena* GetArenaNoVirtual() const { return nullptr; }
287  inline void* MaybeArenaPtr() const { return nullptr; }
288 
289  public:
290  ::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL;
291 
292  // nested types ----------------------------------------------------
293 
295 
296  // accessors -------------------------------------------------------
297 
298  // repeated .dqmstorepb.ROOTFilePB.Histo histo = 1;
299  int histo_size() const;
300  void clear_histo();
301  static const int kHistoFieldNumber = 1;
302  const ::dqmstorepb::ROOTFilePB_Histo& histo(int index) const;
303  ::dqmstorepb::ROOTFilePB_Histo* mutable_histo(int index);
304  ::dqmstorepb::ROOTFilePB_Histo* add_histo();
305  ::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo>* mutable_histo();
306  const ::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo>& histo() const;
307 
308  // @@protoc_insertion_point(class_scope:dqmstorepb.ROOTFilePB)
309  private:
310  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
311  ::google::protobuf::internal::HasBits<1> _has_bits_;
312  mutable int _cached_size_;
313  ::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo> histo_;
314  friend struct ::protobuf_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto::TableStruct;
316  };
317  // ===================================================================
318 
319  // ===================================================================
320 
321 #ifdef __GNUC__
322 #pragma GCC diagnostic push
323 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
324 #endif // __GNUC__
325  // ROOTFilePB_Histo
326 
327  // required string full_pathname = 1;
328  inline bool ROOTFilePB_Histo::has_full_pathname() const { return (_has_bits_[0] & 0x00000001u) != 0; }
329  inline void ROOTFilePB_Histo::set_has_full_pathname() { _has_bits_[0] |= 0x00000001u; }
330  inline void ROOTFilePB_Histo::clear_has_full_pathname() { _has_bits_[0] &= ~0x00000001u; }
331  inline void ROOTFilePB_Histo::clear_full_pathname() {
332  full_pathname_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
333  clear_has_full_pathname();
334  }
335  inline const ::std::string& ROOTFilePB_Histo::full_pathname() const {
336  // @@protoc_insertion_point(field_get:dqmstorepb.ROOTFilePB.Histo.full_pathname)
337  return full_pathname_.GetNoArena();
338  }
339  inline void ROOTFilePB_Histo::set_full_pathname(const ::std::string& value) {
340  set_has_full_pathname();
341  full_pathname_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
342  // @@protoc_insertion_point(field_set:dqmstorepb.ROOTFilePB.Histo.full_pathname)
343  }
344 #if LANG_CXX11
345  inline void ROOTFilePB_Histo::set_full_pathname(::std::string&& value) {
346  set_has_full_pathname();
347  full_pathname_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
348  // @@protoc_insertion_point(field_set_rvalue:dqmstorepb.ROOTFilePB.Histo.full_pathname)
349  }
350 #endif
351  inline void ROOTFilePB_Histo::set_full_pathname(const char* value) {
352  GOOGLE_DCHECK(value != nullptr);
353  set_has_full_pathname();
354  full_pathname_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
355  // @@protoc_insertion_point(field_set_char:dqmstorepb.ROOTFilePB.Histo.full_pathname)
356  }
357  inline void ROOTFilePB_Histo::set_full_pathname(const char* value, size_t size) {
358  set_has_full_pathname();
359  full_pathname_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
360  ::std::string(reinterpret_cast<const char*>(value), size));
361  // @@protoc_insertion_point(field_set_pointer:dqmstorepb.ROOTFilePB.Histo.full_pathname)
362  }
363  inline ::std::string* ROOTFilePB_Histo::mutable_full_pathname() {
364  set_has_full_pathname();
365  // @@protoc_insertion_point(field_mutable:dqmstorepb.ROOTFilePB.Histo.full_pathname)
366  return full_pathname_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
367  }
368  inline ::std::string* ROOTFilePB_Histo::release_full_pathname() {
369  // @@protoc_insertion_point(field_release:dqmstorepb.ROOTFilePB.Histo.full_pathname)
370  clear_has_full_pathname();
371  return full_pathname_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
372  }
373  inline void ROOTFilePB_Histo::set_allocated_full_pathname(::std::string* full_pathname) {
374  if (full_pathname != nullptr) {
375  set_has_full_pathname();
376  } else {
377  clear_has_full_pathname();
378  }
379  full_pathname_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), full_pathname);
380  // @@protoc_insertion_point(field_set_allocated:dqmstorepb.ROOTFilePB.Histo.full_pathname)
381  }
382 
383  // required uint32 size = 2;
384  inline bool ROOTFilePB_Histo::has_size() const { return (_has_bits_[0] & 0x00000004u) != 0; }
385  inline void ROOTFilePB_Histo::set_has_size() { _has_bits_[0] |= 0x00000004u; }
386  inline void ROOTFilePB_Histo::clear_has_size() { _has_bits_[0] &= ~0x00000004u; }
387  inline void ROOTFilePB_Histo::clear_size() {
388  size_ = 0u;
389  clear_has_size();
390  }
392  // @@protoc_insertion_point(field_get:dqmstorepb.ROOTFilePB.Histo.size)
393  return size_;
394  }
395  inline void ROOTFilePB_Histo::set_size(::google::protobuf::uint32 value) {
396  set_has_size();
397  size_ = value;
398  // @@protoc_insertion_point(field_set:dqmstorepb.ROOTFilePB.Histo.size)
399  }
400 
401  // required bytes streamed_histo = 3;
402  inline bool ROOTFilePB_Histo::has_streamed_histo() const { return (_has_bits_[0] & 0x00000002u) != 0; }
403  inline void ROOTFilePB_Histo::set_has_streamed_histo() { _has_bits_[0] |= 0x00000002u; }
404  inline void ROOTFilePB_Histo::clear_has_streamed_histo() { _has_bits_[0] &= ~0x00000002u; }
405  inline void ROOTFilePB_Histo::clear_streamed_histo() {
406  streamed_histo_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
407  clear_has_streamed_histo();
408  }
409  inline const ::std::string& ROOTFilePB_Histo::streamed_histo() const {
410  // @@protoc_insertion_point(field_get:dqmstorepb.ROOTFilePB.Histo.streamed_histo)
411  return streamed_histo_.GetNoArena();
412  }
413  inline void ROOTFilePB_Histo::set_streamed_histo(const ::std::string& value) {
414  set_has_streamed_histo();
415  streamed_histo_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
416  // @@protoc_insertion_point(field_set:dqmstorepb.ROOTFilePB.Histo.streamed_histo)
417  }
418 #if LANG_CXX11
419  inline void ROOTFilePB_Histo::set_streamed_histo(::std::string&& value) {
420  set_has_streamed_histo();
421  streamed_histo_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
422  // @@protoc_insertion_point(field_set_rvalue:dqmstorepb.ROOTFilePB.Histo.streamed_histo)
423  }
424 #endif
425  inline void ROOTFilePB_Histo::set_streamed_histo(const char* value) {
426  GOOGLE_DCHECK(value != nullptr);
427  set_has_streamed_histo();
428  streamed_histo_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
429  // @@protoc_insertion_point(field_set_char:dqmstorepb.ROOTFilePB.Histo.streamed_histo)
430  }
431  inline void ROOTFilePB_Histo::set_streamed_histo(const void* value, size_t size) {
432  set_has_streamed_histo();
433  streamed_histo_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
434  ::std::string(reinterpret_cast<const char*>(value), size));
435  // @@protoc_insertion_point(field_set_pointer:dqmstorepb.ROOTFilePB.Histo.streamed_histo)
436  }
437  inline ::std::string* ROOTFilePB_Histo::mutable_streamed_histo() {
438  set_has_streamed_histo();
439  // @@protoc_insertion_point(field_mutable:dqmstorepb.ROOTFilePB.Histo.streamed_histo)
440  return streamed_histo_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
441  }
442  inline ::std::string* ROOTFilePB_Histo::release_streamed_histo() {
443  // @@protoc_insertion_point(field_release:dqmstorepb.ROOTFilePB.Histo.streamed_histo)
444  clear_has_streamed_histo();
445  return streamed_histo_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
446  }
447  inline void ROOTFilePB_Histo::set_allocated_streamed_histo(::std::string* streamed_histo) {
448  if (streamed_histo != nullptr) {
449  set_has_streamed_histo();
450  } else {
451  clear_has_streamed_histo();
452  }
453  streamed_histo_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), streamed_histo);
454  // @@protoc_insertion_point(field_set_allocated:dqmstorepb.ROOTFilePB.Histo.streamed_histo)
455  }
456 
457  // required uint32 flags = 4;
458  inline bool ROOTFilePB_Histo::has_flags() const { return (_has_bits_[0] & 0x00000008u) != 0; }
459  inline void ROOTFilePB_Histo::set_has_flags() { _has_bits_[0] |= 0x00000008u; }
460  inline void ROOTFilePB_Histo::clear_has_flags() { _has_bits_[0] &= ~0x00000008u; }
461  inline void ROOTFilePB_Histo::clear_flags() {
462  flags_ = 0u;
463  clear_has_flags();
464  }
466  // @@protoc_insertion_point(field_get:dqmstorepb.ROOTFilePB.Histo.flags)
467  return flags_;
468  }
469  inline void ROOTFilePB_Histo::set_flags(::google::protobuf::uint32 value) {
470  set_has_flags();
471  flags_ = value;
472  // @@protoc_insertion_point(field_set:dqmstorepb.ROOTFilePB.Histo.flags)
473  }
474 
475  // -------------------------------------------------------------------
476 
477  // ROOTFilePB
478 
479  // repeated .dqmstorepb.ROOTFilePB.Histo histo = 1;
480  inline int ROOTFilePB::histo_size() const { return histo_.size(); }
481  inline void ROOTFilePB::clear_histo() { histo_.Clear(); }
482  inline const ::dqmstorepb::ROOTFilePB_Histo& ROOTFilePB::histo(int index) const {
483  // @@protoc_insertion_point(field_get:dqmstorepb.ROOTFilePB.histo)
484  return histo_.Get(index);
485  }
486  inline ::dqmstorepb::ROOTFilePB_Histo* ROOTFilePB::mutable_histo(int index) {
487  // @@protoc_insertion_point(field_mutable:dqmstorepb.ROOTFilePB.histo)
488  return histo_.Mutable(index);
489  }
490  inline ::dqmstorepb::ROOTFilePB_Histo* ROOTFilePB::add_histo() {
491  // @@protoc_insertion_point(field_add:dqmstorepb.ROOTFilePB.histo)
492  return histo_.Add();
493  }
494  inline ::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo>* ROOTFilePB::mutable_histo() {
495  // @@protoc_insertion_point(field_mutable_list:dqmstorepb.ROOTFilePB.histo)
496  return &histo_;
497  }
498  inline const ::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo>& ROOTFilePB::histo() const {
499  // @@protoc_insertion_point(field_list:dqmstorepb.ROOTFilePB.histo)
500  return histo_;
501  }
502 
503 #ifdef __GNUC__
504 #pragma GCC diagnostic pop
505 #endif // __GNUC__
506  // -------------------------------------------------------------------
507 
508  // @@protoc_insertion_point(namespace_scope)
509 
510 } // namespace dqmstorepb
511 
512 // @@protoc_insertion_point(global_scope)
513 
514 #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_
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_
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:91
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:74
#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:118
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:119
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
Definition: ROOTFilePB.pb.h:94
inline::google::protobuf::Arena * GetArenaNoVirtual() const
::google::protobuf::internal::ArenaStringPtr streamed_histo_
void Swap(ROOTFilePB_Histo *other)
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
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