C++ Reference

C++ Reference: Routing

demon_profiler.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ortools/constraint_solver/demon_profiler.proto
3 
4 #ifndef GOOGLE_PROTOBUF_INCLUDED_ortools_2fconstraint_5fsolver_2fdemon_5fprofiler_2eproto
5 #define GOOGLE_PROTOBUF_INCLUDED_ortools_2fconstraint_5fsolver_2fdemon_5fprofiler_2eproto
6 
7 #include <limits>
8 #include <string>
9 
10 #include <google/protobuf/port_def.inc>
11 #if PROTOBUF_VERSION < 3011000
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 3011002 < 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/port_undef.inc>
23 #include <google/protobuf/io/coded_stream.h>
24 #include <google/protobuf/arena.h>
25 #include <google/protobuf/arenastring.h>
26 #include <google/protobuf/generated_message_table_driven.h>
27 #include <google/protobuf/generated_message_util.h>
28 #include <google/protobuf/inlined_string_field.h>
29 #include <google/protobuf/metadata.h>
30 #include <google/protobuf/generated_message_reflection.h>
31 #include <google/protobuf/message.h>
32 #include <google/protobuf/repeated_field.h> // IWYU pragma: export
33 #include <google/protobuf/extension_set.h> // IWYU pragma: export
34 #include <google/protobuf/unknown_field_set.h>
35 // @@protoc_insertion_point(includes)
36 #include <google/protobuf/port_def.inc>
37 #define PROTOBUF_INTERNAL_EXPORT_ortools_2fconstraint_5fsolver_2fdemon_5fprofiler_2eproto
38 PROTOBUF_NAMESPACE_OPEN
39 namespace internal {
40 class AnyMetadata;
41 } // namespace internal
42 PROTOBUF_NAMESPACE_CLOSE
43 
44 // Internal implementation detail -- do not use these members.
46  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
47  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
48  static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[]
49  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
50  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[2]
51  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
52  static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[];
53  static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[];
54  static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[];
55 };
56 extern const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ortools_2fconstraint_5fsolver_2fdemon_5fprofiler_2eproto;
57 namespace operations_research {
58 class ConstraintRuns;
59 class ConstraintRunsDefaultTypeInternal;
60 extern ConstraintRunsDefaultTypeInternal _ConstraintRuns_default_instance_;
61 class DemonRuns;
62 class DemonRunsDefaultTypeInternal;
63 extern DemonRunsDefaultTypeInternal _DemonRuns_default_instance_;
64 } // namespace operations_research
65 PROTOBUF_NAMESPACE_OPEN
66 template<> ::operations_research::ConstraintRuns* Arena::CreateMaybeMessage<::operations_research::ConstraintRuns>(Arena*);
67 template<> ::operations_research::DemonRuns* Arena::CreateMaybeMessage<::operations_research::DemonRuns>(Arena*);
68 PROTOBUF_NAMESPACE_CLOSE
69 namespace operations_research {
70 
71 // ===================================================================
72 
73 class DemonRuns :
74  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:operations_research.DemonRuns) */ {
75  public:
76  DemonRuns();
77  virtual ~DemonRuns();
78 
79  DemonRuns(const DemonRuns& from);
80  DemonRuns(DemonRuns&& from) noexcept
81  : DemonRuns() {
82  *this = ::std::move(from);
83  }
84 
85  inline DemonRuns& operator=(const DemonRuns& from) {
86  CopyFrom(from);
87  return *this;
88  }
89  inline DemonRuns& operator=(DemonRuns&& from) noexcept {
90  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
91  if (this != &from) InternalSwap(&from);
92  } else {
93  CopyFrom(from);
94  }
95  return *this;
96  }
97 
98  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
99  return GetDescriptor();
100  }
101  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
102  return GetMetadataStatic().descriptor;
103  }
104  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
105  return GetMetadataStatic().reflection;
106  }
107  static const DemonRuns& default_instance();
108 
109  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
110  static inline const DemonRuns* internal_default_instance() {
111  return reinterpret_cast<const DemonRuns*>(
113  }
114  static constexpr int kIndexInFileMessages =
115  0;
116 
117  friend void swap(DemonRuns& a, DemonRuns& b) {
118  a.Swap(&b);
119  }
120  inline void Swap(DemonRuns* other) {
121  if (other == this) return;
122  InternalSwap(other);
123  }
124 
125  // implements Message ----------------------------------------------
126 
127  inline DemonRuns* New() const final {
128  return CreateMaybeMessage<DemonRuns>(nullptr);
129  }
130 
131  DemonRuns* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
132  return CreateMaybeMessage<DemonRuns>(arena);
133  }
134  void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
135  void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
136  void CopyFrom(const DemonRuns& from);
137  void MergeFrom(const DemonRuns& from);
138  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
139  bool IsInitialized() const final;
140 
141  size_t ByteSizeLong() const final;
142  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
143  ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(
144  ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
145  int GetCachedSize() const final { return _cached_size_.Get(); }
146 
147  private:
148  inline void SharedCtor();
149  inline void SharedDtor();
150  void SetCachedSize(int size) const final;
151  void InternalSwap(DemonRuns* other);
152  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
153  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
154  return "operations_research.DemonRuns";
155  }
156  private:
157  inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const {
158  return nullptr;
159  }
160  inline void* MaybeArenaPtr() const {
161  return nullptr;
162  }
163  public:
164 
165  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
166  private:
167  static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
168  ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_ortools_2fconstraint_5fsolver_2fdemon_5fprofiler_2eproto);
170  }
171 
172  public:
173 
174  // nested types ----------------------------------------------------
175 
176  // accessors -------------------------------------------------------
177 
178  enum : int {
183  };
184  // repeated int64 start_time = 2;
185  int start_time_size() const;
186  private:
187  int _internal_start_time_size() const;
188  public:
189  void clear_start_time();
190  private:
191  ::PROTOBUF_NAMESPACE_ID::int64 _internal_start_time(int index) const;
192  const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >&
193  _internal_start_time() const;
194  void _internal_add_start_time(::PROTOBUF_NAMESPACE_ID::int64 value);
195  ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >*
196  _internal_mutable_start_time();
197  public:
198  ::PROTOBUF_NAMESPACE_ID::int64 start_time(int index) const;
199  void set_start_time(int index, ::PROTOBUF_NAMESPACE_ID::int64 value);
200  void add_start_time(::PROTOBUF_NAMESPACE_ID::int64 value);
201  const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >&
202  start_time() const;
203  ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >*
205 
206  // repeated int64 end_time = 3;
207  int end_time_size() const;
208  private:
209  int _internal_end_time_size() const;
210  public:
211  void clear_end_time();
212  private:
213  ::PROTOBUF_NAMESPACE_ID::int64 _internal_end_time(int index) const;
214  const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >&
215  _internal_end_time() const;
216  void _internal_add_end_time(::PROTOBUF_NAMESPACE_ID::int64 value);
217  ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >*
218  _internal_mutable_end_time();
219  public:
220  ::PROTOBUF_NAMESPACE_ID::int64 end_time(int index) const;
221  void set_end_time(int index, ::PROTOBUF_NAMESPACE_ID::int64 value);
222  void add_end_time(::PROTOBUF_NAMESPACE_ID::int64 value);
223  const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >&
224  end_time() const;
225  ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >*
227 
228  // string demon_id = 1;
229  void clear_demon_id();
230  const std::string& demon_id() const;
231  void set_demon_id(const std::string& value);
232  void set_demon_id(std::string&& value);
233  void set_demon_id(const char* value);
234  void set_demon_id(const char* value, size_t size);
235  std::string* mutable_demon_id();
236  std::string* release_demon_id();
237  void set_allocated_demon_id(std::string* demon_id);
238  private:
239  const std::string& _internal_demon_id() const;
240  void _internal_set_demon_id(const std::string& value);
241  std::string* _internal_mutable_demon_id();
242  public:
243 
244  // int64 failures = 4;
245  void clear_failures();
246  ::PROTOBUF_NAMESPACE_ID::int64 failures() const;
247  void set_failures(::PROTOBUF_NAMESPACE_ID::int64 value);
248  private:
249  ::PROTOBUF_NAMESPACE_ID::int64 _internal_failures() const;
250  void _internal_set_failures(::PROTOBUF_NAMESPACE_ID::int64 value);
251  public:
252 
253  // @@protoc_insertion_point(class_scope:operations_research.DemonRuns)
254  private:
255  class _Internal;
256 
257  ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_;
258  ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 > start_time_;
259  mutable std::atomic<int> _start_time_cached_byte_size_;
260  ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 > end_time_;
261  mutable std::atomic<int> _end_time_cached_byte_size_;
262  ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr demon_id_;
263  ::PROTOBUF_NAMESPACE_ID::int64 failures_;
264  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
265  friend struct ::TableStruct_ortools_2fconstraint_5fsolver_2fdemon_5fprofiler_2eproto;
266 };
267 // -------------------------------------------------------------------
268 
270  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:operations_research.ConstraintRuns) */ {
271  public:
272  ConstraintRuns();
273  virtual ~ConstraintRuns();
274 
275  ConstraintRuns(const ConstraintRuns& from);
277  : ConstraintRuns() {
278  *this = ::std::move(from);
279  }
280 
281  inline ConstraintRuns& operator=(const ConstraintRuns& from) {
282  CopyFrom(from);
283  return *this;
284  }
285  inline ConstraintRuns& operator=(ConstraintRuns&& from) noexcept {
286  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
287  if (this != &from) InternalSwap(&from);
288  } else {
289  CopyFrom(from);
290  }
291  return *this;
292  }
293 
294  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
295  return GetDescriptor();
296  }
297  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
298  return GetMetadataStatic().descriptor;
299  }
300  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
301  return GetMetadataStatic().reflection;
302  }
303  static const ConstraintRuns& default_instance();
304 
305  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
306  static inline const ConstraintRuns* internal_default_instance() {
307  return reinterpret_cast<const ConstraintRuns*>(
309  }
310  static constexpr int kIndexInFileMessages =
311  1;
312 
313  friend void swap(ConstraintRuns& a, ConstraintRuns& b) {
314  a.Swap(&b);
315  }
316  inline void Swap(ConstraintRuns* other) {
317  if (other == this) return;
318  InternalSwap(other);
319  }
320 
321  // implements Message ----------------------------------------------
322 
323  inline ConstraintRuns* New() const final {
324  return CreateMaybeMessage<ConstraintRuns>(nullptr);
325  }
326 
327  ConstraintRuns* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
328  return CreateMaybeMessage<ConstraintRuns>(arena);
329  }
330  void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
331  void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
332  void CopyFrom(const ConstraintRuns& from);
333  void MergeFrom(const ConstraintRuns& from);
334  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
335  bool IsInitialized() const final;
336 
337  size_t ByteSizeLong() const final;
338  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
339  ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(
340  ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
341  int GetCachedSize() const final { return _cached_size_.Get(); }
342 
343  private:
344  inline void SharedCtor();
345  inline void SharedDtor();
346  void SetCachedSize(int size) const final;
347  void InternalSwap(ConstraintRuns* other);
348  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
349  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
350  return "operations_research.ConstraintRuns";
351  }
352  private:
353  inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const {
354  return nullptr;
355  }
356  inline void* MaybeArenaPtr() const {
357  return nullptr;
358  }
359  public:
360 
361  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
362  private:
363  static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
364  ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_ortools_2fconstraint_5fsolver_2fdemon_5fprofiler_2eproto);
366  }
367 
368  public:
369 
370  // nested types ----------------------------------------------------
371 
372  // accessors -------------------------------------------------------
373 
374  enum : int {
380  };
381  // repeated int64 initial_propagation_start_time = 2;
383  private:
384  int _internal_initial_propagation_start_time_size() const;
385  public:
387  private:
388  ::PROTOBUF_NAMESPACE_ID::int64 _internal_initial_propagation_start_time(int index) const;
389  const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >&
390  _internal_initial_propagation_start_time() const;
391  void _internal_add_initial_propagation_start_time(::PROTOBUF_NAMESPACE_ID::int64 value);
392  ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >*
393  _internal_mutable_initial_propagation_start_time();
394  public:
395  ::PROTOBUF_NAMESPACE_ID::int64 initial_propagation_start_time(int index) const;
396  void set_initial_propagation_start_time(int index, ::PROTOBUF_NAMESPACE_ID::int64 value);
397  void add_initial_propagation_start_time(::PROTOBUF_NAMESPACE_ID::int64 value);
398  const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >&
400  ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >*
402 
403  // repeated int64 initial_propagation_end_time = 3;
405  private:
406  int _internal_initial_propagation_end_time_size() const;
407  public:
409  private:
410  ::PROTOBUF_NAMESPACE_ID::int64 _internal_initial_propagation_end_time(int index) const;
411  const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >&
412  _internal_initial_propagation_end_time() const;
413  void _internal_add_initial_propagation_end_time(::PROTOBUF_NAMESPACE_ID::int64 value);
414  ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >*
415  _internal_mutable_initial_propagation_end_time();
416  public:
417  ::PROTOBUF_NAMESPACE_ID::int64 initial_propagation_end_time(int index) const;
418  void set_initial_propagation_end_time(int index, ::PROTOBUF_NAMESPACE_ID::int64 value);
419  void add_initial_propagation_end_time(::PROTOBUF_NAMESPACE_ID::int64 value);
420  const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >&
422  ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >*
424 
425  // repeated .operations_research.DemonRuns demons = 5;
426  int demons_size() const;
427  private:
428  int _internal_demons_size() const;
429  public:
430  void clear_demons();
432  ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::operations_research::DemonRuns >*
433  mutable_demons();
434  private:
435  const ::operations_research::DemonRuns& _internal_demons(int index) const;
436  ::operations_research::DemonRuns* _internal_add_demons();
437  public:
438  const ::operations_research::DemonRuns& demons(int index) const;
440  const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::operations_research::DemonRuns >&
441  demons() const;
442 
443  // string constraint_id = 1;
444  void clear_constraint_id();
445  const std::string& constraint_id() const;
446  void set_constraint_id(const std::string& value);
447  void set_constraint_id(std::string&& value);
448  void set_constraint_id(const char* value);
449  void set_constraint_id(const char* value, size_t size);
450  std::string* mutable_constraint_id();
451  std::string* release_constraint_id();
452  void set_allocated_constraint_id(std::string* constraint_id);
453  private:
454  const std::string& _internal_constraint_id() const;
455  void _internal_set_constraint_id(const std::string& value);
456  std::string* _internal_mutable_constraint_id();
457  public:
458 
459  // int64 failures = 4;
460  void clear_failures();
461  ::PROTOBUF_NAMESPACE_ID::int64 failures() const;
462  void set_failures(::PROTOBUF_NAMESPACE_ID::int64 value);
463  private:
464  ::PROTOBUF_NAMESPACE_ID::int64 _internal_failures() const;
465  void _internal_set_failures(::PROTOBUF_NAMESPACE_ID::int64 value);
466  public:
467 
468  // @@protoc_insertion_point(class_scope:operations_research.ConstraintRuns)
469  private:
470  class _Internal;
471 
472  ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_;
473  ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 > initial_propagation_start_time_;
474  mutable std::atomic<int> _initial_propagation_start_time_cached_byte_size_;
475  ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 > initial_propagation_end_time_;
476  mutable std::atomic<int> _initial_propagation_end_time_cached_byte_size_;
477  ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::operations_research::DemonRuns > demons_;
478  ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr constraint_id_;
479  ::PROTOBUF_NAMESPACE_ID::int64 failures_;
480  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
481  friend struct ::TableStruct_ortools_2fconstraint_5fsolver_2fdemon_5fprofiler_2eproto;
482 };
483 // ===================================================================
484 
485 
486 // ===================================================================
487 
488 #ifdef __GNUC__
489  #pragma GCC diagnostic push
490  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
491 #endif // __GNUC__
492 // DemonRuns
493 
494 // string demon_id = 1;
496  demon_id_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
497 }
498 inline const std::string& DemonRuns::demon_id() const {
499  // @@protoc_insertion_point(field_get:operations_research.DemonRuns.demon_id)
500  return _internal_demon_id();
501 }
502 inline void DemonRuns::set_demon_id(const std::string& value) {
503  _internal_set_demon_id(value);
504  // @@protoc_insertion_point(field_set:operations_research.DemonRuns.demon_id)
505 }
506 inline std::string* DemonRuns::mutable_demon_id() {
507  // @@protoc_insertion_point(field_mutable:operations_research.DemonRuns.demon_id)
508  return _internal_mutable_demon_id();
509 }
510 inline const std::string& DemonRuns::_internal_demon_id() const {
511  return demon_id_.GetNoArena();
512 }
513 inline void DemonRuns::_internal_set_demon_id(const std::string& value) {
514 
515  demon_id_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value);
516 }
517 inline void DemonRuns::set_demon_id(std::string&& value) {
518 
519  demon_id_.SetNoArena(
520  &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
521  // @@protoc_insertion_point(field_set_rvalue:operations_research.DemonRuns.demon_id)
522 }
523 inline void DemonRuns::set_demon_id(const char* value) {
524  GOOGLE_DCHECK(value != nullptr);
525 
526  demon_id_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
527  // @@protoc_insertion_point(field_set_char:operations_research.DemonRuns.demon_id)
528 }
529 inline void DemonRuns::set_demon_id(const char* value, size_t size) {
530 
531  demon_id_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
532  ::std::string(reinterpret_cast<const char*>(value), size));
533  // @@protoc_insertion_point(field_set_pointer:operations_research.DemonRuns.demon_id)
534 }
535 inline std::string* DemonRuns::_internal_mutable_demon_id() {
536 
537  return demon_id_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
538 }
539 inline std::string* DemonRuns::release_demon_id() {
540  // @@protoc_insertion_point(field_release:operations_research.DemonRuns.demon_id)
541 
542  return demon_id_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
543 }
544 inline void DemonRuns::set_allocated_demon_id(std::string* demon_id) {
545  if (demon_id != nullptr) {
546 
547  } else {
548 
549  }
550  demon_id_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), demon_id);
551  // @@protoc_insertion_point(field_set_allocated:operations_research.DemonRuns.demon_id)
552 }
553 
554 // repeated int64 start_time = 2;
555 inline int DemonRuns::_internal_start_time_size() const {
556  return start_time_.size();
557 }
558 inline int DemonRuns::start_time_size() const {
559  return _internal_start_time_size();
560 }
562  start_time_.Clear();
563 }
564 inline ::PROTOBUF_NAMESPACE_ID::int64 DemonRuns::_internal_start_time(int index) const {
565  return start_time_.Get(index);
566 }
567 inline ::PROTOBUF_NAMESPACE_ID::int64 DemonRuns::start_time(int index) const {
568  // @@protoc_insertion_point(field_get:operations_research.DemonRuns.start_time)
569  return _internal_start_time(index);
570 }
571 inline void DemonRuns::set_start_time(int index, ::PROTOBUF_NAMESPACE_ID::int64 value) {
572  start_time_.Set(index, value);
573  // @@protoc_insertion_point(field_set:operations_research.DemonRuns.start_time)
574 }
575 inline void DemonRuns::_internal_add_start_time(::PROTOBUF_NAMESPACE_ID::int64 value) {
576  start_time_.Add(value);
577 }
578 inline void DemonRuns::add_start_time(::PROTOBUF_NAMESPACE_ID::int64 value) {
579  _internal_add_start_time(value);
580  // @@protoc_insertion_point(field_add:operations_research.DemonRuns.start_time)
581 }
582 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >&
583 DemonRuns::_internal_start_time() const {
584  return start_time_;
585 }
586 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >&
588  // @@protoc_insertion_point(field_list:operations_research.DemonRuns.start_time)
589  return _internal_start_time();
590 }
591 inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >*
592 DemonRuns::_internal_mutable_start_time() {
593  return &start_time_;
594 }
595 inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >*
597  // @@protoc_insertion_point(field_mutable_list:operations_research.DemonRuns.start_time)
598  return _internal_mutable_start_time();
599 }
600 
601 // repeated int64 end_time = 3;
602 inline int DemonRuns::_internal_end_time_size() const {
603  return end_time_.size();
604 }
605 inline int DemonRuns::end_time_size() const {
606  return _internal_end_time_size();
607 }
609  end_time_.Clear();
610 }
611 inline ::PROTOBUF_NAMESPACE_ID::int64 DemonRuns::_internal_end_time(int index) const {
612  return end_time_.Get(index);
613 }
614 inline ::PROTOBUF_NAMESPACE_ID::int64 DemonRuns::end_time(int index) const {
615  // @@protoc_insertion_point(field_get:operations_research.DemonRuns.end_time)
616  return _internal_end_time(index);
617 }
618 inline void DemonRuns::set_end_time(int index, ::PROTOBUF_NAMESPACE_ID::int64 value) {
619  end_time_.Set(index, value);
620  // @@protoc_insertion_point(field_set:operations_research.DemonRuns.end_time)
621 }
622 inline void DemonRuns::_internal_add_end_time(::PROTOBUF_NAMESPACE_ID::int64 value) {
623  end_time_.Add(value);
624 }
625 inline void DemonRuns::add_end_time(::PROTOBUF_NAMESPACE_ID::int64 value) {
626  _internal_add_end_time(value);
627  // @@protoc_insertion_point(field_add:operations_research.DemonRuns.end_time)
628 }
629 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >&
630 DemonRuns::_internal_end_time() const {
631  return end_time_;
632 }
633 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >&
635  // @@protoc_insertion_point(field_list:operations_research.DemonRuns.end_time)
636  return _internal_end_time();
637 }
638 inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >*
639 DemonRuns::_internal_mutable_end_time() {
640  return &end_time_;
641 }
642 inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >*
644  // @@protoc_insertion_point(field_mutable_list:operations_research.DemonRuns.end_time)
645  return _internal_mutable_end_time();
646 }
647 
648 // int64 failures = 4;
650  failures_ = PROTOBUF_LONGLONG(0);
651 }
652 inline ::PROTOBUF_NAMESPACE_ID::int64 DemonRuns::_internal_failures() const {
653  return failures_;
654 }
655 inline ::PROTOBUF_NAMESPACE_ID::int64 DemonRuns::failures() const {
656  // @@protoc_insertion_point(field_get:operations_research.DemonRuns.failures)
657  return _internal_failures();
658 }
659 inline void DemonRuns::_internal_set_failures(::PROTOBUF_NAMESPACE_ID::int64 value) {
660 
661  failures_ = value;
662 }
663 inline void DemonRuns::set_failures(::PROTOBUF_NAMESPACE_ID::int64 value) {
664  _internal_set_failures(value);
665  // @@protoc_insertion_point(field_set:operations_research.DemonRuns.failures)
666 }
667 
668 // -------------------------------------------------------------------
669 
670 // ConstraintRuns
671 
672 // string constraint_id = 1;
674  constraint_id_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
675 }
676 inline const std::string& ConstraintRuns::constraint_id() const {
677  // @@protoc_insertion_point(field_get:operations_research.ConstraintRuns.constraint_id)
678  return _internal_constraint_id();
679 }
680 inline void ConstraintRuns::set_constraint_id(const std::string& value) {
681  _internal_set_constraint_id(value);
682  // @@protoc_insertion_point(field_set:operations_research.ConstraintRuns.constraint_id)
683 }
685  // @@protoc_insertion_point(field_mutable:operations_research.ConstraintRuns.constraint_id)
686  return _internal_mutable_constraint_id();
687 }
688 inline const std::string& ConstraintRuns::_internal_constraint_id() const {
689  return constraint_id_.GetNoArena();
690 }
691 inline void ConstraintRuns::_internal_set_constraint_id(const std::string& value) {
692 
693  constraint_id_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value);
694 }
695 inline void ConstraintRuns::set_constraint_id(std::string&& value) {
696 
697  constraint_id_.SetNoArena(
698  &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
699  // @@protoc_insertion_point(field_set_rvalue:operations_research.ConstraintRuns.constraint_id)
700 }
701 inline void ConstraintRuns::set_constraint_id(const char* value) {
702  GOOGLE_DCHECK(value != nullptr);
703 
704  constraint_id_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
705  // @@protoc_insertion_point(field_set_char:operations_research.ConstraintRuns.constraint_id)
706 }
707 inline void ConstraintRuns::set_constraint_id(const char* value, size_t size) {
708 
709  constraint_id_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
710  ::std::string(reinterpret_cast<const char*>(value), size));
711  // @@protoc_insertion_point(field_set_pointer:operations_research.ConstraintRuns.constraint_id)
712 }
713 inline std::string* ConstraintRuns::_internal_mutable_constraint_id() {
714 
715  return constraint_id_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
716 }
718  // @@protoc_insertion_point(field_release:operations_research.ConstraintRuns.constraint_id)
719 
720  return constraint_id_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
721 }
722 inline void ConstraintRuns::set_allocated_constraint_id(std::string* constraint_id) {
723  if (constraint_id != nullptr) {
724 
725  } else {
726 
727  }
728  constraint_id_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), constraint_id);
729  // @@protoc_insertion_point(field_set_allocated:operations_research.ConstraintRuns.constraint_id)
730 }
731 
732 // repeated int64 initial_propagation_start_time = 2;
733 inline int ConstraintRuns::_internal_initial_propagation_start_time_size() const {
734  return initial_propagation_start_time_.size();
735 }
737  return _internal_initial_propagation_start_time_size();
738 }
740  initial_propagation_start_time_.Clear();
741 }
742 inline ::PROTOBUF_NAMESPACE_ID::int64 ConstraintRuns::_internal_initial_propagation_start_time(int index) const {
743  return initial_propagation_start_time_.Get(index);
744 }
745 inline ::PROTOBUF_NAMESPACE_ID::int64 ConstraintRuns::initial_propagation_start_time(int index) const {
746  // @@protoc_insertion_point(field_get:operations_research.ConstraintRuns.initial_propagation_start_time)
747  return _internal_initial_propagation_start_time(index);
748 }
749 inline void ConstraintRuns::set_initial_propagation_start_time(int index, ::PROTOBUF_NAMESPACE_ID::int64 value) {
750  initial_propagation_start_time_.Set(index, value);
751  // @@protoc_insertion_point(field_set:operations_research.ConstraintRuns.initial_propagation_start_time)
752 }
753 inline void ConstraintRuns::_internal_add_initial_propagation_start_time(::PROTOBUF_NAMESPACE_ID::int64 value) {
754  initial_propagation_start_time_.Add(value);
755 }
756 inline void ConstraintRuns::add_initial_propagation_start_time(::PROTOBUF_NAMESPACE_ID::int64 value) {
757  _internal_add_initial_propagation_start_time(value);
758  // @@protoc_insertion_point(field_add:operations_research.ConstraintRuns.initial_propagation_start_time)
759 }
760 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >&
761 ConstraintRuns::_internal_initial_propagation_start_time() const {
762  return initial_propagation_start_time_;
763 }
764 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >&
766  // @@protoc_insertion_point(field_list:operations_research.ConstraintRuns.initial_propagation_start_time)
767  return _internal_initial_propagation_start_time();
768 }
769 inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >*
770 ConstraintRuns::_internal_mutable_initial_propagation_start_time() {
771  return &initial_propagation_start_time_;
772 }
773 inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >*
775  // @@protoc_insertion_point(field_mutable_list:operations_research.ConstraintRuns.initial_propagation_start_time)
776  return _internal_mutable_initial_propagation_start_time();
777 }
778 
779 // repeated int64 initial_propagation_end_time = 3;
780 inline int ConstraintRuns::_internal_initial_propagation_end_time_size() const {
781  return initial_propagation_end_time_.size();
782 }
784  return _internal_initial_propagation_end_time_size();
785 }
787  initial_propagation_end_time_.Clear();
788 }
789 inline ::PROTOBUF_NAMESPACE_ID::int64 ConstraintRuns::_internal_initial_propagation_end_time(int index) const {
790  return initial_propagation_end_time_.Get(index);
791 }
792 inline ::PROTOBUF_NAMESPACE_ID::int64 ConstraintRuns::initial_propagation_end_time(int index) const {
793  // @@protoc_insertion_point(field_get:operations_research.ConstraintRuns.initial_propagation_end_time)
794  return _internal_initial_propagation_end_time(index);
795 }
796 inline void ConstraintRuns::set_initial_propagation_end_time(int index, ::PROTOBUF_NAMESPACE_ID::int64 value) {
797  initial_propagation_end_time_.Set(index, value);
798  // @@protoc_insertion_point(field_set:operations_research.ConstraintRuns.initial_propagation_end_time)
799 }
800 inline void ConstraintRuns::_internal_add_initial_propagation_end_time(::PROTOBUF_NAMESPACE_ID::int64 value) {
801  initial_propagation_end_time_.Add(value);
802 }
803 inline void ConstraintRuns::add_initial_propagation_end_time(::PROTOBUF_NAMESPACE_ID::int64 value) {
804  _internal_add_initial_propagation_end_time(value);
805  // @@protoc_insertion_point(field_add:operations_research.ConstraintRuns.initial_propagation_end_time)
806 }
807 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >&
808 ConstraintRuns::_internal_initial_propagation_end_time() const {
809  return initial_propagation_end_time_;
810 }
811 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >&
813  // @@protoc_insertion_point(field_list:operations_research.ConstraintRuns.initial_propagation_end_time)
814  return _internal_initial_propagation_end_time();
815 }
816 inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >*
817 ConstraintRuns::_internal_mutable_initial_propagation_end_time() {
818  return &initial_propagation_end_time_;
819 }
820 inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >*
822  // @@protoc_insertion_point(field_mutable_list:operations_research.ConstraintRuns.initial_propagation_end_time)
823  return _internal_mutable_initial_propagation_end_time();
824 }
825 
826 // int64 failures = 4;
828  failures_ = PROTOBUF_LONGLONG(0);
829 }
830 inline ::PROTOBUF_NAMESPACE_ID::int64 ConstraintRuns::_internal_failures() const {
831  return failures_;
832 }
833 inline ::PROTOBUF_NAMESPACE_ID::int64 ConstraintRuns::failures() const {
834  // @@protoc_insertion_point(field_get:operations_research.ConstraintRuns.failures)
835  return _internal_failures();
836 }
837 inline void ConstraintRuns::_internal_set_failures(::PROTOBUF_NAMESPACE_ID::int64 value) {
838 
839  failures_ = value;
840 }
841 inline void ConstraintRuns::set_failures(::PROTOBUF_NAMESPACE_ID::int64 value) {
842  _internal_set_failures(value);
843  // @@protoc_insertion_point(field_set:operations_research.ConstraintRuns.failures)
844 }
845 
846 // repeated .operations_research.DemonRuns demons = 5;
847 inline int ConstraintRuns::_internal_demons_size() const {
848  return demons_.size();
849 }
850 inline int ConstraintRuns::demons_size() const {
851  return _internal_demons_size();
852 }
854  demons_.Clear();
855 }
856 inline ::operations_research::DemonRuns* ConstraintRuns::mutable_demons(int index) {
857  // @@protoc_insertion_point(field_mutable:operations_research.ConstraintRuns.demons)
858  return demons_.Mutable(index);
859 }
860 inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::operations_research::DemonRuns >*
862  // @@protoc_insertion_point(field_mutable_list:operations_research.ConstraintRuns.demons)
863  return &demons_;
864 }
865 inline const ::operations_research::DemonRuns& ConstraintRuns::_internal_demons(int index) const {
866  return demons_.Get(index);
867 }
868 inline const ::operations_research::DemonRuns& ConstraintRuns::demons(int index) const {
869  // @@protoc_insertion_point(field_get:operations_research.ConstraintRuns.demons)
870  return _internal_demons(index);
871 }
872 inline ::operations_research::DemonRuns* ConstraintRuns::_internal_add_demons() {
873  return demons_.Add();
874 }
875 inline ::operations_research::DemonRuns* ConstraintRuns::add_demons() {
876  // @@protoc_insertion_point(field_add:operations_research.ConstraintRuns.demons)
877  return _internal_add_demons();
878 }
879 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::operations_research::DemonRuns >&
881  // @@protoc_insertion_point(field_list:operations_research.ConstraintRuns.demons)
882  return demons_;
883 }
884 
885 #ifdef __GNUC__
886  #pragma GCC diagnostic pop
887 #endif // __GNUC__
888 // -------------------------------------------------------------------
889 
890 
891 // @@protoc_insertion_point(namespace_scope)
892 
893 } // namespace operations_research
894 
895 // @@protoc_insertion_point(global_scope)
896 
897 #include <google/protobuf/port_undef.inc>
898 #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_ortools_2fconstraint_5fsolver_2fdemon_5fprofiler_2eproto
static const ConstraintRuns & default_instance()
void add_initial_propagation_start_time(::PROTOBUF_NAMESPACE_ID::int64 value)
const std::string & constraint_id() const
void set_start_time(int index, ::PROTOBUF_NAMESPACE_ID::int64 value)
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 > & initial_propagation_start_time() const
static const DemonRuns & default_instance()
void clear_demons()
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
@ kDemonsFieldNumber
std::string * mutable_constraint_id()
const char * _InternalParse(const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::operations_research::DemonRuns > & demons() const
DemonRuns * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
int end_time_size() const
@ kFailuresFieldNumber
void Swap(DemonRuns *other)
void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
::operations_research::DemonRuns * add_demons()
static constexpr int kIndexInFileMessages
static constexpr int kIndexInFileMessages
const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 > & start_time() const
void clear_demon_id()
const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 > & end_time() const
The vehicle routing library lets one model and solve generic vehicle routing problems ranging from th...
void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
@ kInitialPropagationEndTimeFieldNumber
ConstraintRuns()
void clear_start_time()
DemonRuns & operator=(DemonRuns &&from) noexcept
@ kStartTimeFieldNumber
int initial_propagation_start_time_size() const
DemonRuns()
void set_allocated_constraint_id(std::string *constraint_id)
DemonRuns(DemonRuns &&from) noexcept
void clear_failures()
const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ortools_2fconstraint_5fsolver_2fdemon_5fprofiler_2eproto
@ kEndTimeFieldNumber
friend void swap(DemonRuns &a, DemonRuns &b)
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
int demons_size() const
const std::string & demon_id() const
static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[]
int GetCachedSize() const final
::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 > * mutable_start_time()
void set_demon_id(const std::string &value)
ConstraintRuns(ConstraintRuns &&from) noexcept
std::string * release_constraint_id()
void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
ConstraintRuns & operator=(const ConstraintRuns &from)
static const ConstraintRuns * internal_default_instance()
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
ConstraintRuns * New() const final
void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
size_t ByteSizeLong() const final
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
void set_end_time(int index, ::PROTOBUF_NAMESPACE_ID::int64 value)
void clear_initial_propagation_end_time()
void add_start_time(::PROTOBUF_NAMESPACE_ID::int64 value)
void add_end_time(::PROTOBUF_NAMESPACE_ID::int64 value)
void set_initial_propagation_start_time(int index, ::PROTOBUF_NAMESPACE_ID::int64 value)
friend void swap(ConstraintRuns &a, ConstraintRuns &b)
static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[]
std::string * mutable_demon_id()
void add_initial_propagation_end_time(::PROTOBUF_NAMESPACE_ID::int64 value)
void clear_initial_propagation_start_time()
ConstraintRunsDefaultTypeInternal _ConstraintRuns_default_instance_
::PROTOBUF_NAMESPACE_ID::int64 failures() const
@ kInitialPropagationStartTimeFieldNumber
@ kDemonIdFieldNumber
int GetCachedSize() const final
void set_failures(::PROTOBUF_NAMESPACE_ID::int64 value)
::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 > * mutable_end_time()
::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 > * mutable_initial_propagation_end_time()
DemonRunsDefaultTypeInternal _DemonRuns_default_instance_
bool IsInitialized() const final
void set_allocated_demon_id(std::string *demon_id)
ConstraintRuns * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
DemonRuns & operator=(const DemonRuns &from)
static void InitAsDefaultInstance()
void set_failures(::PROTOBUF_NAMESPACE_ID::int64 value)
std::string * release_demon_id()
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
void set_initial_propagation_end_time(int index, ::PROTOBUF_NAMESPACE_ID::int64 value)
static const DemonRuns * internal_default_instance()
::PROTOBUF_NAMESPACE_ID::int64 failures() const
int start_time_size() const
void clear_failures()
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
virtual ~DemonRuns()
::PROTOBUF_NAMESPACE_ID::uint8 * _InternalSerialize(::PROTOBUF_NAMESPACE_ID::uint8 *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 > * mutable_initial_propagation_start_time()
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::operations_research::DemonRuns > * mutable_demons()
int initial_propagation_end_time_size() const
@ kFailuresFieldNumber
static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[]
Definition: assignment.pb.h:39
ConstraintRuns & operator=(ConstraintRuns &&from) noexcept
DemonRuns * New() const final
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
::PROTOBUF_NAMESPACE_ID::uint8 * _InternalSerialize(::PROTOBUF_NAMESPACE_ID::uint8 *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
void set_constraint_id(const std::string &value)
@ kConstraintIdFieldNumber
size_t ByteSizeLong() const final
void Swap(ConstraintRuns *other)
const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 > & initial_propagation_end_time() const
static void InitAsDefaultInstance()
virtual ~ConstraintRuns()
bool IsInitialized() const final
const char * _InternalParse(const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
void clear_constraint_id()
void clear_end_time()