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 < 3002000
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 3002000 < 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_util.h>
26 #include <google/protobuf/metadata.h>
27 #include <google/protobuf/message.h>
28 #include <google/protobuf/repeated_field.h> // IWYU pragma: export
29 #include <google/protobuf/extension_set.h> // IWYU pragma: export
30 #include <google/protobuf/unknown_field_set.h>
31 // @@protoc_insertion_point(includes)
32 namespace dqmstorepb {
33 class ROOTFilePB;
36 class ROOTFilePB_Histo;
39 } // namespace dqmstorepb
40 
41 namespace dqmstorepb {
42 
43 namespace protobuf_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto {
44 // Internal implementation detail -- do not call these.
45 struct TableStruct {
47  static void InitDefaultsImpl();
48  static void Shutdown();
49 };
50 void AddDescriptors();
51 void InitDefaults();
52 } // namespace protobuf_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto
53 
54 // ===================================================================
55 
56 class ROOTFilePB_Histo : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dqmstorepb.ROOTFilePB.Histo) */ {
57  public:
59  virtual ~ROOTFilePB_Histo();
60 
62 
64  CopyFrom(from);
65  return *this;
66  }
67 
68  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
69  return _internal_metadata_.unknown_fields();
70  }
71 
72  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
73  return _internal_metadata_.mutable_unknown_fields();
74  }
75 
76  static const ::google::protobuf::Descriptor* descriptor();
77  static const ROOTFilePB_Histo& default_instance();
78 
80  return reinterpret_cast<const ROOTFilePB_Histo*>(
82  }
83 
85 
86  // implements Message ----------------------------------------------
87 
88  inline ROOTFilePB_Histo* New() const PROTOBUF_FINAL { return New(NULL); }
89 
90  ROOTFilePB_Histo* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL;
91  void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
92  void MergeFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
93  void CopyFrom(const ROOTFilePB_Histo& from);
94  void MergeFrom(const ROOTFilePB_Histo& from);
95  void Clear() PROTOBUF_FINAL;
96  bool IsInitialized() const PROTOBUF_FINAL;
97 
98  size_t ByteSizeLong() const PROTOBUF_FINAL;
99  bool MergePartialFromCodedStream(
100  ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL;
101  void SerializeWithCachedSizes(
102  ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL;
103  ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
104  bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINAL;
106  const PROTOBUF_FINAL {
107  return InternalSerializeWithCachedSizesToArray(
108  ::google::protobuf::io::CodedOutputStream::IsDefaultSerializationDeterministic(), output);
109  }
110  int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; }
111  private:
112  void SharedCtor();
113  void SharedDtor();
114  void SetCachedSize(int size) const PROTOBUF_FINAL;
115  void InternalSwap(ROOTFilePB_Histo* other);
116  private:
117  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
118  return NULL;
119  }
120  inline void* MaybeArenaPtr() const {
121  return NULL;
122  }
123  public:
124 
125  ::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL;
126 
127  // nested types ----------------------------------------------------
128 
129  // accessors -------------------------------------------------------
130 
131  // required string full_pathname = 1;
132  bool has_full_pathname() const;
133  void clear_full_pathname();
134  static const int kFullPathnameFieldNumber = 1;
135  const ::std::string& full_pathname() const;
136  void set_full_pathname(const ::std::string& value);
137  #if LANG_CXX11
138  void set_full_pathname(::std::string&& value);
139  #endif
140  void set_full_pathname(const char* value);
141  void set_full_pathname(const char* value, size_t size);
142  ::std::string* mutable_full_pathname();
143  ::std::string* release_full_pathname();
144  void set_allocated_full_pathname(::std::string* full_pathname);
145 
146  // required bytes streamed_histo = 3;
147  bool has_streamed_histo() const;
148  void clear_streamed_histo();
149  static const int kStreamedHistoFieldNumber = 3;
150  const ::std::string& streamed_histo() const;
151  void set_streamed_histo(const ::std::string& value);
152  #if LANG_CXX11
153  void set_streamed_histo(::std::string&& value);
154  #endif
155  void set_streamed_histo(const char* value);
156  void set_streamed_histo(const void* value, size_t size);
157  ::std::string* mutable_streamed_histo();
158  ::std::string* release_streamed_histo();
159  void set_allocated_streamed_histo(::std::string* streamed_histo);
160 
161  // required uint32 size = 2;
162  bool has_size() const;
163  void clear_size();
164  static const int kSizeFieldNumber = 2;
166  void set_size(::google::protobuf::uint32 value);
167 
168  // required uint32 flags = 4;
169  bool has_flags() const;
170  void clear_flags();
171  static const int kFlagsFieldNumber = 4;
173  void set_flags(::google::protobuf::uint32 value);
174 
175  // @@protoc_insertion_point(class_scope:dqmstorepb.ROOTFilePB.Histo)
176  private:
177  void set_has_full_pathname();
178  void clear_has_full_pathname();
179  void set_has_size();
180  void clear_has_size();
181  void set_has_streamed_histo();
182  void clear_has_streamed_histo();
183  void set_has_flags();
184  void clear_has_flags();
185 
186  // helper for ByteSizeLong()
187  size_t RequiredFieldsByteSizeFallback() const;
188 
189  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
190  ::google::protobuf::internal::HasBits<1> _has_bits_;
191  mutable int _cached_size_;
192  ::google::protobuf::internal::ArenaStringPtr full_pathname_;
193  ::google::protobuf::internal::ArenaStringPtr streamed_histo_;
197 };
198 // -------------------------------------------------------------------
199 
200 class ROOTFilePB : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dqmstorepb.ROOTFilePB) */ {
201  public:
202  ROOTFilePB();
203  virtual ~ROOTFilePB();
204 
205  ROOTFilePB(const ROOTFilePB& from);
206 
207  inline ROOTFilePB& operator=(const ROOTFilePB& from) {
208  CopyFrom(from);
209  return *this;
210  }
211 
212  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
213  return _internal_metadata_.unknown_fields();
214  }
215 
216  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
217  return _internal_metadata_.mutable_unknown_fields();
218  }
219 
220  static const ::google::protobuf::Descriptor* descriptor();
221  static const ROOTFilePB& default_instance();
222 
223  static inline const ROOTFilePB* internal_default_instance() {
224  return reinterpret_cast<const ROOTFilePB*>(
226  }
227 
228  void Swap(ROOTFilePB* other);
229 
230  // implements Message ----------------------------------------------
231 
232  inline ROOTFilePB* New() const PROTOBUF_FINAL { return New(NULL); }
233 
234  ROOTFilePB* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL;
235  void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
236  void MergeFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
237  void CopyFrom(const ROOTFilePB& from);
238  void MergeFrom(const ROOTFilePB& from);
239  void Clear() PROTOBUF_FINAL;
240  bool IsInitialized() const PROTOBUF_FINAL;
241 
242  size_t ByteSizeLong() const PROTOBUF_FINAL;
243  bool MergePartialFromCodedStream(
244  ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL;
245  void SerializeWithCachedSizes(
246  ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL;
247  ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
248  bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINAL;
250  const PROTOBUF_FINAL {
251  return InternalSerializeWithCachedSizesToArray(
252  ::google::protobuf::io::CodedOutputStream::IsDefaultSerializationDeterministic(), output);
253  }
254  int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; }
255  private:
256  void SharedCtor();
257  void SharedDtor();
258  void SetCachedSize(int size) const PROTOBUF_FINAL;
259  void InternalSwap(ROOTFilePB* other);
260  private:
261  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
262  return NULL;
263  }
264  inline void* MaybeArenaPtr() const {
265  return NULL;
266  }
267  public:
268 
269  ::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL;
270 
271  // nested types ----------------------------------------------------
272 
274 
275  // accessors -------------------------------------------------------
276 
277  // repeated .dqmstorepb.ROOTFilePB.Histo histo = 1;
278  int histo_size() const;
279  void clear_histo();
280  static const int kHistoFieldNumber = 1;
281  const ::dqmstorepb::ROOTFilePB_Histo& histo(int index) const;
282  ::dqmstorepb::ROOTFilePB_Histo* mutable_histo(int index);
283  ::dqmstorepb::ROOTFilePB_Histo* add_histo();
284  ::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo >*
285  mutable_histo();
286  const ::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo >&
287  histo() const;
288 
289  // @@protoc_insertion_point(class_scope:dqmstorepb.ROOTFilePB)
290  private:
291 
292  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
293  ::google::protobuf::internal::HasBits<1> _has_bits_;
294  mutable int _cached_size_;
295  ::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_;
297 };
298 // ===================================================================
299 
300 
301 // ===================================================================
302 
303 #if !PROTOBUF_INLINE_NOT_IN_HEADERS
304 // ROOTFilePB_Histo
305 
306 // required string full_pathname = 1;
308  return (_has_bits_[0] & 0x00000001u) != 0;
309 }
311  _has_bits_[0] |= 0x00000001u;
312 }
314  _has_bits_[0] &= ~0x00000001u;
315 }
317  full_pathname_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
318  clear_has_full_pathname();
319 }
321  // @@protoc_insertion_point(field_get:dqmstorepb.ROOTFilePB.Histo.full_pathname)
322  return full_pathname_.GetNoArena();
323 }
325  set_has_full_pathname();
326  full_pathname_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
327  // @@protoc_insertion_point(field_set:dqmstorepb.ROOTFilePB.Histo.full_pathname)
328 }
329 #if LANG_CXX11
331  set_has_full_pathname();
332  full_pathname_.SetNoArena(
333  &::google::protobuf::internal::GetEmptyStringAlreadyInited(), std::move(value));
334  // @@protoc_insertion_point(field_set_rvalue:dqmstorepb.ROOTFilePB.Histo.full_pathname)
335 }
336 #endif
337 inline void ROOTFilePB_Histo::set_full_pathname(const char* value) {
338  set_has_full_pathname();
339  full_pathname_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
340  // @@protoc_insertion_point(field_set_char:dqmstorepb.ROOTFilePB.Histo.full_pathname)
341 }
342 inline void ROOTFilePB_Histo::set_full_pathname(const char* value, size_t size) {
343  set_has_full_pathname();
344  full_pathname_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
345  ::std::string(reinterpret_cast<const char*>(value), size));
346  // @@protoc_insertion_point(field_set_pointer:dqmstorepb.ROOTFilePB.Histo.full_pathname)
347 }
349  set_has_full_pathname();
350  // @@protoc_insertion_point(field_mutable:dqmstorepb.ROOTFilePB.Histo.full_pathname)
351  return full_pathname_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
352 }
354  // @@protoc_insertion_point(field_release:dqmstorepb.ROOTFilePB.Histo.full_pathname)
355  clear_has_full_pathname();
356  return full_pathname_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
357 }
359  if (full_pathname != NULL) {
360  set_has_full_pathname();
361  } else {
362  clear_has_full_pathname();
363  }
364  full_pathname_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), full_pathname);
365  // @@protoc_insertion_point(field_set_allocated:dqmstorepb.ROOTFilePB.Histo.full_pathname)
366 }
367 
368 // required uint32 size = 2;
369 inline bool ROOTFilePB_Histo::has_size() const {
370  return (_has_bits_[0] & 0x00000004u) != 0;
371 }
373  _has_bits_[0] |= 0x00000004u;
374 }
376  _has_bits_[0] &= ~0x00000004u;
377 }
379  size_ = 0u;
380  clear_has_size();
381 }
383  // @@protoc_insertion_point(field_get:dqmstorepb.ROOTFilePB.Histo.size)
384  return size_;
385 }
387  set_has_size();
388  size_ = value;
389  // @@protoc_insertion_point(field_set:dqmstorepb.ROOTFilePB.Histo.size)
390 }
391 
392 // required bytes streamed_histo = 3;
394  return (_has_bits_[0] & 0x00000002u) != 0;
395 }
397  _has_bits_[0] |= 0x00000002u;
398 }
400  _has_bits_[0] &= ~0x00000002u;
401 }
403  streamed_histo_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
404  clear_has_streamed_histo();
405 }
407  // @@protoc_insertion_point(field_get:dqmstorepb.ROOTFilePB.Histo.streamed_histo)
408  return streamed_histo_.GetNoArena();
409 }
411  set_has_streamed_histo();
412  streamed_histo_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
413  // @@protoc_insertion_point(field_set:dqmstorepb.ROOTFilePB.Histo.streamed_histo)
414 }
415 #if LANG_CXX11
417  set_has_streamed_histo();
418  streamed_histo_.SetNoArena(
419  &::google::protobuf::internal::GetEmptyStringAlreadyInited(), std::move(value));
420  // @@protoc_insertion_point(field_set_rvalue:dqmstorepb.ROOTFilePB.Histo.streamed_histo)
421 }
422 #endif
423 inline void ROOTFilePB_Histo::set_streamed_histo(const char* value) {
424  set_has_streamed_histo();
425  streamed_histo_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
426  // @@protoc_insertion_point(field_set_char:dqmstorepb.ROOTFilePB.Histo.streamed_histo)
427 }
428 inline void ROOTFilePB_Histo::set_streamed_histo(const void* value, size_t size) {
429  set_has_streamed_histo();
430  streamed_histo_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
431  ::std::string(reinterpret_cast<const char*>(value), size));
432  // @@protoc_insertion_point(field_set_pointer:dqmstorepb.ROOTFilePB.Histo.streamed_histo)
433 }
435  set_has_streamed_histo();
436  // @@protoc_insertion_point(field_mutable:dqmstorepb.ROOTFilePB.Histo.streamed_histo)
437  return streamed_histo_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
438 }
440  // @@protoc_insertion_point(field_release:dqmstorepb.ROOTFilePB.Histo.streamed_histo)
441  clear_has_streamed_histo();
442  return streamed_histo_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
443 }
445  if (streamed_histo != NULL) {
446  set_has_streamed_histo();
447  } else {
448  clear_has_streamed_histo();
449  }
450  streamed_histo_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), streamed_histo);
451  // @@protoc_insertion_point(field_set_allocated:dqmstorepb.ROOTFilePB.Histo.streamed_histo)
452 }
453 
454 // required uint32 flags = 4;
455 inline bool ROOTFilePB_Histo::has_flags() const {
456  return (_has_bits_[0] & 0x00000008u) != 0;
457 }
459  _has_bits_[0] |= 0x00000008u;
460 }
462  _has_bits_[0] &= ~0x00000008u;
463 }
465  flags_ = 0u;
466  clear_has_flags();
467 }
469  // @@protoc_insertion_point(field_get:dqmstorepb.ROOTFilePB.Histo.flags)
470  return flags_;
471 }
473  set_has_flags();
474  flags_ = value;
475  // @@protoc_insertion_point(field_set:dqmstorepb.ROOTFilePB.Histo.flags)
476 }
477 
478 // -------------------------------------------------------------------
479 
480 // ROOTFilePB
481 
482 // repeated .dqmstorepb.ROOTFilePB.Histo histo = 1;
483 inline int ROOTFilePB::histo_size() const {
484  return histo_.size();
485 }
486 inline void ROOTFilePB::clear_histo() {
487  histo_.Clear();
488 }
489 inline const ::dqmstorepb::ROOTFilePB_Histo& ROOTFilePB::histo(int index) const {
490  // @@protoc_insertion_point(field_get:dqmstorepb.ROOTFilePB.histo)
491  return histo_.Get(index);
492 }
493 inline ::dqmstorepb::ROOTFilePB_Histo* ROOTFilePB::mutable_histo(int index) {
494  // @@protoc_insertion_point(field_mutable:dqmstorepb.ROOTFilePB.histo)
495  return histo_.Mutable(index);
496 }
497 inline ::dqmstorepb::ROOTFilePB_Histo* ROOTFilePB::add_histo() {
498  // @@protoc_insertion_point(field_add:dqmstorepb.ROOTFilePB.histo)
499  return histo_.Add();
500 }
501 inline ::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo >*
503  // @@protoc_insertion_point(field_mutable_list:dqmstorepb.ROOTFilePB.histo)
504  return &histo_;
505 }
506 inline const ::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo >&
508  // @@protoc_insertion_point(field_list:dqmstorepb.ROOTFilePB.histo)
509  return histo_;
510 }
511 
512 #endif // !PROTOBUF_INLINE_NOT_IN_HEADERS
513 // -------------------------------------------------------------------
514 
515 
516 // @@protoc_insertion_point(namespace_scope)
517 
518 
519 } // namespace dqmstorepb
520 
521 // @@protoc_insertion_point(global_scope)
522 
523 #endif // PROTOBUF_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto__INCLUDED
::google::protobuf::uint32 flags_
size
Write out results.
::google::protobuf::uint32 size() const
const ::std::string & full_pathname() const
ROOTFilePB_Histo * New() const PROTOBUF_FINAL
Definition: ROOTFilePB.pb.h:88
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:79
::google::protobuf::internal::HasBits< 1 > _has_bits_
void set_allocated_full_pathname(::std::string *full_pathname)
::std::string * release_full_pathname()
std::vector< Variable::Flags > flags
Definition: MVATrainer.cc:135
#define NULL
Definition: scimark2.h:8
::google::protobuf::uint8 * SerializeWithCachedSizesToArray(::google::protobuf::uint8 *output) const PROTOBUF_FINAL
void set_flags(::google::protobuf::uint32 value)
const ::std::string & streamed_histo() const
static std::string const input
Definition: EdmProvDump.cc:44
inline::google::protobuf::Arena * GetArenaNoVirtual() const
ROOTFilePB * New() const PROTOBUF_FINAL
ROOTFilePB_Histo Histo
int GetCachedSize() const PROTOBUF_FINAL
::google::protobuf::internal::ArenaStringPtr full_pathname_
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
dqmstorepb::ROOTFilePBDefaultTypeInternal _ROOTFilePB_default_instance_
Definition: ROOTFilePB.pb.h:34
::google::protobuf::internal::HasBits< 1 > _has_bits_
::google::protobuf::uint8 * SerializeWithCachedSizesToArray(::google::protobuf::uint8 *output) const PROTOBUF_FINAL
Definition: value.py:1
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
Definition: ROOTFilePB.pb.h:68
void * MaybeArenaPtr() const
dqmstorepb::ROOTFilePB_HistoDefaultTypeInternal _ROOTFilePB_Histo_default_instance_
Definition: ROOTFilePB.pb.h:37
unsigned int uint32
Definition: MsgTools.h:13
static const ROOTFilePB * internal_default_instance()
ROOTFilePB_Histo & operator=(const ROOTFilePB_Histo &from)
Definition: ROOTFilePB.pb.h:63
void set_size(::google::protobuf::uint32 value)
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
::google::protobuf::uint32 size_
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)
::std::string * mutable_full_pathname()
::dqmstorepb::ROOTFilePB_Histo * add_histo()
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
Definition: ROOTFilePB.pb.h:72
inline::google::protobuf::Arena * GetArenaNoVirtual() const
::google::protobuf::internal::ArenaStringPtr streamed_histo_
::google::protobuf::uint32 flags() const
::std::string * mutable_streamed_histo()
::std::string * release_streamed_histo()
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
def move(src, dest)
Definition: eostools.py:510
void set_streamed_histo(const ::std::string &value)