OR-Tools  9.1
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 < 3018000
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 3018000 < 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/metadata_lite.h>
29#include <google/protobuf/generated_message_reflection.h>
30#include <google/protobuf/message.h>
31#include <google/protobuf/repeated_field.h> // IWYU pragma: export
32#include <google/protobuf/extension_set.h> // IWYU pragma: export
33#include <google/protobuf/unknown_field_set.h>
34// @@protoc_insertion_point(includes)
35#include <google/protobuf/port_def.inc>
36#define PROTOBUF_INTERNAL_EXPORT_ortools_2fconstraint_5fsolver_2fdemon_5fprofiler_2eproto
37PROTOBUF_NAMESPACE_OPEN
38namespace internal {
39class AnyMetadata;
40} // namespace internal
41PROTOBUF_NAMESPACE_CLOSE
42
43// Internal implementation detail -- do not use these members.
45 static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
47 static const ::PROTOBUF_NAMESPACE_ID::internal::AuxiliaryParseTableField aux[]
49 static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[2]
51 static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[];
52 static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[];
53 static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[];
54};
55extern const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ortools_2fconstraint_5fsolver_2fdemon_5fprofiler_2eproto;
56namespace operations_research {
57class ConstraintRuns;
58struct ConstraintRunsDefaultTypeInternal;
59extern ConstraintRunsDefaultTypeInternal _ConstraintRuns_default_instance_;
60class DemonRuns;
61struct DemonRunsDefaultTypeInternal;
62extern DemonRunsDefaultTypeInternal _DemonRuns_default_instance_;
63} // namespace operations_research
64PROTOBUF_NAMESPACE_OPEN
65template<> ::operations_research::ConstraintRuns* Arena::CreateMaybeMessage<::operations_research::ConstraintRuns>(Arena*);
66template<> ::operations_research::DemonRuns* Arena::CreateMaybeMessage<::operations_research::DemonRuns>(Arena*);
67PROTOBUF_NAMESPACE_CLOSE
68namespace operations_research {
69
70// ===================================================================
71
72class DemonRuns final :
73 public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:operations_research.DemonRuns) */ {
74 public:
75 inline DemonRuns() : DemonRuns(nullptr) {}
76 ~DemonRuns() override;
77 explicit constexpr DemonRuns(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
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 (this == &from) return *this;
91 if (GetOwningArena() == from.GetOwningArena()
92 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
93 && GetOwningArena() != nullptr
94 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
95 ) {
96 InternalSwap(&from);
97 } else {
98 CopyFrom(from);
99 }
100 return *this;
101 }
102
103 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
104 return GetDescriptor();
105 }
106 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
107 return default_instance().GetMetadata().descriptor;
108 }
109 static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
110 return default_instance().GetMetadata().reflection;
111 }
112 static const DemonRuns& default_instance() {
114 }
115 static inline const DemonRuns* internal_default_instance() {
116 return reinterpret_cast<const DemonRuns*>(
118 }
119 static constexpr int kIndexInFileMessages =
120 0;
121
122 friend void swap(DemonRuns& a, DemonRuns& b) {
123 a.Swap(&b);
124 }
125 inline void Swap(DemonRuns* other) {
126 if (other == this) return;
127 if (GetOwningArena() == other->GetOwningArena()) {
128 InternalSwap(other);
129 } else {
130 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
131 }
132 }
134 if (other == this) return;
135 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
136 InternalSwap(other);
137 }
138
139 // implements Message ----------------------------------------------
140
141 inline DemonRuns* New() const final {
142 return new DemonRuns();
143 }
144
145 DemonRuns* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
146 return CreateMaybeMessage<DemonRuns>(arena);
147 }
148 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
149 void CopyFrom(const DemonRuns& from);
150 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
151 void MergeFrom(const DemonRuns& from);
152 private:
153 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from);
154 public:
155 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
156 bool IsInitialized() const final;
157
158 size_t ByteSizeLong() const final;
159 const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
160 ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(
161 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
162 int GetCachedSize() const final { return _cached_size_.Get(); }
163
164 private:
165 void SharedCtor();
166 void SharedDtor();
167 void SetCachedSize(int size) const final;
168 void InternalSwap(DemonRuns* other);
169 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
170 static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
171 return "operations_research.DemonRuns";
172 }
173 protected:
174 explicit DemonRuns(::PROTOBUF_NAMESPACE_ID::Arena* arena,
175 bool is_message_owned = false);
176 private:
177 static void ArenaDtor(void* object);
178 inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
179 public:
180
181 static const ClassData _class_data_;
182 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
183
184 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
185
186 // nested types ----------------------------------------------------
187
188 // accessors -------------------------------------------------------
189
190 enum : int {
195 };
196 // repeated int64 start_time = 2;
197 int start_time_size() const;
198 private:
199 int _internal_start_time_size() const;
200 public:
201 void clear_start_time();
202 private:
203 ::PROTOBUF_NAMESPACE_ID::int64 _internal_start_time(int index) const;
204 const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >&
205 _internal_start_time() const;
206 void _internal_add_start_time(::PROTOBUF_NAMESPACE_ID::int64 value);
207 ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >*
208 _internal_mutable_start_time();
209 public:
210 ::PROTOBUF_NAMESPACE_ID::int64 start_time(int index) const;
211 void set_start_time(int index, ::PROTOBUF_NAMESPACE_ID::int64 value);
212 void add_start_time(::PROTOBUF_NAMESPACE_ID::int64 value);
213 const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >&
214 start_time() const;
215 ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >*
217
218 // repeated int64 end_time = 3;
219 int end_time_size() const;
220 private:
221 int _internal_end_time_size() const;
222 public:
223 void clear_end_time();
224 private:
225 ::PROTOBUF_NAMESPACE_ID::int64 _internal_end_time(int index) const;
226 const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >&
227 _internal_end_time() const;
228 void _internal_add_end_time(::PROTOBUF_NAMESPACE_ID::int64 value);
229 ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >*
230 _internal_mutable_end_time();
231 public:
232 ::PROTOBUF_NAMESPACE_ID::int64 end_time(int index) const;
233 void set_end_time(int index, ::PROTOBUF_NAMESPACE_ID::int64 value);
234 void add_end_time(::PROTOBUF_NAMESPACE_ID::int64 value);
235 const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >&
236 end_time() const;
237 ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >*
239
240 // string demon_id = 1;
241 void clear_demon_id();
242 const std::string& demon_id() const;
243 template <typename ArgT0 = const std::string&, typename... ArgT>
244 void set_demon_id(ArgT0&& arg0, ArgT... args);
245 std::string* mutable_demon_id();
246 PROTOBUF_MUST_USE_RESULT std::string* release_demon_id();
247 void set_allocated_demon_id(std::string* demon_id);
248 private:
249 const std::string& _internal_demon_id() const;
250 inline PROTOBUF_ALWAYS_INLINE void _internal_set_demon_id(const std::string& value);
251 std::string* _internal_mutable_demon_id();
252 public:
253
254 // int64 failures = 4;
255 void clear_failures();
256 ::PROTOBUF_NAMESPACE_ID::int64 failures() const;
257 void set_failures(::PROTOBUF_NAMESPACE_ID::int64 value);
258 private:
259 ::PROTOBUF_NAMESPACE_ID::int64 _internal_failures() const;
260 void _internal_set_failures(::PROTOBUF_NAMESPACE_ID::int64 value);
261 public:
262
263 // @@protoc_insertion_point(class_scope:operations_research.DemonRuns)
264 private:
265 class _Internal;
266
267 template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
268 typedef void InternalArenaConstructable_;
269 typedef void DestructorSkippable_;
270 ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 > start_time_;
271 mutable std::atomic<int> _start_time_cached_byte_size_;
272 ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 > end_time_;
273 mutable std::atomic<int> _end_time_cached_byte_size_;
274 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr demon_id_;
275 ::PROTOBUF_NAMESPACE_ID::int64 failures_;
276 mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
277 friend struct ::TableStruct_ortools_2fconstraint_5fsolver_2fdemon_5fprofiler_2eproto;
278};
279// -------------------------------------------------------------------
280
281class ConstraintRuns final :
282 public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:operations_research.ConstraintRuns) */ {
283 public:
284 inline ConstraintRuns() : ConstraintRuns(nullptr) {}
285 ~ConstraintRuns() override;
286 explicit constexpr ConstraintRuns(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
287
288 ConstraintRuns(const ConstraintRuns& from);
290 : ConstraintRuns() {
291 *this = ::std::move(from);
292 }
293
295 CopyFrom(from);
296 return *this;
297 }
298 inline ConstraintRuns& operator=(ConstraintRuns&& from) noexcept {
299 if (this == &from) return *this;
300 if (GetOwningArena() == from.GetOwningArena()
301 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
302 && GetOwningArena() != nullptr
303 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
304 ) {
305 InternalSwap(&from);
306 } else {
307 CopyFrom(from);
308 }
309 return *this;
310 }
311
312 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
313 return GetDescriptor();
314 }
315 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
316 return default_instance().GetMetadata().descriptor;
317 }
318 static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
319 return default_instance().GetMetadata().reflection;
320 }
323 }
325 return reinterpret_cast<const ConstraintRuns*>(
327 }
328 static constexpr int kIndexInFileMessages =
329 1;
330
332 a.Swap(&b);
333 }
334 inline void Swap(ConstraintRuns* other) {
335 if (other == this) return;
336 if (GetOwningArena() == other->GetOwningArena()) {
337 InternalSwap(other);
338 } else {
339 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
340 }
341 }
343 if (other == this) return;
344 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
345 InternalSwap(other);
346 }
347
348 // implements Message ----------------------------------------------
349
350 inline ConstraintRuns* New() const final {
351 return new ConstraintRuns();
352 }
353
354 ConstraintRuns* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
355 return CreateMaybeMessage<ConstraintRuns>(arena);
356 }
357 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
358 void CopyFrom(const ConstraintRuns& from);
359 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
360 void MergeFrom(const ConstraintRuns& from);
361 private:
362 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from);
363 public:
364 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
365 bool IsInitialized() const final;
366
367 size_t ByteSizeLong() const final;
368 const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
369 ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(
370 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
371 int GetCachedSize() const final { return _cached_size_.Get(); }
372
373 private:
374 void SharedCtor();
375 void SharedDtor();
376 void SetCachedSize(int size) const final;
377 void InternalSwap(ConstraintRuns* other);
378 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
379 static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
380 return "operations_research.ConstraintRuns";
381 }
382 protected:
383 explicit ConstraintRuns(::PROTOBUF_NAMESPACE_ID::Arena* arena,
384 bool is_message_owned = false);
385 private:
386 static void ArenaDtor(void* object);
387 inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
388 public:
389
390 static const ClassData _class_data_;
391 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
392
393 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
394
395 // nested types ----------------------------------------------------
396
397 // accessors -------------------------------------------------------
398
399 enum : int {
405 };
406 // repeated int64 initial_propagation_start_time = 2;
408 private:
409 int _internal_initial_propagation_start_time_size() const;
410 public:
412 private:
413 ::PROTOBUF_NAMESPACE_ID::int64 _internal_initial_propagation_start_time(int index) const;
414 const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >&
415 _internal_initial_propagation_start_time() const;
416 void _internal_add_initial_propagation_start_time(::PROTOBUF_NAMESPACE_ID::int64 value);
417 ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >*
418 _internal_mutable_initial_propagation_start_time();
419 public:
420 ::PROTOBUF_NAMESPACE_ID::int64 initial_propagation_start_time(int index) const;
421 void set_initial_propagation_start_time(int index, ::PROTOBUF_NAMESPACE_ID::int64 value);
422 void add_initial_propagation_start_time(::PROTOBUF_NAMESPACE_ID::int64 value);
423 const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >&
425 ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >*
427
428 // repeated int64 initial_propagation_end_time = 3;
430 private:
431 int _internal_initial_propagation_end_time_size() const;
432 public:
434 private:
435 ::PROTOBUF_NAMESPACE_ID::int64 _internal_initial_propagation_end_time(int index) const;
436 const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >&
437 _internal_initial_propagation_end_time() const;
438 void _internal_add_initial_propagation_end_time(::PROTOBUF_NAMESPACE_ID::int64 value);
439 ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >*
440 _internal_mutable_initial_propagation_end_time();
441 public:
442 ::PROTOBUF_NAMESPACE_ID::int64 initial_propagation_end_time(int index) const;
443 void set_initial_propagation_end_time(int index, ::PROTOBUF_NAMESPACE_ID::int64 value);
444 void add_initial_propagation_end_time(::PROTOBUF_NAMESPACE_ID::int64 value);
445 const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >&
447 ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >*
449
450 // repeated .operations_research.DemonRuns demons = 5;
451 int demons_size() const;
452 private:
453 int _internal_demons_size() const;
454 public:
455 void clear_demons();
457 ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::operations_research::DemonRuns >*
459 private:
460 const ::operations_research::DemonRuns& _internal_demons(int index) const;
461 ::operations_research::DemonRuns* _internal_add_demons();
462 public:
463 const ::operations_research::DemonRuns& demons(int index) const;
465 const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::operations_research::DemonRuns >&
466 demons() const;
467
468 // string constraint_id = 1;
469 void clear_constraint_id();
470 const std::string& constraint_id() const;
471 template <typename ArgT0 = const std::string&, typename... ArgT>
472 void set_constraint_id(ArgT0&& arg0, ArgT... args);
473 std::string* mutable_constraint_id();
474 PROTOBUF_MUST_USE_RESULT std::string* release_constraint_id();
476 private:
477 const std::string& _internal_constraint_id() const;
478 inline PROTOBUF_ALWAYS_INLINE void _internal_set_constraint_id(const std::string& value);
479 std::string* _internal_mutable_constraint_id();
480 public:
481
482 // int64 failures = 4;
483 void clear_failures();
484 ::PROTOBUF_NAMESPACE_ID::int64 failures() const;
485 void set_failures(::PROTOBUF_NAMESPACE_ID::int64 value);
486 private:
487 ::PROTOBUF_NAMESPACE_ID::int64 _internal_failures() const;
488 void _internal_set_failures(::PROTOBUF_NAMESPACE_ID::int64 value);
489 public:
490
491 // @@protoc_insertion_point(class_scope:operations_research.ConstraintRuns)
492 private:
493 class _Internal;
494
495 template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
496 typedef void InternalArenaConstructable_;
497 typedef void DestructorSkippable_;
498 ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 > initial_propagation_start_time_;
499 mutable std::atomic<int> _initial_propagation_start_time_cached_byte_size_;
500 ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 > initial_propagation_end_time_;
501 mutable std::atomic<int> _initial_propagation_end_time_cached_byte_size_;
502 ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::operations_research::DemonRuns > demons_;
503 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr constraint_id_;
504 ::PROTOBUF_NAMESPACE_ID::int64 failures_;
505 mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
506 friend struct ::TableStruct_ortools_2fconstraint_5fsolver_2fdemon_5fprofiler_2eproto;
507};
508// ===================================================================
509
510
511// ===================================================================
512
513#ifdef __GNUC__
514 #pragma GCC diagnostic push
515 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
516#endif // __GNUC__
517// DemonRuns
518
519// string demon_id = 1;
521 demon_id_.ClearToEmpty();
522}
523inline const std::string& DemonRuns::demon_id() const {
524 // @@protoc_insertion_point(field_get:operations_research.DemonRuns.demon_id)
525 return _internal_demon_id();
526}
527template <typename ArgT0, typename... ArgT>
528inline PROTOBUF_ALWAYS_INLINE
529void DemonRuns::set_demon_id(ArgT0&& arg0, ArgT... args) {
530
531 demon_id_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
532 // @@protoc_insertion_point(field_set:operations_research.DemonRuns.demon_id)
533}
534inline std::string* DemonRuns::mutable_demon_id() {
535 std::string* _s = _internal_mutable_demon_id();
536 // @@protoc_insertion_point(field_mutable:operations_research.DemonRuns.demon_id)
537 return _s;
538}
539inline const std::string& DemonRuns::_internal_demon_id() const {
540 return demon_id_.Get();
541}
542inline void DemonRuns::_internal_set_demon_id(const std::string& value) {
543
544 demon_id_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, value, GetArenaForAllocation());
545}
546inline std::string* DemonRuns::_internal_mutable_demon_id() {
547
548 return demon_id_.Mutable(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, GetArenaForAllocation());
549}
550inline std::string* DemonRuns::release_demon_id() {
551 // @@protoc_insertion_point(field_release:operations_research.DemonRuns.demon_id)
552 return demon_id_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArenaForAllocation());
553}
554inline void DemonRuns::set_allocated_demon_id(std::string* demon_id) {
555 if (demon_id != nullptr) {
556
557 } else {
558
559 }
560 demon_id_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), demon_id,
561 GetArenaForAllocation());
562 // @@protoc_insertion_point(field_set_allocated:operations_research.DemonRuns.demon_id)
563}
564
565// repeated int64 start_time = 2;
566inline int DemonRuns::_internal_start_time_size() const {
567 return start_time_.size();
568}
569inline int DemonRuns::start_time_size() const {
570 return _internal_start_time_size();
571}
573 start_time_.Clear();
574}
575inline ::PROTOBUF_NAMESPACE_ID::int64 DemonRuns::_internal_start_time(int index) const {
576 return start_time_.Get(index);
577}
578inline ::PROTOBUF_NAMESPACE_ID::int64 DemonRuns::start_time(int index) const {
579 // @@protoc_insertion_point(field_get:operations_research.DemonRuns.start_time)
580 return _internal_start_time(index);
581}
582inline void DemonRuns::set_start_time(int index, ::PROTOBUF_NAMESPACE_ID::int64 value) {
583 start_time_.Set(index, value);
584 // @@protoc_insertion_point(field_set:operations_research.DemonRuns.start_time)
585}
586inline void DemonRuns::_internal_add_start_time(::PROTOBUF_NAMESPACE_ID::int64 value) {
587 start_time_.Add(value);
588}
589inline void DemonRuns::add_start_time(::PROTOBUF_NAMESPACE_ID::int64 value) {
590 _internal_add_start_time(value);
591 // @@protoc_insertion_point(field_add:operations_research.DemonRuns.start_time)
592}
593inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >&
594DemonRuns::_internal_start_time() const {
595 return start_time_;
596}
597inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >&
599 // @@protoc_insertion_point(field_list:operations_research.DemonRuns.start_time)
600 return _internal_start_time();
601}
602inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >*
603DemonRuns::_internal_mutable_start_time() {
604 return &start_time_;
605}
606inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >*
608 // @@protoc_insertion_point(field_mutable_list:operations_research.DemonRuns.start_time)
609 return _internal_mutable_start_time();
610}
611
612// repeated int64 end_time = 3;
613inline int DemonRuns::_internal_end_time_size() const {
614 return end_time_.size();
615}
616inline int DemonRuns::end_time_size() const {
617 return _internal_end_time_size();
618}
620 end_time_.Clear();
621}
622inline ::PROTOBUF_NAMESPACE_ID::int64 DemonRuns::_internal_end_time(int index) const {
623 return end_time_.Get(index);
624}
625inline ::PROTOBUF_NAMESPACE_ID::int64 DemonRuns::end_time(int index) const {
626 // @@protoc_insertion_point(field_get:operations_research.DemonRuns.end_time)
627 return _internal_end_time(index);
628}
629inline void DemonRuns::set_end_time(int index, ::PROTOBUF_NAMESPACE_ID::int64 value) {
630 end_time_.Set(index, value);
631 // @@protoc_insertion_point(field_set:operations_research.DemonRuns.end_time)
632}
633inline void DemonRuns::_internal_add_end_time(::PROTOBUF_NAMESPACE_ID::int64 value) {
634 end_time_.Add(value);
635}
636inline void DemonRuns::add_end_time(::PROTOBUF_NAMESPACE_ID::int64 value) {
637 _internal_add_end_time(value);
638 // @@protoc_insertion_point(field_add:operations_research.DemonRuns.end_time)
639}
640inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >&
641DemonRuns::_internal_end_time() const {
642 return end_time_;
643}
644inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >&
646 // @@protoc_insertion_point(field_list:operations_research.DemonRuns.end_time)
647 return _internal_end_time();
648}
649inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >*
650DemonRuns::_internal_mutable_end_time() {
651 return &end_time_;
652}
653inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >*
655 // @@protoc_insertion_point(field_mutable_list:operations_research.DemonRuns.end_time)
656 return _internal_mutable_end_time();
657}
658
659// int64 failures = 4;
661 failures_ = int64_t{0};
662}
663inline ::PROTOBUF_NAMESPACE_ID::int64 DemonRuns::_internal_failures() const {
664 return failures_;
665}
666inline ::PROTOBUF_NAMESPACE_ID::int64 DemonRuns::failures() const {
667 // @@protoc_insertion_point(field_get:operations_research.DemonRuns.failures)
668 return _internal_failures();
669}
670inline void DemonRuns::_internal_set_failures(::PROTOBUF_NAMESPACE_ID::int64 value) {
671
672 failures_ = value;
673}
674inline void DemonRuns::set_failures(::PROTOBUF_NAMESPACE_ID::int64 value) {
675 _internal_set_failures(value);
676 // @@protoc_insertion_point(field_set:operations_research.DemonRuns.failures)
677}
678
679// -------------------------------------------------------------------
680
681// ConstraintRuns
682
683// string constraint_id = 1;
685 constraint_id_.ClearToEmpty();
686}
687inline const std::string& ConstraintRuns::constraint_id() const {
688 // @@protoc_insertion_point(field_get:operations_research.ConstraintRuns.constraint_id)
689 return _internal_constraint_id();
690}
691template <typename ArgT0, typename... ArgT>
692inline PROTOBUF_ALWAYS_INLINE
693void ConstraintRuns::set_constraint_id(ArgT0&& arg0, ArgT... args) {
694
695 constraint_id_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
696 // @@protoc_insertion_point(field_set:operations_research.ConstraintRuns.constraint_id)
697}
699 std::string* _s = _internal_mutable_constraint_id();
700 // @@protoc_insertion_point(field_mutable:operations_research.ConstraintRuns.constraint_id)
701 return _s;
702}
703inline const std::string& ConstraintRuns::_internal_constraint_id() const {
704 return constraint_id_.Get();
705}
706inline void ConstraintRuns::_internal_set_constraint_id(const std::string& value) {
707
708 constraint_id_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, value, GetArenaForAllocation());
709}
710inline std::string* ConstraintRuns::_internal_mutable_constraint_id() {
711
712 return constraint_id_.Mutable(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, GetArenaForAllocation());
713}
715 // @@protoc_insertion_point(field_release:operations_research.ConstraintRuns.constraint_id)
716 return constraint_id_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArenaForAllocation());
717}
718inline void ConstraintRuns::set_allocated_constraint_id(std::string* constraint_id) {
719 if (constraint_id != nullptr) {
720
721 } else {
722
723 }
724 constraint_id_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), constraint_id,
725 GetArenaForAllocation());
726 // @@protoc_insertion_point(field_set_allocated:operations_research.ConstraintRuns.constraint_id)
727}
728
729// repeated int64 initial_propagation_start_time = 2;
730inline int ConstraintRuns::_internal_initial_propagation_start_time_size() const {
731 return initial_propagation_start_time_.size();
732}
734 return _internal_initial_propagation_start_time_size();
735}
737 initial_propagation_start_time_.Clear();
738}
739inline ::PROTOBUF_NAMESPACE_ID::int64 ConstraintRuns::_internal_initial_propagation_start_time(int index) const {
740 return initial_propagation_start_time_.Get(index);
741}
742inline ::PROTOBUF_NAMESPACE_ID::int64 ConstraintRuns::initial_propagation_start_time(int index) const {
743 // @@protoc_insertion_point(field_get:operations_research.ConstraintRuns.initial_propagation_start_time)
744 return _internal_initial_propagation_start_time(index);
745}
746inline void ConstraintRuns::set_initial_propagation_start_time(int index, ::PROTOBUF_NAMESPACE_ID::int64 value) {
747 initial_propagation_start_time_.Set(index, value);
748 // @@protoc_insertion_point(field_set:operations_research.ConstraintRuns.initial_propagation_start_time)
749}
750inline void ConstraintRuns::_internal_add_initial_propagation_start_time(::PROTOBUF_NAMESPACE_ID::int64 value) {
751 initial_propagation_start_time_.Add(value);
752}
753inline void ConstraintRuns::add_initial_propagation_start_time(::PROTOBUF_NAMESPACE_ID::int64 value) {
754 _internal_add_initial_propagation_start_time(value);
755 // @@protoc_insertion_point(field_add:operations_research.ConstraintRuns.initial_propagation_start_time)
756}
757inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >&
758ConstraintRuns::_internal_initial_propagation_start_time() const {
759 return initial_propagation_start_time_;
760}
761inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >&
763 // @@protoc_insertion_point(field_list:operations_research.ConstraintRuns.initial_propagation_start_time)
764 return _internal_initial_propagation_start_time();
765}
766inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >*
767ConstraintRuns::_internal_mutable_initial_propagation_start_time() {
768 return &initial_propagation_start_time_;
769}
770inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >*
772 // @@protoc_insertion_point(field_mutable_list:operations_research.ConstraintRuns.initial_propagation_start_time)
773 return _internal_mutable_initial_propagation_start_time();
774}
775
776// repeated int64 initial_propagation_end_time = 3;
777inline int ConstraintRuns::_internal_initial_propagation_end_time_size() const {
778 return initial_propagation_end_time_.size();
779}
781 return _internal_initial_propagation_end_time_size();
782}
784 initial_propagation_end_time_.Clear();
785}
786inline ::PROTOBUF_NAMESPACE_ID::int64 ConstraintRuns::_internal_initial_propagation_end_time(int index) const {
787 return initial_propagation_end_time_.Get(index);
788}
789inline ::PROTOBUF_NAMESPACE_ID::int64 ConstraintRuns::initial_propagation_end_time(int index) const {
790 // @@protoc_insertion_point(field_get:operations_research.ConstraintRuns.initial_propagation_end_time)
791 return _internal_initial_propagation_end_time(index);
792}
793inline void ConstraintRuns::set_initial_propagation_end_time(int index, ::PROTOBUF_NAMESPACE_ID::int64 value) {
794 initial_propagation_end_time_.Set(index, value);
795 // @@protoc_insertion_point(field_set:operations_research.ConstraintRuns.initial_propagation_end_time)
796}
797inline void ConstraintRuns::_internal_add_initial_propagation_end_time(::PROTOBUF_NAMESPACE_ID::int64 value) {
798 initial_propagation_end_time_.Add(value);
799}
800inline void ConstraintRuns::add_initial_propagation_end_time(::PROTOBUF_NAMESPACE_ID::int64 value) {
801 _internal_add_initial_propagation_end_time(value);
802 // @@protoc_insertion_point(field_add:operations_research.ConstraintRuns.initial_propagation_end_time)
803}
804inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >&
805ConstraintRuns::_internal_initial_propagation_end_time() const {
806 return initial_propagation_end_time_;
807}
808inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >&
810 // @@protoc_insertion_point(field_list:operations_research.ConstraintRuns.initial_propagation_end_time)
811 return _internal_initial_propagation_end_time();
812}
813inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >*
814ConstraintRuns::_internal_mutable_initial_propagation_end_time() {
815 return &initial_propagation_end_time_;
816}
817inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >*
819 // @@protoc_insertion_point(field_mutable_list:operations_research.ConstraintRuns.initial_propagation_end_time)
820 return _internal_mutable_initial_propagation_end_time();
821}
822
823// int64 failures = 4;
825 failures_ = int64_t{0};
826}
827inline ::PROTOBUF_NAMESPACE_ID::int64 ConstraintRuns::_internal_failures() const {
828 return failures_;
829}
830inline ::PROTOBUF_NAMESPACE_ID::int64 ConstraintRuns::failures() const {
831 // @@protoc_insertion_point(field_get:operations_research.ConstraintRuns.failures)
832 return _internal_failures();
833}
834inline void ConstraintRuns::_internal_set_failures(::PROTOBUF_NAMESPACE_ID::int64 value) {
835
836 failures_ = value;
837}
838inline void ConstraintRuns::set_failures(::PROTOBUF_NAMESPACE_ID::int64 value) {
839 _internal_set_failures(value);
840 // @@protoc_insertion_point(field_set:operations_research.ConstraintRuns.failures)
841}
842
843// repeated .operations_research.DemonRuns demons = 5;
844inline int ConstraintRuns::_internal_demons_size() const {
845 return demons_.size();
846}
847inline int ConstraintRuns::demons_size() const {
848 return _internal_demons_size();
849}
851 demons_.Clear();
852}
853inline ::operations_research::DemonRuns* ConstraintRuns::mutable_demons(int index) {
854 // @@protoc_insertion_point(field_mutable:operations_research.ConstraintRuns.demons)
855 return demons_.Mutable(index);
856}
857inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::operations_research::DemonRuns >*
859 // @@protoc_insertion_point(field_mutable_list:operations_research.ConstraintRuns.demons)
860 return &demons_;
861}
862inline const ::operations_research::DemonRuns& ConstraintRuns::_internal_demons(int index) const {
863 return demons_.Get(index);
864}
865inline const ::operations_research::DemonRuns& ConstraintRuns::demons(int index) const {
866 // @@protoc_insertion_point(field_get:operations_research.ConstraintRuns.demons)
867 return _internal_demons(index);
868}
869inline ::operations_research::DemonRuns* ConstraintRuns::_internal_add_demons() {
870 return demons_.Add();
871}
872inline ::operations_research::DemonRuns* ConstraintRuns::add_demons() {
873 ::operations_research::DemonRuns* _add = _internal_add_demons();
874 // @@protoc_insertion_point(field_add:operations_research.ConstraintRuns.demons)
875 return _add;
876}
877inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::operations_research::DemonRuns >&
879 // @@protoc_insertion_point(field_list:operations_research.ConstraintRuns.demons)
880 return demons_;
881}
882
883#ifdef __GNUC__
884 #pragma GCC diagnostic pop
885#endif // __GNUC__
886// -------------------------------------------------------------------
887
888
889// @@protoc_insertion_point(namespace_scope)
890
891} // namespace operations_research
892
893// @@protoc_insertion_point(global_scope)
894
895#include <google/protobuf/port_undef.inc>
896#endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_ortools_2fconstraint_5fsolver_2fdemon_5fprofiler_2eproto
static const ConstraintRuns & default_instance()
::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 > * mutable_initial_propagation_end_time()
static const ConstraintRuns * internal_default_instance()
void Swap(ConstraintRuns *other)
const char * _InternalParse(const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::operations_research::DemonRuns > * mutable_demons()
ConstraintRuns * New() const final
const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 > & initial_propagation_end_time() const
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::operations_research::DemonRuns > & demons() const
void MergeFrom(const ConstraintRuns &from)
void UnsafeArenaSwap(ConstraintRuns *other)
void set_constraint_id(ArgT0 &&arg0, ArgT... args)
ConstraintRuns & operator=(ConstraintRuns &&from) noexcept
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
::PROTOBUF_NAMESPACE_ID::int64 failures() const
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 > * mutable_initial_propagation_start_time()
const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 > & initial_propagation_start_time() const
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData() const final
ConstraintRuns(ConstraintRuns &&from) noexcept
void CopyFrom(const ConstraintRuns &from)
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
PROTOBUF_MUST_USE_RESULT std::string * release_constraint_id()
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
ConstraintRuns & operator=(const ConstraintRuns &from)
void add_initial_propagation_end_time(::PROTOBUF_NAMESPACE_ID::int64 value)
void add_initial_propagation_start_time(::PROTOBUF_NAMESPACE_ID::int64 value)
friend void swap(ConstraintRuns &a, ConstraintRuns &b)
void set_initial_propagation_start_time(int index, ::PROTOBUF_NAMESPACE_ID::int64 value)
const std::string & constraint_id() const
::operations_research::DemonRuns * add_demons()
void set_failures(::PROTOBUF_NAMESPACE_ID::int64 value)
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
ConstraintRuns * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
void set_allocated_constraint_id(std::string *constraint_id)
void set_initial_propagation_end_time(int index, ::PROTOBUF_NAMESPACE_ID::int64 value)
::PROTOBUF_NAMESPACE_ID::uint8 * _InternalSerialize(::PROTOBUF_NAMESPACE_ID::uint8 *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
static const DemonRuns & default_instance()
void set_allocated_demon_id(std::string *demon_id)
void add_start_time(::PROTOBUF_NAMESPACE_ID::int64 value)
void set_demon_id(ArgT0 &&arg0, ArgT... args)
const char * _InternalParse(const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
PROTOBUF_MUST_USE_RESULT std::string * release_demon_id()
static const ClassData _class_data_
DemonRuns(DemonRuns &&from) noexcept
const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 > & end_time() const
DemonRuns & operator=(DemonRuns &&from) noexcept
void set_start_time(int index, ::PROTOBUF_NAMESPACE_ID::int64 value)
static constexpr int kIndexInFileMessages
void add_end_time(::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_start_time()
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
DemonRuns & operator=(const DemonRuns &from)
const std::string & demon_id() const
::PROTOBUF_NAMESPACE_ID::int64 failures() const
void CopyFrom(const DemonRuns &from)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData() const final
friend void swap(DemonRuns &a, DemonRuns &b)
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
void MergeFrom(const DemonRuns &from)
DemonRuns * New() const final
const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 > & start_time() const
void set_failures(::PROTOBUF_NAMESPACE_ID::int64 value)
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
static const DemonRuns * internal_default_instance()
void UnsafeArenaSwap(DemonRuns *other)
void set_end_time(int index, ::PROTOBUF_NAMESPACE_ID::int64 value)
::PROTOBUF_NAMESPACE_ID::uint8 * _InternalSerialize(::PROTOBUF_NAMESPACE_ID::uint8 *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
DemonRuns * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
int64_t b
int64_t a
int64_t value
const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ortools_2fconstraint_5fsolver_2fdemon_5fprofiler_2eproto
Collection of objects used to extend the Constraint Solver library.
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT DemonRunsDefaultTypeInternal _DemonRuns_default_instance_
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT ConstraintRunsDefaultTypeInternal _ConstraintRuns_default_instance_
int index
Definition: pack.cc:509
static const ::PROTOBUF_NAMESPACE_ID::internal::AuxiliaryParseTableField aux[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[]
static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[]
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[2] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[]
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)