![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 329 of file demon_profiler.pb.h.
#include <demon_profiler.pb.h>
Classes | |
| class | _Internal |
Public Types | |
| enum | : int { kInitialPropagationStartTimeFieldNumber = 2 , kInitialPropagationEndTimeFieldNumber = 3 , kDemonsFieldNumber = 5 , kConstraintIdFieldNumber = 1 , kFailuresFieldNumber = 4 } |
Public Member Functions | |
| ConstraintRuns () | |
| ~ConstraintRuns () PROTOBUF_FINAL | |
| template<typename = void> | |
| PROTOBUF_CONSTEXPR | ConstraintRuns (::google::protobuf::internal::ConstantInitialized) |
| ConstraintRuns (const ConstraintRuns &from) | |
| ConstraintRuns (ConstraintRuns &&from) noexcept | |
| ConstraintRuns & | operator= (const ConstraintRuns &from) |
| ConstraintRuns & | operator= (ConstraintRuns &&from) noexcept |
| const ::google::protobuf::UnknownFieldSet & | unknown_fields () const ABSL_ATTRIBUTE_LIFETIME_BOUND |
| inline ::google::protobuf::UnknownFieldSet *PROTOBUF_NONNULL | mutable_unknown_fields () ABSL_ATTRIBUTE_LIFETIME_BOUND |
| void | Swap (ConstraintRuns *PROTOBUF_NONNULL other) |
| void | UnsafeArenaSwap (ConstraintRuns *PROTOBUF_NONNULL other) |
| ConstraintRuns *PROTOBUF_NONNULL | New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const |
| void | CopyFrom (const ConstraintRuns &from) |
| void | MergeFrom (const ConstraintRuns &from) |
| bool | IsInitialized () const |
| ABSL_ATTRIBUTE_REINITIALIZES void | Clear () PROTOBUF_FINAL |
| ::size_t | ByteSizeLong () const final |
| ::uint8_t *PROTOBUF_NONNULL | _InternalSerialize (::uint8_t *PROTOBUF_NONNULL target, ::google::protobuf::io::EpsCopyOutputStream *PROTOBUF_NONNULL stream) const final |
| int | GetCachedSize () const |
| ::google::protobuf::Metadata | GetMetadata () const |
| int | initial_propagation_start_time_size () const |
| void | clear_initial_propagation_start_time () |
| ::int64_t | initial_propagation_start_time (int index) const |
| void | set_initial_propagation_start_time (int index, ::int64_t value) |
| void | add_initial_propagation_start_time (::int64_t value) |
| const ::google::protobuf::RepeatedField<::int64_t > & | initial_propagation_start_time () const |
| ::google::protobuf::RepeatedField<::int64_t > *PROTOBUF_NONNULL | mutable_initial_propagation_start_time () |
| int | initial_propagation_end_time_size () const |
| void | clear_initial_propagation_end_time () |
| ::int64_t | initial_propagation_end_time (int index) const |
| void | set_initial_propagation_end_time (int index, ::int64_t value) |
| void | add_initial_propagation_end_time (::int64_t value) |
| const ::google::protobuf::RepeatedField<::int64_t > & | initial_propagation_end_time () const |
| ::google::protobuf::RepeatedField<::int64_t > *PROTOBUF_NONNULL | mutable_initial_propagation_end_time () |
| int | demons_size () const |
| void | clear_demons () |
| ::operations_research::DemonRuns *PROTOBUF_NONNULL | mutable_demons (int index) |
| ::google::protobuf::RepeatedPtrField<::operations_research::DemonRuns > *PROTOBUF_NONNULL | mutable_demons () |
| const ::operations_research::DemonRuns & | demons (int index) const |
| ::operations_research::DemonRuns *PROTOBUF_NONNULL | add_demons () |
| const ::google::protobuf::RepeatedPtrField<::operations_research::DemonRuns > & | demons () const |
| void | clear_constraint_id () |
| const ::std::string & | constraint_id () const |
| template<typename Arg_ = const ::std::string&, typename... Args_> | |
| void | set_constraint_id (Arg_ &&arg, Args_... args) |
| ::std::string *PROTOBUF_NONNULL | mutable_constraint_id () |
| ::std::string *PROTOBUF_NULLABLE | release_constraint_id () |
| void | set_allocated_constraint_id (::std::string *PROTOBUF_NULLABLE value) |
| void | clear_failures () |
| ::int64_t | failures () const |
| void | set_failures (::int64_t value) |
| template<typename> | |
| PROTOBUF_CONSTEXPR | ConstraintRuns (::_pbi::ConstantInitialized) |
| template<typename Arg_, typename... Args_> | |
| PROTOBUF_ALWAYS_INLINE void | set_constraint_id (Arg_ &&arg, Args_... args) |
Static Public Member Functions | |
| static const ::google::protobuf::Descriptor *PROTOBUF_NONNULL | descriptor () |
| static const ::google::protobuf::Descriptor *PROTOBUF_NONNULL | GetDescriptor () |
| static const ::google::protobuf::Reflection *PROTOBUF_NONNULL | GetReflection () |
| static const ConstraintRuns & | default_instance () |
| static constexpr auto | InternalGenerateClassData_ () |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages = 1 |
Friends | |
| class | ::google::protobuf::internal::TcParser |
| class | ::google::protobuf::MessageLite |
| class | ::google::protobuf::Arena |
| template<typename T> | |
| class | ::google::protobuf::Arena::InternalHelper |
| struct | ::TableStruct_ortools_2fconstraint_5fsolver_2fdemon_5fprofiler_2eproto |
| void | swap (ConstraintRuns &a, ConstraintRuns &b) |
| anonymous enum : int |
| Enumerator | |
|---|---|
| kInitialPropagationStartTimeFieldNumber | |
| kInitialPropagationEndTimeFieldNumber | |
| kDemonsFieldNumber | |
| kConstraintIdFieldNumber | |
| kFailuresFieldNumber | |
Definition at line 470 of file demon_profiler.pb.h.
|
inline |
Definition at line 332 of file demon_profiler.pb.h.
| operations_research::ConstraintRuns::~ConstraintRuns | ( | ) |
Definition at line 629 of file demon_profiler.pb.cc.
|
explicit |
|
inline |
Definition at line 345 of file demon_profiler.pb.h.
|
inlinenoexcept |
Definition at line 346 of file demon_profiler.pb.h.
| PROTOBUF_CONSTEXPR operations_research::ConstraintRuns::ConstraintRuns | ( | ::_pbi::ConstantInitialized | ) |
Definition at line 75 of file demon_profiler.pb.cc.
|
final |
Definition at line 805 of file demon_profiler.pb.cc.
|
inline |
Definition at line 1030 of file demon_profiler.pb.h.
|
inline |
Definition at line 946 of file demon_profiler.pb.h.
|
inline |
Definition at line 896 of file demon_profiler.pb.h.
|
final |
Definition at line 885 of file demon_profiler.pb.cc.
| PROTOBUF_NOINLINE void operations_research::ConstraintRuns::Clear | ( | ) |
Definition at line 772 of file demon_profiler.pb.cc.
|
inline |
Definition at line 811 of file demon_profiler.pb.h.
|
inline |
Definition at line 1007 of file demon_profiler.pb.h.
|
inline |
Definition at line 976 of file demon_profiler.pb.h.
|
inline |
Definition at line 932 of file demon_profiler.pb.h.
|
inline |
Definition at line 882 of file demon_profiler.pb.h.
|
inline |
Definition at line 817 of file demon_profiler.pb.h.
| void operations_research::ConstraintRuns::CopyFrom | ( | const ConstraintRuns & | from | ) |
Definition at line 985 of file demon_profiler.pb.cc.
|
inlinestatic |
Definition at line 380 of file demon_profiler.pb.h.
|
inline |
Definition at line 1040 of file demon_profiler.pb.h.
|
inline |
Definition at line 1025 of file demon_profiler.pb.h.
|
inline |
Definition at line 1004 of file demon_profiler.pb.h.
|
inlinestatic |
Definition at line 371 of file demon_profiler.pb.h.
|
inline |
Definition at line 982 of file demon_profiler.pb.h.
|
inline |
Definition at line 439 of file demon_profiler.pb.h.
|
inlinestatic |
Definition at line 374 of file demon_profiler.pb.h.
| google::protobuf::Metadata operations_research::ConstraintRuns::GetMetadata | ( | ) | const |
Definition at line 1006 of file demon_profiler.pb.cc.
|
inlinestatic |
Definition at line 377 of file demon_profiler.pb.h.
|
inline |
Definition at line 952 of file demon_profiler.pb.h.
|
inline |
Definition at line 938 of file demon_profiler.pb.h.
|
inline |
Definition at line 929 of file demon_profiler.pb.h.
|
inline |
Definition at line 902 of file demon_profiler.pb.h.
|
inline |
Definition at line 888 of file demon_profiler.pb.h.
|
inline |
Definition at line 879 of file demon_profiler.pb.h.
|
staticconstexpr |
Definition at line 673 of file demon_profiler.pb.cc.
|
inline |
Definition at line 415 of file demon_profiler.pb.h.
|
inline |
Definition at line 408 of file demon_profiler.pb.h.
|
inline |
Definition at line 829 of file demon_profiler.pb.h.
|
inline |
Definition at line 1018 of file demon_profiler.pb.h.
|
inline |
Definition at line 1013 of file demon_profiler.pb.h.
|
inline |
Definition at line 957 of file demon_profiler.pb.h.
|
inline |
Definition at line 907 of file demon_profiler.pb.h.
|
inline |
Definition at line 366 of file demon_profiler.pb.h.
|
inline |
Definition at line 402 of file demon_profiler.pb.h.
|
inline |
Definition at line 348 of file demon_profiler.pb.h.
|
inlinenoexcept |
Definition at line 352 of file demon_profiler.pb.h.
|
inlinenodiscard |
Definition at line 848 of file demon_profiler.pb.h.
|
inline |
Definition at line 861 of file demon_profiler.pb.h.
| PROTOBUF_ALWAYS_INLINE void operations_research::ConstraintRuns::set_constraint_id | ( | Arg_ && | arg, |
| Args_... | args ) |
Definition at line 823 of file demon_profiler.pb.h.
| void operations_research::ConstraintRuns::set_constraint_id | ( | Arg_ && | arg, |
| Args_... | args ) |
|
inline |
Definition at line 986 of file demon_profiler.pb.h.
|
inline |
Definition at line 942 of file demon_profiler.pb.h.
|
inline |
Definition at line 892 of file demon_profiler.pb.h.
|
inline |
Definition at line 386 of file demon_profiler.pb.h.
|
inline |
Definition at line 362 of file demon_profiler.pb.h.
|
inline |
Definition at line 394 of file demon_profiler.pb.h.
|
friend |
Definition at line 565 of file demon_profiler.pb.h.
|
friend |
Definition at line 567 of file demon_profiler.pb.h.
|
friend |
Definition at line 558 of file demon_profiler.pb.h.
|
friend |
Definition at line 564 of file demon_profiler.pb.h.
|
friend |
Definition at line 591 of file demon_profiler.pb.h.
|
friend |
Definition at line 385 of file demon_profiler.pb.h.
| Impl_ operations_research::ConstraintRuns::_impl_ |
Definition at line 590 of file demon_profiler.pb.h.
|
staticconstexpr |
Definition at line 384 of file demon_profiler.pb.h.