![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Definition at line 79 of file demon_profiler.pb.h.
#include <demon_profiler.pb.h>
Classes | |
class | _Internal |
Public Types | |
enum | : int { kStartTimeFieldNumber = 2 , kEndTimeFieldNumber = 3 , kDemonIdFieldNumber = 1 , kFailuresFieldNumber = 4 } |
nested types -------------------------------------------------— More... |
Public Member Functions | |
DemonRuns () | |
~DemonRuns () PROTOBUF_FINAL | |
template<typename = void> | |
PROTOBUF_CONSTEXPR | DemonRuns (::google::protobuf::internal::ConstantInitialized) |
DemonRuns (const DemonRuns &from) | |
DemonRuns (DemonRuns &&from) noexcept | |
DemonRuns & | operator= (const DemonRuns &from) |
DemonRuns & | operator= (DemonRuns &&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 (DemonRuns *PROTOBUF_NONNULL other) |
void | UnsafeArenaSwap (DemonRuns *PROTOBUF_NONNULL other) |
DemonRuns *PROTOBUF_NONNULL | New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const |
implements Message -------------------------------------------— | |
void | CopyFrom (const DemonRuns &from) |
void | MergeFrom (const DemonRuns &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 | start_time_size () const |
repeated int64 start_time = 2; | |
void | clear_start_time () |
::int64_t | start_time (int index) const |
void | set_start_time (int index, ::int64_t value) |
void | add_start_time (::int64_t value) |
const ::google::protobuf::RepeatedField<::int64_t > & | start_time () const |
::google::protobuf::RepeatedField<::int64_t > *PROTOBUF_NONNULL | mutable_start_time () |
int | end_time_size () const |
repeated int64 end_time = 3; | |
void | clear_end_time () |
::int64_t | end_time (int index) const |
void | set_end_time (int index, ::int64_t value) |
void | add_end_time (::int64_t value) |
const ::google::protobuf::RepeatedField<::int64_t > & | end_time () const |
::google::protobuf::RepeatedField<::int64_t > *PROTOBUF_NONNULL | mutable_end_time () |
void | clear_demon_id () |
string demon_id = 1; | |
const ::std::string & | demon_id () const |
template<typename Arg_ = const ::std::string&, typename... Args_> | |
void | set_demon_id (Arg_ &&arg, Args_... args) |
::std::string *PROTOBUF_NONNULL | mutable_demon_id () |
::std::string *PROTOBUF_NULLABLE | release_demon_id () |
void | set_allocated_demon_id (::std::string *PROTOBUF_NULLABLE value) |
void | clear_failures () |
int64 failures = 4; | |
::int64_t | failures () const |
void | set_failures (::int64_t value) |
template<typename> | |
PROTOBUF_CONSTEXPR | DemonRuns (::_pbi::ConstantInitialized) |
template<typename Arg_, typename... Args_> | |
PROTOBUF_ALWAYS_INLINE void | set_demon_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 DemonRuns & | default_instance () |
static constexpr auto | InternalGenerateClassData_ () |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages = 0 |
Protected Member Functions | |
DemonRuns (::google::protobuf::Arena *PROTOBUF_NULLABLE arena) | |
DemonRuns (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, const DemonRuns &from) | |
DemonRuns (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, DemonRuns &&from) noexcept | |
const ::google::protobuf::internal::ClassData *PROTOBUF_NONNULL | GetClassData () const PROTOBUF_FINAL |
Static Protected Member Functions | |
static void *PROTOBUF_NONNULL | PlacementNew_ (const void *PROTOBUF_NONNULL, void *PROTOBUF_NONNULL mem, ::google::protobuf::Arena *PROTOBUF_NULLABLE arena) |
static constexpr auto | InternalNewImpl_ () |
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 (DemonRuns &a, DemonRuns &b) |
anonymous enum : int |
nested types -------------------------------------------------—
accessors ----------------------------------------------------—
Enumerator | |
---|---|
kStartTimeFieldNumber | |
kEndTimeFieldNumber | |
kDemonIdFieldNumber | |
kFailuresFieldNumber |
Definition at line 221 of file demon_profiler.pb.h.
|
inline |
Definition at line 82 of file demon_profiler.pb.h.
operations_research::DemonRuns::~DemonRuns | ( | ) |
@protoc_insertion_point(destructor:operations_research.DemonRuns)
Definition at line 229 of file demon_profiler.pb.cc.
|
explicit |
|
inline |
Definition at line 95 of file demon_profiler.pb.h.
|
inlinenoexcept |
Definition at line 96 of file demon_profiler.pb.h.
|
explicitprotected |
@protoc_insertion_point(arena_constructor:operations_research.DemonRuns)
Definition at line 177 of file demon_profiler.pb.cc.
|
protected |
@protoc_insertion_point(copy_constructor:operations_research.DemonRuns)
Definition at line 198 of file demon_profiler.pb.cc.
|
inlineprotectednoexcept |
Definition at line 203 of file demon_profiler.pb.h.
PROTOBUF_CONSTEXPR operations_research::DemonRuns::DemonRuns | ( | ::_pbi::ConstantInitialized | ) |
Definition at line 42 of file demon_profiler.pb.cc.
|
final |
@protoc_insertion_point(serialize_to_array_start:operations_research.DemonRuns)
string demon_id = 1;
repeated int64 start_time = 2;
repeated int64 end_time = 3;
int64 failures = 4;
@protoc_insertion_point(serialize_to_array_end:operations_research.DemonRuns)
Definition at line 378 of file demon_profiler.pb.cc.
|
inline |
@protoc_insertion_point(field_add:operations_research.DemonRuns.end_time)
Definition at line 747 of file demon_profiler.pb.h.
|
inline |
@protoc_insertion_point(field_add:operations_research.DemonRuns.start_time)
Definition at line 701 of file demon_profiler.pb.h.
|
final |
@protoc_insertion_point(message_byte_size_start:operations_research.DemonRuns)
Prevent compiler warnings about cached_has_bits being unused
repeated int64 start_time = 2;
repeated int64 end_time = 3;
string demon_id = 1;
int64 failures = 4;
Definition at line 437 of file demon_profiler.pb.cc.
PROTOBUF_NOINLINE void operations_research::DemonRuns::Clear | ( | ) |
@protoc_insertion_point(message_clear_start:operations_research.DemonRuns)
Prevent compiler warnings about cached_has_bits being unused
Definition at line 354 of file demon_profiler.pb.cc.
|
inline |
|
inline |
Definition at line 735 of file demon_profiler.pb.h.
|
inline |
int64 failures = 4;
Definition at line 775 of file demon_profiler.pb.h.
|
inline |
Definition at line 689 of file demon_profiler.pb.h.
void operations_research::DemonRuns::CopyFrom | ( | const DemonRuns & | from | ) |
@protoc_insertion_point(class_specific_copy_from_start:operations_research.DemonRuns)
Definition at line 516 of file demon_profiler.pb.cc.
|
inlinestatic |
Definition at line 130 of file demon_profiler.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.DemonRuns.demon_id)
Definition at line 623 of file demon_profiler.pb.h.
|
inlinestatic |
Definition at line 121 of file demon_profiler.pb.h.
|
inline |
@protoc_insertion_point(field_list:operations_research.DemonRuns.end_time)
Definition at line 752 of file demon_profiler.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.DemonRuns.end_time)
Definition at line 739 of file demon_profiler.pb.h.
|
inline |
repeated int64 end_time = 3;
Definition at line 732 of file demon_profiler.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.DemonRuns.failures)
Definition at line 780 of file demon_profiler.pb.h.
|
inline |
Definition at line 189 of file demon_profiler.pb.h.
|
protected |
Definition at line 294 of file demon_profiler.pb.cc.
|
inlinestatic |
Definition at line 124 of file demon_profiler.pb.h.
google::protobuf::Metadata operations_research::DemonRuns::GetMetadata | ( | ) | const |
Definition at line 536 of file demon_profiler.pb.cc.
|
inlinestatic |
Definition at line 127 of file demon_profiler.pb.h.
|
staticconstexpr |
Definition at line 266 of file demon_profiler.pb.cc.
|
staticconstexprprotected |
Definition at line 246 of file demon_profiler.pb.cc.
|
inline |
Definition at line 165 of file demon_profiler.pb.h.
|
inline |
Definition at line 158 of file demon_profiler.pb.h.
|
inline |
@protoc_insertion_point(field_mutable:operations_research.DemonRuns.demon_id)
Definition at line 635 of file demon_profiler.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_list:operations_research.DemonRuns.end_time)
Definition at line 757 of file demon_profiler.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_list:operations_research.DemonRuns.start_time)
Definition at line 711 of file demon_profiler.pb.h.
|
inline |
Definition at line 116 of file demon_profiler.pb.h.
|
inline |
implements Message -------------------------------------------—
Definition at line 152 of file demon_profiler.pb.h.
Definition at line 98 of file demon_profiler.pb.h.
Definition at line 102 of file demon_profiler.pb.h.
|
inlinestaticprotected |
Definition at line 241 of file demon_profiler.pb.cc.
|
inlinenodiscard |
@protoc_insertion_point(field_release:operations_research.DemonRuns.demon_id)
Definition at line 655 of file demon_profiler.pb.h.
|
inline |
@protoc_insertion_point(field_set_allocated:operations_research.DemonRuns.demon_id)
Definition at line 668 of file demon_profiler.pb.h.
void operations_research::DemonRuns::set_demon_id | ( | Arg_ && | arg, |
Args_... | args ) |
PROTOBUF_ALWAYS_INLINE void operations_research::DemonRuns::set_demon_id | ( | Arg_ && | arg, |
Args_... | args ) |
@protoc_insertion_point(field_set:operations_research.DemonRuns.demon_id)
Definition at line 629 of file demon_profiler.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.DemonRuns.end_time)
Definition at line 743 of file demon_profiler.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.DemonRuns.failures)
Definition at line 784 of file demon_profiler.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.DemonRuns.start_time)
Definition at line 697 of file demon_profiler.pb.h.
|
inline |
@protoc_insertion_point(field_list:operations_research.DemonRuns.start_time)
Definition at line 706 of file demon_profiler.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.DemonRuns.start_time)
Definition at line 693 of file demon_profiler.pb.h.
|
inline |
repeated int64 start_time = 2;
Definition at line 686 of file demon_profiler.pb.h.
|
inline |
Definition at line 136 of file demon_profiler.pb.h.
|
inline |
Definition at line 112 of file demon_profiler.pb.h.
|
inline |
Definition at line 144 of file demon_profiler.pb.h.
|
friend |
Definition at line 298 of file demon_profiler.pb.h.
|
friend |
Definition at line 300 of file demon_profiler.pb.h.
|
friend |
Definition at line 291 of file demon_profiler.pb.h.
|
friend |
Definition at line 297 of file demon_profiler.pb.h.
|
friend |
Definition at line 323 of file demon_profiler.pb.h.
Definition at line 135 of file demon_profiler.pb.h.
Impl_ operations_research::DemonRuns::_impl_ |
Definition at line 322 of file demon_profiler.pb.h.
|
staticconstexpr |
Definition at line 134 of file demon_profiler.pb.h.