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