OR-Tools  8.0
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 < 3013000
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 3013000 < 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_lite.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::AuxiliaryParseTableField 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[];
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;
61 class DemonRuns;
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 PROTOBUF_FINAL :
74  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:operations_research.DemonRuns) */ {
75  public:
76  inline DemonRuns() : DemonRuns(nullptr) {}
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 (GetArena() == from.GetArena()) {
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  if (GetArena() == other->GetArena()) {
123  InternalSwap(other);
124  } else {
125  ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
126  }
127  }
128  void UnsafeArenaSwap(DemonRuns* other) {
129  if (other == this) return;
130  GOOGLE_DCHECK(GetArena() == other->GetArena());
131  InternalSwap(other);
132  }
133 
134  // implements Message ----------------------------------------------
135 
136  inline DemonRuns* New() const final {
137  return CreateMaybeMessage<DemonRuns>(nullptr);
138  }
139 
140  DemonRuns* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
141  return CreateMaybeMessage<DemonRuns>(arena);
142  }
143  void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
144  void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
145  void CopyFrom(const DemonRuns& from);
146  void MergeFrom(const DemonRuns& from);
147  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
148  bool IsInitialized() const final;
149 
150  size_t ByteSizeLong() const final;
151  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
152  ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(
153  ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
154  int GetCachedSize() const final { return _cached_size_.Get(); }
155 
156  private:
157  inline void SharedCtor();
158  inline void SharedDtor();
159  void SetCachedSize(int size) const final;
160  void InternalSwap(DemonRuns* other);
161  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
162  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
163  return "operations_research.DemonRuns";
164  }
165  protected:
166  explicit DemonRuns(::PROTOBUF_NAMESPACE_ID::Arena* arena);
167  private:
168  static void ArenaDtor(void* object);
169  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
170  public:
171 
172  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
173  private:
174  static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
175  ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_ortools_2fconstraint_5fsolver_2fdemon_5fprofiler_2eproto);
177  }
178 
179  public:
180 
181  // nested types ----------------------------------------------------
182 
183  // accessors -------------------------------------------------------
184 
185  enum : int {
186  kStartTimeFieldNumber = 2,
187  kEndTimeFieldNumber = 3,
188  kDemonIdFieldNumber = 1,
189  kFailuresFieldNumber = 4,
190  };
191  // repeated int64 start_time = 2;
192  int start_time_size() const;
193  private:
194  int _internal_start_time_size() const;
195  public:
197  private:
198  ::PROTOBUF_NAMESPACE_ID::int64 _internal_start_time(int index) const;
199  const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >&
200  _internal_start_time() const;
201  void _internal_add_start_time(::PROTOBUF_NAMESPACE_ID::int64 value);
202  ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >*
203  _internal_mutable_start_time();
204  public:
208  const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >&
209  start_time() const;
210  ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >*
212 
213  // repeated int64 end_time = 3;
214  int end_time_size() const;
215  private:
216  int _internal_end_time_size() const;
217  public:
219  private:
220  ::PROTOBUF_NAMESPACE_ID::int64 _internal_end_time(int index) const;
221  const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >&
222  _internal_end_time() const;
223  void _internal_add_end_time(::PROTOBUF_NAMESPACE_ID::int64 value);
224  ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >*
225  _internal_mutable_end_time();
226  public:
230  const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >&
231  end_time() const;
232  ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >*
234 
235  // string demon_id = 1;
237  const std::string& demon_id() const;
238  void set_demon_id(const std::string& value);
239  void set_demon_id(std::string&& value);
240  void set_demon_id(const char* value);
241  void set_demon_id(const char* value, size_t size);
242  std::string* mutable_demon_id();
243  std::string* release_demon_id();
244  void set_allocated_demon_id(std::string* demon_id);
245  private:
246  const std::string& _internal_demon_id() const;
247  void _internal_set_demon_id(const std::string& value);
248  std::string* _internal_mutable_demon_id();
249  public:
250 
251  // int64 failures = 4;
255  private:
256  ::PROTOBUF_NAMESPACE_ID::int64 _internal_failures() const;
257  void _internal_set_failures(::PROTOBUF_NAMESPACE_ID::int64 value);
258  public:
259 
260  // @@protoc_insertion_point(class_scope:operations_research.DemonRuns)
261  private:
262  class _Internal;
263 
264  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
265  typedef void InternalArenaConstructable_;
266  typedef void DestructorSkippable_;
267  ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 > start_time_;
268  mutable std::atomic<int> _start_time_cached_byte_size_;
269  ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 > end_time_;
270  mutable std::atomic<int> _end_time_cached_byte_size_;
271  ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr demon_id_;
273  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
274  friend struct ::TableStruct_ortools_2fconstraint_5fsolver_2fdemon_5fprofiler_2eproto;
275 };
276 // -------------------------------------------------------------------
277 
278 class ConstraintRuns PROTOBUF_FINAL :
279  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:operations_research.ConstraintRuns) */ {
280  public:
281  inline ConstraintRuns() : ConstraintRuns(nullptr) {}
282  virtual ~ConstraintRuns();
283 
284  ConstraintRuns(const ConstraintRuns& from);
285  ConstraintRuns(ConstraintRuns&& from) noexcept
286  : ConstraintRuns() {
287  *this = ::std::move(from);
288  }
289 
290  inline ConstraintRuns& operator=(const ConstraintRuns& from) {
291  CopyFrom(from);
292  return *this;
293  }
294  inline ConstraintRuns& operator=(ConstraintRuns&& from) noexcept {
295  if (GetArena() == from.GetArena()) {
296  if (this != &from) InternalSwap(&from);
297  } else {
298  CopyFrom(from);
299  }
300  return *this;
301  }
302 
303  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
304  return GetDescriptor();
305  }
306  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
307  return GetMetadataStatic().descriptor;
308  }
309  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
310  return GetMetadataStatic().reflection;
311  }
312  static const ConstraintRuns& default_instance();
313 
314  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
315  static inline const ConstraintRuns* internal_default_instance() {
316  return reinterpret_cast<const ConstraintRuns*>(
318  }
319  static constexpr int kIndexInFileMessages =
320  1;
321 
322  friend void swap(ConstraintRuns& a, ConstraintRuns& b) {
323  a.Swap(&b);
324  }
325  inline void Swap(ConstraintRuns* other) {
326  if (other == this) return;
327  if (GetArena() == other->GetArena()) {
328  InternalSwap(other);
329  } else {
330  ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
331  }
332  }
333  void UnsafeArenaSwap(ConstraintRuns* other) {
334  if (other == this) return;
335  GOOGLE_DCHECK(GetArena() == other->GetArena());
336  InternalSwap(other);
337  }
338 
339  // implements Message ----------------------------------------------
340 
341  inline ConstraintRuns* New() const final {
342  return CreateMaybeMessage<ConstraintRuns>(nullptr);
343  }
344 
345  ConstraintRuns* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
346  return CreateMaybeMessage<ConstraintRuns>(arena);
347  }
348  void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
349  void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
350  void CopyFrom(const ConstraintRuns& from);
351  void MergeFrom(const ConstraintRuns& from);
352  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
353  bool IsInitialized() const final;
354 
355  size_t ByteSizeLong() const final;
356  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
357  ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(
358  ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
359  int GetCachedSize() const final { return _cached_size_.Get(); }
360 
361  private:
362  inline void SharedCtor();
363  inline void SharedDtor();
364  void SetCachedSize(int size) const final;
365  void InternalSwap(ConstraintRuns* other);
366  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
367  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
368  return "operations_research.ConstraintRuns";
369  }
370  protected:
371  explicit ConstraintRuns(::PROTOBUF_NAMESPACE_ID::Arena* arena);
372  private:
373  static void ArenaDtor(void* object);
374  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
375  public:
376 
377  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
378  private:
379  static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
380  ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_ortools_2fconstraint_5fsolver_2fdemon_5fprofiler_2eproto);
382  }
383 
384  public:
385 
386  // nested types ----------------------------------------------------
387 
388  // accessors -------------------------------------------------------
389 
390  enum : int {
391  kInitialPropagationStartTimeFieldNumber = 2,
392  kInitialPropagationEndTimeFieldNumber = 3,
393  kDemonsFieldNumber = 5,
394  kConstraintIdFieldNumber = 1,
395  kFailuresFieldNumber = 4,
396  };
397  // repeated int64 initial_propagation_start_time = 2;
399  private:
400  int _internal_initial_propagation_start_time_size() const;
401  public:
403  private:
404  ::PROTOBUF_NAMESPACE_ID::int64 _internal_initial_propagation_start_time(int index) const;
405  const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >&
406  _internal_initial_propagation_start_time() const;
407  void _internal_add_initial_propagation_start_time(::PROTOBUF_NAMESPACE_ID::int64 value);
408  ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >*
409  _internal_mutable_initial_propagation_start_time();
410  public:
414  const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >&
416  ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >*
418 
419  // repeated int64 initial_propagation_end_time = 3;
421  private:
422  int _internal_initial_propagation_end_time_size() const;
423  public:
425  private:
426  ::PROTOBUF_NAMESPACE_ID::int64 _internal_initial_propagation_end_time(int index) const;
427  const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >&
428  _internal_initial_propagation_end_time() const;
429  void _internal_add_initial_propagation_end_time(::PROTOBUF_NAMESPACE_ID::int64 value);
430  ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >*
431  _internal_mutable_initial_propagation_end_time();
432  public:
436  const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >&
438  ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >*
440 
441  // repeated .operations_research.DemonRuns demons = 5;
442  int demons_size() const;
443  private:
444  int _internal_demons_size() const;
445  public:
446  void clear_demons();
447  ::operations_research::DemonRuns* mutable_demons(int index);
448  ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::operations_research::DemonRuns >*
450  private:
451  const ::operations_research::DemonRuns& _internal_demons(int index) const;
452  ::operations_research::DemonRuns* _internal_add_demons();
453  public:
454  const ::operations_research::DemonRuns& demons(int index) const;
455  ::operations_research::DemonRuns* add_demons();
456  const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::operations_research::DemonRuns >&
457  demons() const;
458 
459  // string constraint_id = 1;
461  const std::string& constraint_id() const;
462  void set_constraint_id(const std::string& value);
463  void set_constraint_id(std::string&& value);
464  void set_constraint_id(const char* value);
465  void set_constraint_id(const char* value, size_t size);
466  std::string* mutable_constraint_id();
467  std::string* release_constraint_id();
468  void set_allocated_constraint_id(std::string* constraint_id);
469  private:
470  const std::string& _internal_constraint_id() const;
471  void _internal_set_constraint_id(const std::string& value);
472  std::string* _internal_mutable_constraint_id();
473  public:
474 
475  // int64 failures = 4;
479  private:
480  ::PROTOBUF_NAMESPACE_ID::int64 _internal_failures() const;
481  void _internal_set_failures(::PROTOBUF_NAMESPACE_ID::int64 value);
482  public:
483 
484  // @@protoc_insertion_point(class_scope:operations_research.ConstraintRuns)
485  private:
486  class _Internal;
487 
488  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
489  typedef void InternalArenaConstructable_;
490  typedef void DestructorSkippable_;
491  ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 > initial_propagation_start_time_;
492  mutable std::atomic<int> _initial_propagation_start_time_cached_byte_size_;
493  ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 > initial_propagation_end_time_;
494  mutable std::atomic<int> _initial_propagation_end_time_cached_byte_size_;
495  ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::operations_research::DemonRuns > demons_;
496  ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr constraint_id_;
498  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
499  friend struct ::TableStruct_ortools_2fconstraint_5fsolver_2fdemon_5fprofiler_2eproto;
500 };
501 // ===================================================================
502 
503 
504 // ===================================================================
505 
506 #ifdef __GNUC__
507  #pragma GCC diagnostic push
508  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
509 #endif // __GNUC__
510 // DemonRuns
511 
512 // string demon_id = 1;
513 inline void DemonRuns::clear_demon_id() {
514  demon_id_.ClearToEmpty(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
515 }
516 inline const std::string& DemonRuns::demon_id() const {
517  // @@protoc_insertion_point(field_get:operations_research.DemonRuns.demon_id)
518  return _internal_demon_id();
519 }
520 inline void DemonRuns::set_demon_id(const std::string& value) {
521  _internal_set_demon_id(value);
522  // @@protoc_insertion_point(field_set:operations_research.DemonRuns.demon_id)
523 }
524 inline std::string* DemonRuns::mutable_demon_id() {
525  // @@protoc_insertion_point(field_mutable:operations_research.DemonRuns.demon_id)
526  return _internal_mutable_demon_id();
527 }
528 inline const std::string& DemonRuns::_internal_demon_id() const {
529  return demon_id_.Get();
530 }
531 inline void DemonRuns::_internal_set_demon_id(const std::string& value) {
532 
533  demon_id_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, GetArena());
534 }
535 inline void DemonRuns::set_demon_id(std::string&& value) {
536 
537  demon_id_.Set(
538  &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value), GetArena());
539  // @@protoc_insertion_point(field_set_rvalue:operations_research.DemonRuns.demon_id)
540 }
541 inline void DemonRuns::set_demon_id(const char* value) {
542  GOOGLE_DCHECK(value != nullptr);
543 
544  demon_id_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value),
545  GetArena());
546  // @@protoc_insertion_point(field_set_char:operations_research.DemonRuns.demon_id)
547 }
548 inline void DemonRuns::set_demon_id(const char* value,
549  size_t size) {
550 
551  demon_id_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(
552  reinterpret_cast<const char*>(value), size), GetArena());
553  // @@protoc_insertion_point(field_set_pointer:operations_research.DemonRuns.demon_id)
554 }
555 inline std::string* DemonRuns::_internal_mutable_demon_id() {
556 
557  return demon_id_.Mutable(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
558 }
559 inline std::string* DemonRuns::release_demon_id() {
560  // @@protoc_insertion_point(field_release:operations_research.DemonRuns.demon_id)
561  return demon_id_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
562 }
563 inline void DemonRuns::set_allocated_demon_id(std::string* demon_id) {
564  if (demon_id != nullptr) {
565 
566  } else {
567 
568  }
569  demon_id_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), demon_id,
570  GetArena());
571  // @@protoc_insertion_point(field_set_allocated:operations_research.DemonRuns.demon_id)
572 }
573 
574 // repeated int64 start_time = 2;
575 inline int DemonRuns::_internal_start_time_size() const {
576  return start_time_.size();
577 }
578 inline int DemonRuns::start_time_size() const {
579  return _internal_start_time_size();
580 }
581 inline void DemonRuns::clear_start_time() {
582  start_time_.Clear();
583 }
584 inline ::PROTOBUF_NAMESPACE_ID::int64 DemonRuns::_internal_start_time(int index) const {
585  return start_time_.Get(index);
586 }
587 inline ::PROTOBUF_NAMESPACE_ID::int64 DemonRuns::start_time(int index) const {
588  // @@protoc_insertion_point(field_get:operations_research.DemonRuns.start_time)
589  return _internal_start_time(index);
590 }
591 inline void DemonRuns::set_start_time(int index, ::PROTOBUF_NAMESPACE_ID::int64 value) {
592  start_time_.Set(index, value);
593  // @@protoc_insertion_point(field_set:operations_research.DemonRuns.start_time)
594 }
595 inline void DemonRuns::_internal_add_start_time(::PROTOBUF_NAMESPACE_ID::int64 value) {
596  start_time_.Add(value);
597 }
598 inline void DemonRuns::add_start_time(::PROTOBUF_NAMESPACE_ID::int64 value) {
599  _internal_add_start_time(value);
600  // @@protoc_insertion_point(field_add:operations_research.DemonRuns.start_time)
601 }
602 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >&
603 DemonRuns::_internal_start_time() const {
604  return start_time_;
605 }
606 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >&
607 DemonRuns::start_time() const {
608  // @@protoc_insertion_point(field_list:operations_research.DemonRuns.start_time)
609  return _internal_start_time();
610 }
611 inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >*
612 DemonRuns::_internal_mutable_start_time() {
613  return &start_time_;
614 }
615 inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >*
616 DemonRuns::mutable_start_time() {
617  // @@protoc_insertion_point(field_mutable_list:operations_research.DemonRuns.start_time)
618  return _internal_mutable_start_time();
619 }
620 
621 // repeated int64 end_time = 3;
622 inline int DemonRuns::_internal_end_time_size() const {
623  return end_time_.size();
624 }
625 inline int DemonRuns::end_time_size() const {
626  return _internal_end_time_size();
627 }
628 inline void DemonRuns::clear_end_time() {
629  end_time_.Clear();
630 }
631 inline ::PROTOBUF_NAMESPACE_ID::int64 DemonRuns::_internal_end_time(int index) const {
632  return end_time_.Get(index);
633 }
634 inline ::PROTOBUF_NAMESPACE_ID::int64 DemonRuns::end_time(int index) const {
635  // @@protoc_insertion_point(field_get:operations_research.DemonRuns.end_time)
636  return _internal_end_time(index);
637 }
638 inline void DemonRuns::set_end_time(int index, ::PROTOBUF_NAMESPACE_ID::int64 value) {
639  end_time_.Set(index, value);
640  // @@protoc_insertion_point(field_set:operations_research.DemonRuns.end_time)
641 }
642 inline void DemonRuns::_internal_add_end_time(::PROTOBUF_NAMESPACE_ID::int64 value) {
643  end_time_.Add(value);
644 }
645 inline void DemonRuns::add_end_time(::PROTOBUF_NAMESPACE_ID::int64 value) {
646  _internal_add_end_time(value);
647  // @@protoc_insertion_point(field_add:operations_research.DemonRuns.end_time)
648 }
649 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >&
650 DemonRuns::_internal_end_time() const {
651  return end_time_;
652 }
653 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >&
654 DemonRuns::end_time() const {
655  // @@protoc_insertion_point(field_list:operations_research.DemonRuns.end_time)
656  return _internal_end_time();
657 }
658 inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >*
659 DemonRuns::_internal_mutable_end_time() {
660  return &end_time_;
661 }
662 inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >*
663 DemonRuns::mutable_end_time() {
664  // @@protoc_insertion_point(field_mutable_list:operations_research.DemonRuns.end_time)
665  return _internal_mutable_end_time();
666 }
667 
668 // int64 failures = 4;
669 inline void DemonRuns::clear_failures() {
670  failures_ = PROTOBUF_LONGLONG(0);
671 }
672 inline ::PROTOBUF_NAMESPACE_ID::int64 DemonRuns::_internal_failures() const {
673  return failures_;
674 }
675 inline ::PROTOBUF_NAMESPACE_ID::int64 DemonRuns::failures() const {
676  // @@protoc_insertion_point(field_get:operations_research.DemonRuns.failures)
677  return _internal_failures();
678 }
679 inline void DemonRuns::_internal_set_failures(::PROTOBUF_NAMESPACE_ID::int64 value) {
680 
681  failures_ = value;
682 }
683 inline void DemonRuns::set_failures(::PROTOBUF_NAMESPACE_ID::int64 value) {
684  _internal_set_failures(value);
685  // @@protoc_insertion_point(field_set:operations_research.DemonRuns.failures)
686 }
687 
688 // -------------------------------------------------------------------
689 
690 // ConstraintRuns
691 
692 // string constraint_id = 1;
693 inline void ConstraintRuns::clear_constraint_id() {
694  constraint_id_.ClearToEmpty(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
695 }
696 inline const std::string& ConstraintRuns::constraint_id() const {
697  // @@protoc_insertion_point(field_get:operations_research.ConstraintRuns.constraint_id)
698  return _internal_constraint_id();
699 }
700 inline void ConstraintRuns::set_constraint_id(const std::string& value) {
701  _internal_set_constraint_id(value);
702  // @@protoc_insertion_point(field_set:operations_research.ConstraintRuns.constraint_id)
703 }
704 inline std::string* ConstraintRuns::mutable_constraint_id() {
705  // @@protoc_insertion_point(field_mutable:operations_research.ConstraintRuns.constraint_id)
706  return _internal_mutable_constraint_id();
707 }
708 inline const std::string& ConstraintRuns::_internal_constraint_id() const {
709  return constraint_id_.Get();
710 }
711 inline void ConstraintRuns::_internal_set_constraint_id(const std::string& value) {
712 
713  constraint_id_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, GetArena());
714 }
715 inline void ConstraintRuns::set_constraint_id(std::string&& value) {
716 
717  constraint_id_.Set(
718  &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value), GetArena());
719  // @@protoc_insertion_point(field_set_rvalue:operations_research.ConstraintRuns.constraint_id)
720 }
721 inline void ConstraintRuns::set_constraint_id(const char* value) {
722  GOOGLE_DCHECK(value != nullptr);
723 
724  constraint_id_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value),
725  GetArena());
726  // @@protoc_insertion_point(field_set_char:operations_research.ConstraintRuns.constraint_id)
727 }
728 inline void ConstraintRuns::set_constraint_id(const char* value,
729  size_t size) {
730 
731  constraint_id_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(
732  reinterpret_cast<const char*>(value), size), GetArena());
733  // @@protoc_insertion_point(field_set_pointer:operations_research.ConstraintRuns.constraint_id)
734 }
735 inline std::string* ConstraintRuns::_internal_mutable_constraint_id() {
736 
737  return constraint_id_.Mutable(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
738 }
739 inline std::string* ConstraintRuns::release_constraint_id() {
740  // @@protoc_insertion_point(field_release:operations_research.ConstraintRuns.constraint_id)
741  return constraint_id_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
742 }
743 inline void ConstraintRuns::set_allocated_constraint_id(std::string* constraint_id) {
744  if (constraint_id != nullptr) {
745 
746  } else {
747 
748  }
749  constraint_id_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), constraint_id,
750  GetArena());
751  // @@protoc_insertion_point(field_set_allocated:operations_research.ConstraintRuns.constraint_id)
752 }
753 
754 // repeated int64 initial_propagation_start_time = 2;
755 inline int ConstraintRuns::_internal_initial_propagation_start_time_size() const {
756  return initial_propagation_start_time_.size();
757 }
758 inline int ConstraintRuns::initial_propagation_start_time_size() const {
759  return _internal_initial_propagation_start_time_size();
760 }
761 inline void ConstraintRuns::clear_initial_propagation_start_time() {
762  initial_propagation_start_time_.Clear();
763 }
764 inline ::PROTOBUF_NAMESPACE_ID::int64 ConstraintRuns::_internal_initial_propagation_start_time(int index) const {
765  return initial_propagation_start_time_.Get(index);
766 }
767 inline ::PROTOBUF_NAMESPACE_ID::int64 ConstraintRuns::initial_propagation_start_time(int index) const {
768  // @@protoc_insertion_point(field_get:operations_research.ConstraintRuns.initial_propagation_start_time)
769  return _internal_initial_propagation_start_time(index);
770 }
771 inline void ConstraintRuns::set_initial_propagation_start_time(int index, ::PROTOBUF_NAMESPACE_ID::int64 value) {
772  initial_propagation_start_time_.Set(index, value);
773  // @@protoc_insertion_point(field_set:operations_research.ConstraintRuns.initial_propagation_start_time)
774 }
775 inline void ConstraintRuns::_internal_add_initial_propagation_start_time(::PROTOBUF_NAMESPACE_ID::int64 value) {
776  initial_propagation_start_time_.Add(value);
777 }
778 inline void ConstraintRuns::add_initial_propagation_start_time(::PROTOBUF_NAMESPACE_ID::int64 value) {
779  _internal_add_initial_propagation_start_time(value);
780  // @@protoc_insertion_point(field_add:operations_research.ConstraintRuns.initial_propagation_start_time)
781 }
782 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >&
783 ConstraintRuns::_internal_initial_propagation_start_time() const {
784  return initial_propagation_start_time_;
785 }
786 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >&
787 ConstraintRuns::initial_propagation_start_time() const {
788  // @@protoc_insertion_point(field_list:operations_research.ConstraintRuns.initial_propagation_start_time)
789  return _internal_initial_propagation_start_time();
790 }
791 inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >*
792 ConstraintRuns::_internal_mutable_initial_propagation_start_time() {
793  return &initial_propagation_start_time_;
794 }
795 inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >*
796 ConstraintRuns::mutable_initial_propagation_start_time() {
797  // @@protoc_insertion_point(field_mutable_list:operations_research.ConstraintRuns.initial_propagation_start_time)
798  return _internal_mutable_initial_propagation_start_time();
799 }
800 
801 // repeated int64 initial_propagation_end_time = 3;
802 inline int ConstraintRuns::_internal_initial_propagation_end_time_size() const {
803  return initial_propagation_end_time_.size();
804 }
805 inline int ConstraintRuns::initial_propagation_end_time_size() const {
806  return _internal_initial_propagation_end_time_size();
807 }
808 inline void ConstraintRuns::clear_initial_propagation_end_time() {
809  initial_propagation_end_time_.Clear();
810 }
811 inline ::PROTOBUF_NAMESPACE_ID::int64 ConstraintRuns::_internal_initial_propagation_end_time(int index) const {
812  return initial_propagation_end_time_.Get(index);
813 }
814 inline ::PROTOBUF_NAMESPACE_ID::int64 ConstraintRuns::initial_propagation_end_time(int index) const {
815  // @@protoc_insertion_point(field_get:operations_research.ConstraintRuns.initial_propagation_end_time)
816  return _internal_initial_propagation_end_time(index);
817 }
818 inline void ConstraintRuns::set_initial_propagation_end_time(int index, ::PROTOBUF_NAMESPACE_ID::int64 value) {
819  initial_propagation_end_time_.Set(index, value);
820  // @@protoc_insertion_point(field_set:operations_research.ConstraintRuns.initial_propagation_end_time)
821 }
822 inline void ConstraintRuns::_internal_add_initial_propagation_end_time(::PROTOBUF_NAMESPACE_ID::int64 value) {
823  initial_propagation_end_time_.Add(value);
824 }
825 inline void ConstraintRuns::add_initial_propagation_end_time(::PROTOBUF_NAMESPACE_ID::int64 value) {
826  _internal_add_initial_propagation_end_time(value);
827  // @@protoc_insertion_point(field_add:operations_research.ConstraintRuns.initial_propagation_end_time)
828 }
829 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >&
830 ConstraintRuns::_internal_initial_propagation_end_time() const {
831  return initial_propagation_end_time_;
832 }
833 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >&
834 ConstraintRuns::initial_propagation_end_time() const {
835  // @@protoc_insertion_point(field_list:operations_research.ConstraintRuns.initial_propagation_end_time)
836  return _internal_initial_propagation_end_time();
837 }
838 inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >*
839 ConstraintRuns::_internal_mutable_initial_propagation_end_time() {
840  return &initial_propagation_end_time_;
841 }
842 inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >*
843 ConstraintRuns::mutable_initial_propagation_end_time() {
844  // @@protoc_insertion_point(field_mutable_list:operations_research.ConstraintRuns.initial_propagation_end_time)
845  return _internal_mutable_initial_propagation_end_time();
846 }
847 
848 // int64 failures = 4;
849 inline void ConstraintRuns::clear_failures() {
850  failures_ = PROTOBUF_LONGLONG(0);
851 }
852 inline ::PROTOBUF_NAMESPACE_ID::int64 ConstraintRuns::_internal_failures() const {
853  return failures_;
854 }
855 inline ::PROTOBUF_NAMESPACE_ID::int64 ConstraintRuns::failures() const {
856  // @@protoc_insertion_point(field_get:operations_research.ConstraintRuns.failures)
857  return _internal_failures();
858 }
859 inline void ConstraintRuns::_internal_set_failures(::PROTOBUF_NAMESPACE_ID::int64 value) {
860 
861  failures_ = value;
862 }
863 inline void ConstraintRuns::set_failures(::PROTOBUF_NAMESPACE_ID::int64 value) {
864  _internal_set_failures(value);
865  // @@protoc_insertion_point(field_set:operations_research.ConstraintRuns.failures)
866 }
867 
868 // repeated .operations_research.DemonRuns demons = 5;
869 inline int ConstraintRuns::_internal_demons_size() const {
870  return demons_.size();
871 }
872 inline int ConstraintRuns::demons_size() const {
873  return _internal_demons_size();
874 }
875 inline void ConstraintRuns::clear_demons() {
876  demons_.Clear();
877 }
878 inline ::operations_research::DemonRuns* ConstraintRuns::mutable_demons(int index) {
879  // @@protoc_insertion_point(field_mutable:operations_research.ConstraintRuns.demons)
880  return demons_.Mutable(index);
881 }
882 inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::operations_research::DemonRuns >*
883 ConstraintRuns::mutable_demons() {
884  // @@protoc_insertion_point(field_mutable_list:operations_research.ConstraintRuns.demons)
885  return &demons_;
886 }
887 inline const ::operations_research::DemonRuns& ConstraintRuns::_internal_demons(int index) const {
888  return demons_.Get(index);
889 }
890 inline const ::operations_research::DemonRuns& ConstraintRuns::demons(int index) const {
891  // @@protoc_insertion_point(field_get:operations_research.ConstraintRuns.demons)
892  return _internal_demons(index);
893 }
894 inline ::operations_research::DemonRuns* ConstraintRuns::_internal_add_demons() {
895  return demons_.Add();
896 }
897 inline ::operations_research::DemonRuns* ConstraintRuns::add_demons() {
898  // @@protoc_insertion_point(field_add:operations_research.ConstraintRuns.demons)
899  return _internal_add_demons();
900 }
901 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::operations_research::DemonRuns >&
902 ConstraintRuns::demons() const {
903  // @@protoc_insertion_point(field_list:operations_research.ConstraintRuns.demons)
904  return demons_;
905 }
906 
907 #ifdef __GNUC__
908  #pragma GCC diagnostic pop
909 #endif // __GNUC__
910 // -------------------------------------------------------------------
911 
912 
913 // @@protoc_insertion_point(namespace_scope)
914 
915 } // namespace operations_research
916 
917 // @@protoc_insertion_point(global_scope)
918 
919 #include <google/protobuf/port_undef.inc>
920 #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_ortools_2fconstraint_5fsolver_2fdemon_5fprofiler_2eproto
operations_research::PROTOBUF_FINAL::set_demon_id
void set_demon_id(const char *value, size_t size)
operations_research::PROTOBUF_FINAL::ConstraintRuns
ConstraintRuns(const ConstraintRuns &from)
operations_research::PROTOBUF_FINAL::MergeFrom
void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
operations_research::PROTOBUF_FINAL::mutable_constraint_id
std::string * mutable_constraint_id()
operations_research::PROTOBUF_FINAL::set_constraint_id
void set_constraint_id(std::string &&value)
operations_research::PROTOBUF_FINAL::UnsafeArenaSwap
void UnsafeArenaSwap(DemonRuns *other)
Definition: demon_profiler.pb.h:128
operations_research::PROTOBUF_FINAL::CopyFrom
void CopyFrom(const ConstraintRuns &from)
operations_research::PROTOBUF_FINAL::set_end_time
void set_end_time(int index, ::PROTOBUF_NAMESPACE_ID::int64 value)
TableStruct_ortools_2fconstraint_5fsolver_2fdemon_5fprofiler_2eproto::PROTOBUF_SECTION_VARIABLE
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[2] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
operations_research::PROTOBUF_FINAL::demons
const ::operations_research::DemonRuns & demons(int index) const
operations_research::PROTOBUF_FINAL::DemonRuns
DemonRuns()
Definition: demon_profiler.pb.h:76
operations_research::PROTOBUF_FINAL::default_instance
static const ConstraintRuns & default_instance()
operations_research::PROTOBUF_FINAL::DemonRuns
DemonRuns(const DemonRuns &from)
operations_research::PROTOBUF_FINAL::operator=
DemonRuns & operator=(DemonRuns &&from) noexcept
Definition: demon_profiler.pb.h:89
operations_research::PROTOBUF_FINAL::set_allocated_demon_id
void set_allocated_demon_id(std::string *demon_id)
operations_research::PROTOBUF_FINAL::DemonRuns
DemonRuns(DemonRuns &&from) noexcept
Definition: demon_profiler.pb.h:80
operations_research::PROTOBUF_FINAL::UnsafeArenaSwap
void UnsafeArenaSwap(ConstraintRuns *other)
Definition: demon_profiler.pb.h:333
operations_research::PROTOBUF_FINAL::mutable_end_time
::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 > * mutable_end_time()
operations_research::PROTOBUF_FINAL::clear_failures
void clear_failures()
operations_research::PROTOBUF_FINAL::add_start_time
void add_start_time(::PROTOBUF_NAMESPACE_ID::int64 value)
operations_research::PROTOBUF_FINAL::Clear
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
operations_research::PROTOBUF_FINAL::initial_propagation_end_time_size
int initial_propagation_end_time_size() const
operations_research::PROTOBUF_FINAL::set_demon_id
void set_demon_id(std::string &&value)
operations_research::PROTOBUF_FINAL::clear_demon_id
void clear_demon_id()
operations_research::PROTOBUF_FINAL::start_time
::PROTOBUF_NAMESPACE_ID::int64 start_time(int index) const
operations_research::PROTOBUF_FINAL::demon_id
const std::string & demon_id() const
value
int64 value
Definition: demon_profiler.cc:43
operations_research::PROTOBUF_FINAL::internal_default_instance
static const DemonRuns * internal_default_instance()
Definition: demon_profiler.pb.h:110
operations_research::PROTOBUF_FINAL::set_demon_id
void set_demon_id(const char *value)
operations_research::PROTOBUF_FINAL::internal_default_instance
static const ConstraintRuns * internal_default_instance()
Definition: demon_profiler.pb.h:315
operations_research
The vehicle routing library lets one model and solve generic vehicle routing problems ranging from th...
Definition: dense_doubly_linked_list.h:21
operations_research::PROTOBUF_FINAL::New
ConstraintRuns * New() const final
Definition: demon_profiler.pb.h:341
operations_research::PROTOBUF_FINAL::MergeFrom
void MergeFrom(const ConstraintRuns &from)
operations_research::PROTOBUF_FINAL::DemonRuns
DemonRuns(::PROTOBUF_NAMESPACE_ID::Arena *arena)
operations_research::PROTOBUF_FINAL::New
DemonRuns * New() const final
Definition: demon_profiler.pb.h:136
operations_research::PROTOBUF_FINAL::clear_end_time
void clear_end_time()
int64
int64_t int64
Definition: integral_types.h:34
operations_research::PROTOBUF_FINAL::set_failures
void set_failures(::PROTOBUF_NAMESPACE_ID::int64 value)
operations_research::PROTOBUF_FINAL::mutable_start_time
::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 > * mutable_start_time()
operations_research::PROTOBUF_FINAL::operator=
DemonRuns & operator=(const DemonRuns &from)
Definition: demon_profiler.pb.h:85
operations_research::PROTOBUF_FINAL::operator=
ConstraintRuns & operator=(const ConstraintRuns &from)
Definition: demon_profiler.pb.h:290
index
int index
Definition: pack.cc:508
descriptor_table_ortools_2fconstraint_5fsolver_2fdemon_5fprofiler_2eproto
const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ortools_2fconstraint_5fsolver_2fdemon_5fprofiler_2eproto
Definition: demon_profiler.pb.cc:110
operations_research::PROTOBUF_FINAL::initial_propagation_start_time
const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 > & initial_propagation_start_time() const
operations_research::PROTOBUF_FINAL::descriptor
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: demon_profiler.pb.h:98
operations_research::PROTOBUF_FINAL::end_time
::PROTOBUF_NAMESPACE_ID::int64 end_time(int index) const
operations_research::PROTOBUF_FINAL::ConstraintRuns
ConstraintRuns(::PROTOBUF_NAMESPACE_ID::Arena *arena)
TableStruct_ortools_2fconstraint_5fsolver_2fdemon_5fprofiler_2eproto::field_metadata
static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[]
Definition: demon_profiler.pb.h:52
operations_research::PROTOBUF_FINAL::mutable_demons
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::operations_research::DemonRuns > * mutable_demons()
a
int64 a
Definition: constraint_solver/table.cc:42
operations_research::PROTOBUF_FINAL::start_time_size
int start_time_size() const
operations_research::PROTOBUF_FINAL::constraint_id
const std::string & constraint_id() const
operations_research::PROTOBUF_FINAL::failures
::PROTOBUF_NAMESPACE_ID::int64 failures() const
operations_research::PROTOBUF_FINAL::end_time_size
int end_time_size() const
TableStruct_ortools_2fconstraint_5fsolver_2fdemon_5fprofiler_2eproto::PROTOBUF_SECTION_VARIABLE
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
operations_research::PROTOBUF_FINAL::Swap
void Swap(DemonRuns *other)
Definition: demon_profiler.pb.h:120
uint32
unsigned int uint32
Definition: integral_types.h:38
operations_research::PROTOBUF_FINAL::release_constraint_id
std::string * release_constraint_id()
operations_research::PROTOBUF_FINAL::New
DemonRuns * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
Definition: demon_profiler.pb.h:140
operations_research::PROTOBUF_FINAL::clear_initial_propagation_start_time
void clear_initial_propagation_start_time()
operations_research::PROTOBUF_FINAL::set_demon_id
void set_demon_id(const std::string &value)
operations_research::PROTOBUF_FINAL::mutable_initial_propagation_end_time
::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 > * mutable_initial_propagation_end_time()
operations_research::PROTOBUF_FINAL::New
ConstraintRuns * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
Definition: demon_profiler.pb.h:345
operations_research::PROTOBUF_FINAL::initial_propagation_end_time
::PROTOBUF_NAMESPACE_ID::int64 initial_propagation_end_time(int index) const
operations_research::PROTOBUF_FINAL::set_allocated_constraint_id
void set_allocated_constraint_id(std::string *constraint_id)
operations_research::PROTOBUF_FINAL::clear_constraint_id
void clear_constraint_id()
operations_research::PROTOBUF_FINAL::clear_demons
void clear_demons()
operations_research::PROTOBUF_FINAL::set_constraint_id
void set_constraint_id(const char *value)
operations_research::PROTOBUF_FINAL::initial_propagation_start_time
::PROTOBUF_NAMESPACE_ID::int64 initial_propagation_start_time(int index) const
operations_research::PROTOBUF_FINAL::end_time
const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 > & end_time() const
TableStruct_ortools_2fconstraint_5fsolver_2fdemon_5fprofiler_2eproto
Definition: demon_profiler.pb.h:45
operations_research::PROTOBUF_FINAL::demons
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::operations_research::DemonRuns > & demons() const
TableStruct_ortools_2fconstraint_5fsolver_2fdemon_5fprofiler_2eproto::offsets
static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[]
Definition: demon_profiler.pb.h:54
operations_research::PROTOBUF_FINAL::release_demon_id
std::string * release_demon_id()
operations_research::PROTOBUF_FINAL::mutable_demons
::operations_research::DemonRuns * mutable_demons(int index)
operations_research::PROTOBUF_FINAL::swap
friend void swap(ConstraintRuns &a, ConstraintRuns &b)
Definition: demon_profiler.pb.h:322
operations_research::PROTOBUF_FINAL::clear_start_time
void clear_start_time()
operations_research::PROTOBUF_FINAL::set_initial_propagation_end_time
void set_initial_propagation_end_time(int index, ::PROTOBUF_NAMESPACE_ID::int64 value)
operations_research::_ConstraintRuns_default_instance_
class operations_research::ConstraintRunsDefaultTypeInternal _ConstraintRuns_default_instance_
Definition: demon_profiler.pb.h:59
operations_research::PROTOBUF_FINAL::start_time
const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 > & start_time() const
operations_research::ConstraintRunsDefaultTypeInternal
Definition: demon_profiler.pb.cc:23
operations_research::PROTOBUF_FINAL::GetMetadata
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
operations_research::PROTOBUF_FINAL
Definition: assignment.pb.h:86
operations_research::PROTOBUF_FINAL::set_initial_propagation_start_time
void set_initial_propagation_start_time(int index, ::PROTOBUF_NAMESPACE_ID::int64 value)
operations_research::PROTOBUF_FINAL::add_initial_propagation_end_time
void add_initial_propagation_end_time(::PROTOBUF_NAMESPACE_ID::int64 value)
operations_research::PROTOBUF_FINAL::add_initial_propagation_start_time
void add_initial_propagation_start_time(::PROTOBUF_NAMESPACE_ID::int64 value)
operations_research::PROTOBUF_FINAL::set_constraint_id
void set_constraint_id(const char *value, size_t size)
operations_research::_DemonRuns_default_instance_
class operations_research::DemonRunsDefaultTypeInternal _DemonRuns_default_instance_
Definition: demon_profiler.pb.h:62
TableStruct_ortools_2fconstraint_5fsolver_2fdemon_5fprofiler_2eproto::PROTOBUF_SECTION_VARIABLE
static const ::PROTOBUF_NAMESPACE_ID::internal::AuxiliaryParseTableField aux[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
operations_research::PROTOBUF_FINAL::GetDescriptor
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: demon_profiler.pb.h:101
uint8
unsigned char uint8
Definition: integral_types.h:36
operations_research::PROTOBUF_FINAL::mutable_initial_propagation_start_time
::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 > * mutable_initial_propagation_start_time()
operations_research::PROTOBUF_FINAL::demons_size
int demons_size() const
operations_research::PROTOBUF_FINAL::GetReflection
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: demon_profiler.pb.h:104
operations_research::PROTOBUF_FINAL::~DemonRuns
virtual ~DemonRuns()
operations_research::PROTOBUF_FINAL::clear_initial_propagation_end_time
void clear_initial_propagation_end_time()
operations_research::PROTOBUF_FINAL::InitAsDefaultInstance
static void InitAsDefaultInstance()
b
int64 b
Definition: constraint_solver/table.cc:43
operations_research::PROTOBUF_FINAL::set_start_time
void set_start_time(int index, ::PROTOBUF_NAMESPACE_ID::int64 value)
operations_research::PROTOBUF_FINAL::MergeFrom
void MergeFrom(const DemonRuns &from)
operations_research::DemonRunsDefaultTypeInternal
Definition: demon_profiler.pb.cc:19
TableStruct_ortools_2fconstraint_5fsolver_2fdemon_5fprofiler_2eproto::serialization_table
static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[]
Definition: demon_profiler.pb.h:53
internal
Definition: bop_parameters.pb.h:40
operations_research::PROTOBUF_FINAL::ConstraintRuns
ConstraintRuns()
Definition: demon_profiler.pb.h:281
operations_research::PROTOBUF_FINAL::ConstraintRuns
ConstraintRuns(ConstraintRuns &&from) noexcept
Definition: demon_profiler.pb.h:285
operations_research::PROTOBUF_FINAL::CopyFrom
void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
operations_research::PROTOBUF_FINAL::add_end_time
void add_end_time(::PROTOBUF_NAMESPACE_ID::int64 value)
operations_research::PROTOBUF_FINAL::CopyFrom
void CopyFrom(const DemonRuns &from)
operations_research::PROTOBUF_FINAL::mutable_demon_id
std::string * mutable_demon_id()
operations_research::PROTOBUF_FINAL::default_instance
static const DemonRuns & default_instance()
operations_research::PROTOBUF_FINAL::initial_propagation_start_time_size
int initial_propagation_start_time_size() const
operations_research::PROTOBUF_FINAL::operator=
ConstraintRuns & operator=(ConstraintRuns &&from) noexcept
Definition: demon_profiler.pb.h:294
operations_research::PROTOBUF_FINAL::add_demons
::operations_research::DemonRuns * add_demons()
operations_research::PROTOBUF_FINAL::set_constraint_id
void set_constraint_id(const std::string &value)
operations_research::PROTOBUF_FINAL::Swap
void Swap(ConstraintRuns *other)
Definition: demon_profiler.pb.h:325
operations_research::PROTOBUF_FINAL::~ConstraintRuns
virtual ~ConstraintRuns()
operations_research::PROTOBUF_FINAL::swap
friend void swap(DemonRuns &a, DemonRuns &b)
Definition: demon_profiler.pb.h:117
operations_research::PROTOBUF_FINAL::initial_propagation_end_time
const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 > & initial_propagation_end_time() const