CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ROOTFilePB.pb.cc
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 
3 #define INTERNAL_SUPPRESS_PROTOBUF_FIELD_DEPRECATION
5 
6 #include <algorithm>
7 
8 #include <google/protobuf/stubs/once.h>
9 #include <google/protobuf/io/coded_stream.h>
10 #include <google/protobuf/wire_format_lite_inl.h>
11 #include <google/protobuf/descriptor.h>
12 #include <google/protobuf/reflection_ops.h>
13 #include <google/protobuf/wire_format.h>
14 // @@protoc_insertion_point(includes)
15 
16 namespace dqmstorepb {
17 
18 namespace {
19 
20 const ::google::protobuf::Descriptor* ROOTFilePB_descriptor_ = NULL;
21 const ::google::protobuf::internal::GeneratedMessageReflection*
22  ROOTFilePB_reflection_ = NULL;
23 const ::google::protobuf::Descriptor* ROOTFilePB_Histo_descriptor_ = NULL;
24 const ::google::protobuf::internal::GeneratedMessageReflection*
25  ROOTFilePB_Histo_reflection_ = NULL;
26 
27 } // namespace
28 
29 
32  const ::google::protobuf::FileDescriptor* file =
33  ::google::protobuf::DescriptorPool::generated_pool()->FindFileByName(
34  "DQMServices/Core/src/ROOTFilePB.proto");
35  GOOGLE_CHECK(file != NULL);
36  ROOTFilePB_descriptor_ = file->message_type(0);
37  static const int ROOTFilePB_offsets_[1] = {
38  GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ROOTFilePB, histo_),
39  };
40  ROOTFilePB_reflection_ =
41  new ::google::protobuf::internal::GeneratedMessageReflection(
42  ROOTFilePB_descriptor_,
44  ROOTFilePB_offsets_,
45  GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ROOTFilePB, _has_bits_[0]),
46  GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ROOTFilePB, _unknown_fields_),
47  -1,
48  ::google::protobuf::DescriptorPool::generated_pool(),
49  ::google::protobuf::MessageFactory::generated_factory(),
50  sizeof(ROOTFilePB));
51  ROOTFilePB_Histo_descriptor_ = ROOTFilePB_descriptor_->nested_type(0);
52  static const int ROOTFilePB_Histo_offsets_[4] = {
53  GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ROOTFilePB_Histo, full_pathname_),
54  GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ROOTFilePB_Histo, size_),
55  GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ROOTFilePB_Histo, streamed_histo_),
56  GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ROOTFilePB_Histo, flags_),
57  };
58  ROOTFilePB_Histo_reflection_ =
59  new ::google::protobuf::internal::GeneratedMessageReflection(
60  ROOTFilePB_Histo_descriptor_,
62  ROOTFilePB_Histo_offsets_,
63  GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ROOTFilePB_Histo, _has_bits_[0]),
64  GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ROOTFilePB_Histo, _unknown_fields_),
65  -1,
66  ::google::protobuf::DescriptorPool::generated_pool(),
67  ::google::protobuf::MessageFactory::generated_factory(),
68  sizeof(ROOTFilePB_Histo));
69 }
70 
71 namespace {
72 
73 GOOGLE_PROTOBUF_DECLARE_ONCE(protobuf_AssignDescriptors_once_);
74 inline void protobuf_AssignDescriptorsOnce() {
75  ::google::protobuf::GoogleOnceInit(&protobuf_AssignDescriptors_once_,
77 }
78 
79 void protobuf_RegisterTypes(const ::std::string&) {
80  protobuf_AssignDescriptorsOnce();
81  ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage(
82  ROOTFilePB_descriptor_, &ROOTFilePB::default_instance());
83  ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage(
84  ROOTFilePB_Histo_descriptor_, &ROOTFilePB_Histo::default_instance());
85 }
86 
87 } // namespace
88 
91  delete ROOTFilePB_reflection_;
93  delete ROOTFilePB_Histo_reflection_;
94 }
95 
97  static bool already_here = false;
98  if (already_here) return;
99  already_here = true;
100  GOOGLE_PROTOBUF_VERIFY_VERSION;
101 
102  ::google::protobuf::DescriptorPool::InternalAddGeneratedFile(
103  "\n%DQMServices/Core/src/ROOTFilePB.proto\022"
104  "\ndqmstorepb\"\216\001\n\nROOTFilePB\022+\n\005histo\030\001 \003("
105  "\0132\034.dqmstorepb.ROOTFilePB.Histo\032S\n\005Histo"
106  "\022\025\n\rfull_pathname\030\001 \002(\t\022\014\n\004size\030\002 \002(\r\022\026\n"
107  "\016streamed_histo\030\003 \002(\014\022\r\n\005flags\030\004 \002(\r", 196);
108  ::google::protobuf::MessageFactory::InternalRegisterGeneratedFile(
109  "DQMServices/Core/src/ROOTFilePB.proto", &protobuf_RegisterTypes);
114  ::google::protobuf::internal::OnShutdown(&protobuf_ShutdownFile_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto);
115 }
116 
117 // Force AddDescriptors() to be called at static initialization time.
121  }
123 
124 
125 // ===================================================================
126 
127 #ifndef _MSC_VER
132 #endif // !_MSC_VER
133 
135  : ::google::protobuf::Message() {
136  SharedCtor();
137 }
138 
140 }
141 
143  : ::google::protobuf::Message() {
144  SharedCtor();
145  MergeFrom(from);
146 }
147 
149  _cached_size_ = 0;
150  full_pathname_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
151  size_ = 0u;
152  streamed_histo_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
153  flags_ = 0u;
154  ::memset(_has_bits_, 0, sizeof(_has_bits_));
155 }
156 
158  SharedDtor();
159 }
160 
162  if (full_pathname_ != &::google::protobuf::internal::kEmptyString) {
163  delete full_pathname_;
164  }
165  if (streamed_histo_ != &::google::protobuf::internal::kEmptyString) {
166  delete streamed_histo_;
167  }
168  if (this != default_instance_) {
169  }
170 }
171 
173  GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN();
175  GOOGLE_SAFE_CONCURRENT_WRITES_END();
176 }
177 const ::google::protobuf::Descriptor* ROOTFilePB_Histo::descriptor() {
178  protobuf_AssignDescriptorsOnce();
179  return ROOTFilePB_Histo_descriptor_;
180 }
181 
184 }
185 
187 
189  return new ROOTFilePB_Histo;
190 }
191 
193  if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) {
194  if (has_full_pathname()) {
195  if (full_pathname_ != &::google::protobuf::internal::kEmptyString) {
196  full_pathname_->clear();
197  }
198  }
199  size_ = 0u;
200  if (has_streamed_histo()) {
201  if (streamed_histo_ != &::google::protobuf::internal::kEmptyString) {
202  streamed_histo_->clear();
203  }
204  }
205  flags_ = 0u;
206  }
207  ::memset(_has_bits_, 0, sizeof(_has_bits_));
208  mutable_unknown_fields()->Clear();
209 }
210 
212  ::google::protobuf::io::CodedInputStream* input) {
213 #define DO_(EXPRESSION) if (!(EXPRESSION)) return false
215  while ((tag = input->ReadTag()) != 0) {
216  switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
217  // required string full_pathname = 1;
218  case 1: {
219  if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) ==
220  ::google::protobuf::internal::WireFormatLite::WIRETYPE_LENGTH_DELIMITED) {
221  DO_(::google::protobuf::internal::WireFormatLite::ReadString(
222  input, this->mutable_full_pathname()));
223  ::google::protobuf::internal::WireFormat::VerifyUTF8String(
224  this->full_pathname().data(), this->full_pathname().length(),
225  ::google::protobuf::internal::WireFormat::PARSE);
226  } else {
227  goto handle_uninterpreted;
228  }
229  if (input->ExpectTag(16)) goto parse_size;
230  break;
231  }
232 
233  // required uint32 size = 2;
234  case 2: {
235  if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) ==
236  ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) {
237  parse_size:
238  DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive<
239  ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>(
240  input, &size_)));
241  set_has_size();
242  } else {
243  goto handle_uninterpreted;
244  }
245  if (input->ExpectTag(26)) goto parse_streamed_histo;
246  break;
247  }
248 
249  // required bytes streamed_histo = 3;
250  case 3: {
251  if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) ==
252  ::google::protobuf::internal::WireFormatLite::WIRETYPE_LENGTH_DELIMITED) {
253  parse_streamed_histo:
254  DO_(::google::protobuf::internal::WireFormatLite::ReadBytes(
255  input, this->mutable_streamed_histo()));
256  } else {
257  goto handle_uninterpreted;
258  }
259  if (input->ExpectTag(32)) goto parse_flags;
260  break;
261  }
262 
263  // required uint32 flags = 4;
264  case 4: {
265  if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) ==
266  ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) {
267  parse_flags:
268  DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive<
269  ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>(
270  input, &flags_)));
271  set_has_flags();
272  } else {
273  goto handle_uninterpreted;
274  }
275  if (input->ExpectAtEnd()) return true;
276  break;
277  }
278 
279  default: {
280  handle_uninterpreted:
281  if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) ==
282  ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) {
283  return true;
284  }
285  DO_(::google::protobuf::internal::WireFormat::SkipField(
286  input, tag, mutable_unknown_fields()));
287  break;
288  }
289  }
290  }
291  return true;
292 #undef DO_
293 }
294 
296  ::google::protobuf::io::CodedOutputStream* output) const {
297  // required string full_pathname = 1;
298  if (has_full_pathname()) {
299  ::google::protobuf::internal::WireFormat::VerifyUTF8String(
300  this->full_pathname().data(), this->full_pathname().length(),
301  ::google::protobuf::internal::WireFormat::SERIALIZE);
302  ::google::protobuf::internal::WireFormatLite::WriteString(
303  1, this->full_pathname(), output);
304  }
305 
306  // required uint32 size = 2;
307  if (has_size()) {
308  ::google::protobuf::internal::WireFormatLite::WriteUInt32(2, this->size(), output);
309  }
310 
311  // required bytes streamed_histo = 3;
312  if (has_streamed_histo()) {
313  ::google::protobuf::internal::WireFormatLite::WriteBytes(
314  3, this->streamed_histo(), output);
315  }
316 
317  // required uint32 flags = 4;
318  if (has_flags()) {
319  ::google::protobuf::internal::WireFormatLite::WriteUInt32(4, this->flags(), output);
320  }
321 
322  if (!unknown_fields().empty()) {
323  ::google::protobuf::internal::WireFormat::SerializeUnknownFields(
324  unknown_fields(), output);
325  }
326 }
327 
329  ::google::protobuf::uint8* target) const {
330  // required string full_pathname = 1;
331  if (has_full_pathname()) {
332  ::google::protobuf::internal::WireFormat::VerifyUTF8String(
333  this->full_pathname().data(), this->full_pathname().length(),
334  ::google::protobuf::internal::WireFormat::SERIALIZE);
335  target =
336  ::google::protobuf::internal::WireFormatLite::WriteStringToArray(
337  1, this->full_pathname(), target);
338  }
339 
340  // required uint32 size = 2;
341  if (has_size()) {
342  target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(2, this->size(), target);
343  }
344 
345  // required bytes streamed_histo = 3;
346  if (has_streamed_histo()) {
347  target =
348  ::google::protobuf::internal::WireFormatLite::WriteBytesToArray(
349  3, this->streamed_histo(), target);
350  }
351 
352  // required uint32 flags = 4;
353  if (has_flags()) {
354  target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(4, this->flags(), target);
355  }
356 
357  if (!unknown_fields().empty()) {
358  target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray(
359  unknown_fields(), target);
360  }
361  return target;
362 }
363 
365  int total_size = 0;
366 
367  if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) {
368  // required string full_pathname = 1;
369  if (has_full_pathname()) {
370  total_size += 1 +
371  ::google::protobuf::internal::WireFormatLite::StringSize(
372  this->full_pathname());
373  }
374 
375  // required uint32 size = 2;
376  if (has_size()) {
377  total_size += 1 +
378  ::google::protobuf::internal::WireFormatLite::UInt32Size(
379  this->size());
380  }
381 
382  // required bytes streamed_histo = 3;
383  if (has_streamed_histo()) {
384  total_size += 1 +
385  ::google::protobuf::internal::WireFormatLite::BytesSize(
386  this->streamed_histo());
387  }
388 
389  // required uint32 flags = 4;
390  if (has_flags()) {
391  total_size += 1 +
392  ::google::protobuf::internal::WireFormatLite::UInt32Size(
393  this->flags());
394  }
395 
396  }
397  if (!unknown_fields().empty()) {
398  total_size +=
399  ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize(
400  unknown_fields());
401  }
402  GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN();
403  _cached_size_ = total_size;
404  GOOGLE_SAFE_CONCURRENT_WRITES_END();
405  return total_size;
406 }
407 
408 void ROOTFilePB_Histo::MergeFrom(const ::google::protobuf::Message& from) {
409  GOOGLE_CHECK_NE(&from, this);
410  const ROOTFilePB_Histo* source =
411  ::google::protobuf::internal::dynamic_cast_if_available<const ROOTFilePB_Histo*>(
412  &from);
413  if (source == NULL) {
414  ::google::protobuf::internal::ReflectionOps::Merge(from, this);
415  } else {
416  MergeFrom(*source);
417  }
418 }
419 
421  GOOGLE_CHECK_NE(&from, this);
422  if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) {
423  if (from.has_full_pathname()) {
425  }
426  if (from.has_size()) {
427  set_size(from.size());
428  }
429  if (from.has_streamed_histo()) {
431  }
432  if (from.has_flags()) {
433  set_flags(from.flags());
434  }
435  }
436  mutable_unknown_fields()->MergeFrom(from.unknown_fields());
437 }
438 
439 void ROOTFilePB_Histo::CopyFrom(const ::google::protobuf::Message& from) {
440  if (&from == this) return;
441  Clear();
442  MergeFrom(from);
443 }
444 
446  if (&from == this) return;
447  Clear();
448  MergeFrom(from);
449 }
450 
452  if ((_has_bits_[0] & 0x0000000f) != 0x0000000f) return false;
453 
454  return true;
455 }
456 
458  if (other != this) {
460  std::swap(size_, other->size_);
462  std::swap(flags_, other->flags_);
463  std::swap(_has_bits_[0], other->_has_bits_[0]);
464  _unknown_fields_.Swap(&other->_unknown_fields_);
466  }
467 }
468 
469 ::google::protobuf::Metadata ROOTFilePB_Histo::GetMetadata() const {
470  protobuf_AssignDescriptorsOnce();
471  ::google::protobuf::Metadata metadata;
472  metadata.descriptor = ROOTFilePB_Histo_descriptor_;
473  metadata.reflection = ROOTFilePB_Histo_reflection_;
474  return metadata;
475 }
476 
477 
478 // -------------------------------------------------------------------
479 
480 #ifndef _MSC_VER
482 #endif // !_MSC_VER
483 
485  : ::google::protobuf::Message() {
486  SharedCtor();
487 }
488 
490 }
491 
493  : ::google::protobuf::Message() {
494  SharedCtor();
495  MergeFrom(from);
496 }
497 
499  _cached_size_ = 0;
500  ::memset(_has_bits_, 0, sizeof(_has_bits_));
501 }
502 
504  SharedDtor();
505 }
506 
508  if (this != default_instance_) {
509  }
510 }
511 
513  GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN();
515  GOOGLE_SAFE_CONCURRENT_WRITES_END();
516 }
517 const ::google::protobuf::Descriptor* ROOTFilePB::descriptor() {
518  protobuf_AssignDescriptorsOnce();
519  return ROOTFilePB_descriptor_;
520 }
521 
524 }
525 
527 
529  return new ROOTFilePB;
530 }
531 
533  histo_.Clear();
534  ::memset(_has_bits_, 0, sizeof(_has_bits_));
535  mutable_unknown_fields()->Clear();
536 }
537 
539  ::google::protobuf::io::CodedInputStream* input) {
540 #define DO_(EXPRESSION) if (!(EXPRESSION)) return false
542  while ((tag = input->ReadTag()) != 0) {
543  switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
544  // repeated .dqmstorepb.ROOTFilePB.Histo histo = 1;
545  case 1: {
546  if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) ==
547  ::google::protobuf::internal::WireFormatLite::WIRETYPE_LENGTH_DELIMITED) {
548  parse_histo:
549  DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual(
550  input, add_histo()));
551  } else {
552  goto handle_uninterpreted;
553  }
554  if (input->ExpectTag(10)) goto parse_histo;
555  if (input->ExpectAtEnd()) return true;
556  break;
557  }
558 
559  default: {
560  handle_uninterpreted:
561  if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) ==
562  ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) {
563  return true;
564  }
565  DO_(::google::protobuf::internal::WireFormat::SkipField(
566  input, tag, mutable_unknown_fields()));
567  break;
568  }
569  }
570  }
571  return true;
572 #undef DO_
573 }
574 
576  ::google::protobuf::io::CodedOutputStream* output) const {
577  // repeated .dqmstorepb.ROOTFilePB.Histo histo = 1;
578  for (int i = 0; i < this->histo_size(); i++) {
579  ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray(
580  1, this->histo(i), output);
581  }
582 
583  if (!unknown_fields().empty()) {
584  ::google::protobuf::internal::WireFormat::SerializeUnknownFields(
585  unknown_fields(), output);
586  }
587 }
588 
590  ::google::protobuf::uint8* target) const {
591  // repeated .dqmstorepb.ROOTFilePB.Histo histo = 1;
592  for (int i = 0; i < this->histo_size(); i++) {
593  target = ::google::protobuf::internal::WireFormatLite::
594  WriteMessageNoVirtualToArray(
595  1, this->histo(i), target);
596  }
597 
598  if (!unknown_fields().empty()) {
599  target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray(
600  unknown_fields(), target);
601  }
602  return target;
603 }
604 
605 int ROOTFilePB::ByteSize() const {
606  int total_size = 0;
607 
608  // repeated .dqmstorepb.ROOTFilePB.Histo histo = 1;
609  total_size += 1 * this->histo_size();
610  for (int i = 0; i < this->histo_size(); i++) {
611  total_size +=
612  ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual(
613  this->histo(i));
614  }
615 
616  if (!unknown_fields().empty()) {
617  total_size +=
618  ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize(
619  unknown_fields());
620  }
621  GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN();
622  _cached_size_ = total_size;
623  GOOGLE_SAFE_CONCURRENT_WRITES_END();
624  return total_size;
625 }
626 
627 void ROOTFilePB::MergeFrom(const ::google::protobuf::Message& from) {
628  GOOGLE_CHECK_NE(&from, this);
629  const ROOTFilePB* source =
630  ::google::protobuf::internal::dynamic_cast_if_available<const ROOTFilePB*>(
631  &from);
632  if (source == NULL) {
633  ::google::protobuf::internal::ReflectionOps::Merge(from, this);
634  } else {
635  MergeFrom(*source);
636  }
637 }
638 
640  GOOGLE_CHECK_NE(&from, this);
641  histo_.MergeFrom(from.histo_);
642  mutable_unknown_fields()->MergeFrom(from.unknown_fields());
643 }
644 
645 void ROOTFilePB::CopyFrom(const ::google::protobuf::Message& from) {
646  if (&from == this) return;
647  Clear();
648  MergeFrom(from);
649 }
650 
651 void ROOTFilePB::CopyFrom(const ROOTFilePB& from) {
652  if (&from == this) return;
653  Clear();
654  MergeFrom(from);
655 }
656 
658 
659  for (int i = 0; i < histo_size(); i++) {
660  if (!this->histo(i).IsInitialized()) return false;
661  }
662  return true;
663 }
664 
666  if (other != this) {
667  histo_.Swap(&other->histo_);
668  std::swap(_has_bits_[0], other->_has_bits_[0]);
669  _unknown_fields_.Swap(&other->_unknown_fields_);
671  }
672 }
673 
674 ::google::protobuf::Metadata ROOTFilePB::GetMetadata() const {
675  protobuf_AssignDescriptorsOnce();
676  ::google::protobuf::Metadata metadata;
677  metadata.descriptor = ROOTFilePB_descriptor_;
678  metadata.reflection = ROOTFilePB_reflection_;
679  return metadata;
680 }
681 
682 
683 // @@protoc_insertion_point(namespace_scope)
684 
685 } // namespace dqmstorepb
686 
687 // @@protoc_insertion_point(global_scope)
::google::protobuf::uint32 flags_
void CopyFrom(const ::google::protobuf::Message &from)
int i
Definition: DBlmapReader.cc:9
static const ROOTFilePB & default_instance()
friend void protobuf_AddDesc_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto()
inline::google::protobuf::uint32 size() const
bool IsInitialized() const
const ::std::string & full_pathname() const
::std::string * streamed_histo_
::google::protobuf::Metadata GetMetadata() const
friend void protobuf_AddDesc_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto()
void SerializeWithCachedSizes(::google::protobuf::io::CodedOutputStream *output) const
::google::protobuf::uint32 _has_bits_[(1+31)/32]
void protobuf_ShutdownFile_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto()
::google::protobuf::UnknownFieldSet _unknown_fields_
static const int kSizeFieldNumber
#define NULL
Definition: scimark2.h:8
void MergeFrom(const ::google::protobuf::Message &from)
#define DO_(EXPRESSION)
static const ::google::protobuf::Descriptor * descriptor()
struct dqmstorepb::StaticDescriptorInitializer_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto static_descriptor_initializer_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto_
::google::protobuf::Metadata GetMetadata() const
void set_flags(::google::protobuf::uint32 value)
static const ROOTFilePB_Histo & default_instance()
const ::std::string & streamed_histo() const
static const int kFullPathnameFieldNumber
Definition: ROOTFilePB.pb.h:97
::google::protobuf::uint8 * SerializeWithCachedSizesToArray(::google::protobuf::uint8 *output) const
static std::string const input
Definition: EdmProvDump.cc:43
void MergeFrom(const ::google::protobuf::Message &from)
static ROOTFilePB * default_instance_
void SetCachedSize(int size) const
void Swap(ROOTFilePB *other)
void SetCachedSize(int size) const
static const int kStreamedHistoFieldNumber
::google::protobuf::uint32 _has_bits_[(4+31)/32]
ROOTFilePB * New() const
void swap(edm::DataFrameContainer &lhs, edm::DataFrameContainer &rhs)
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
void CopyFrom(const ::google::protobuf::Message &from)
bool MergePartialFromCodedStream(::google::protobuf::io::CodedInputStream *input)
::google::protobuf::uint8 * SerializeWithCachedSizesToArray(::google::protobuf::uint8 *output) const
void protobuf_AddDesc_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto()
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
Definition: ROOTFilePB.pb.h:52
static const int kHistoFieldNumber
unsigned int uint32
Definition: MsgTools.h:13
bool MergePartialFromCodedStream(::google::protobuf::io::CodedInputStream *input)
void set_size(::google::protobuf::uint32 value)
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
::google::protobuf::uint32 size_
::std::string * full_pathname_
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)
inline::std::string * mutable_full_pathname()
char data[epos_bytes_allocation]
Definition: EPOS_Wrapper.h:82
inline::dqmstorepb::ROOTFilePB_Histo * add_histo()
static const int kFlagsFieldNumber
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
Definition: ROOTFilePB.pb.h:56
inline::google::protobuf::uint32 flags() const
void SerializeWithCachedSizes(::google::protobuf::io::CodedOutputStream *output) const
inline::std::string * mutable_streamed_histo()
size_(0)
Definition: OwnArray.h:181
void protobuf_AssignDesc_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto()
void Swap(ROOTFilePB_Histo *other)
static ROOTFilePB_Histo * default_instance_
ROOTFilePB_Histo * New() const
static const ::google::protobuf::Descriptor * descriptor()
static std::string const source
Definition: EdmProvDump.cc:42
tuple size
Write out results.
::google::protobuf::UnknownFieldSet _unknown_fields_
void set_streamed_histo(const ::std::string &value)