Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::DemonRuns Class Referencefinal

Detailed Description

Definition at line 79 of file demon_profiler.pb.h.

#include <demon_profiler.pb.h>

Inheritance diagram for operations_research::DemonRuns:

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
DemonRunsoperator= (const DemonRuns &from)
DemonRunsoperator= (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 DemonRunsdefault_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)

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int

nested types -------------------------------------------------—

accessors ----------------------------------------------------—

Enumerator
kStartTimeFieldNumber 
kEndTimeFieldNumber 
kDemonIdFieldNumber 
kFailuresFieldNumber 

Definition at line 221 of file demon_profiler.pb.h.

Constructor & Destructor Documentation

◆ DemonRuns() [1/8]

operations_research::DemonRuns::DemonRuns ( )
inline

Definition at line 82 of file demon_profiler.pb.h.

◆ ~DemonRuns()

operations_research::DemonRuns::~DemonRuns ( )

@protoc_insertion_point(destructor:operations_research.DemonRuns)

Definition at line 229 of file demon_profiler.pb.cc.

◆ DemonRuns() [2/8]

template<typename = void>
PROTOBUF_CONSTEXPR operations_research::DemonRuns::DemonRuns ( ::google::protobuf::internal::ConstantInitialized )
explicit

◆ DemonRuns() [3/8]

operations_research::DemonRuns::DemonRuns ( const DemonRuns & from)
inline

Definition at line 95 of file demon_profiler.pb.h.

◆ DemonRuns() [4/8]

operations_research::DemonRuns::DemonRuns ( DemonRuns && from)
inlinenoexcept

Definition at line 96 of file demon_profiler.pb.h.

◆ DemonRuns() [5/8]

operations_research::DemonRuns::DemonRuns ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena)
explicitprotected

@protoc_insertion_point(arena_constructor:operations_research.DemonRuns)

Definition at line 177 of file demon_profiler.pb.cc.

◆ DemonRuns() [6/8]

operations_research::DemonRuns::DemonRuns ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena,
const DemonRuns & from )
protected

@protoc_insertion_point(copy_constructor:operations_research.DemonRuns)

Definition at line 198 of file demon_profiler.pb.cc.

◆ DemonRuns() [7/8]

operations_research::DemonRuns::DemonRuns ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena,
DemonRuns && from )
inlineprotectednoexcept

Definition at line 203 of file demon_profiler.pb.h.

◆ DemonRuns() [8/8]

template<typename>
PROTOBUF_CONSTEXPR operations_research::DemonRuns::DemonRuns ( ::_pbi::ConstantInitialized )

Definition at line 42 of file demon_profiler.pb.cc.

Member Function Documentation

◆ _InternalSerialize()

uint8_t *PROTOBUF_NONNULL operations_research::DemonRuns::_InternalSerialize ( ::uint8_t *PROTOBUF_NONNULL target,
::google::protobuf::io::EpsCopyOutputStream *PROTOBUF_NONNULL stream ) const
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.

◆ add_end_time()

void operations_research::DemonRuns::add_end_time ( ::int64_t value)
inline

@protoc_insertion_point(field_add:operations_research.DemonRuns.end_time)

Definition at line 747 of file demon_profiler.pb.h.

◆ add_start_time()

void operations_research::DemonRuns::add_start_time ( ::int64_t value)
inline

@protoc_insertion_point(field_add:operations_research.DemonRuns.start_time)

Definition at line 701 of file demon_profiler.pb.h.

◆ ByteSizeLong()

size_t operations_research::DemonRuns::ByteSizeLong ( ) const
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.

◆ Clear()

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.

◆ clear_demon_id()

void operations_research::DemonRuns::clear_demon_id ( )
inline

string demon_id = 1;

DemonRuns.

string demon_id = 1;

Definition at line 618 of file demon_profiler.pb.h.

◆ clear_end_time()

void operations_research::DemonRuns::clear_end_time ( )
inline

Definition at line 735 of file demon_profiler.pb.h.

◆ clear_failures()

void operations_research::DemonRuns::clear_failures ( )
inline

int64 failures = 4;

Definition at line 775 of file demon_profiler.pb.h.

◆ clear_start_time()

void operations_research::DemonRuns::clear_start_time ( )
inline

Definition at line 689 of file demon_profiler.pb.h.

◆ CopyFrom()

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.

◆ default_instance()

const DemonRuns & operations_research::DemonRuns::default_instance ( )
inlinestatic

Definition at line 130 of file demon_profiler.pb.h.

◆ demon_id()

const::std::string & operations_research::DemonRuns::demon_id ( ) const
inline

@protoc_insertion_point(field_get:operations_research.DemonRuns.demon_id)

Definition at line 623 of file demon_profiler.pb.h.

◆ descriptor()

const ::google::protobuf::Descriptor *PROTOBUF_NONNULL operations_research::DemonRuns::descriptor ( )
inlinestatic

Definition at line 121 of file demon_profiler.pb.h.

◆ end_time() [1/2]

const::google::protobuf::RepeatedField<::int64_t > & operations_research::DemonRuns::end_time ( ) const
inline

@protoc_insertion_point(field_list:operations_research.DemonRuns.end_time)

Definition at line 752 of file demon_profiler.pb.h.

◆ end_time() [2/2]

int64_t operations_research::DemonRuns::end_time ( int index) const
inline

@protoc_insertion_point(field_get:operations_research.DemonRuns.end_time)

Definition at line 739 of file demon_profiler.pb.h.

◆ end_time_size()

int operations_research::DemonRuns::end_time_size ( ) const
inline

repeated int64 end_time = 3;

Definition at line 732 of file demon_profiler.pb.h.

◆ failures()

int64_t operations_research::DemonRuns::failures ( ) const
inline

@protoc_insertion_point(field_get:operations_research.DemonRuns.failures)

Definition at line 780 of file demon_profiler.pb.h.

◆ GetCachedSize()

int operations_research::DemonRuns::GetCachedSize ( ) const
inline

Definition at line 189 of file demon_profiler.pb.h.

◆ GetClassData()

PROTOBUF_ATTRIBUTE_WEAKconst::google::protobuf::internal::ClassData *PROTOBUF_NONNULL operations_research::DemonRuns::GetClassData ( ) const
protected

Definition at line 294 of file demon_profiler.pb.cc.

◆ GetDescriptor()

const ::google::protobuf::Descriptor *PROTOBUF_NONNULL operations_research::DemonRuns::GetDescriptor ( )
inlinestatic

Definition at line 124 of file demon_profiler.pb.h.

◆ GetMetadata()

google::protobuf::Metadata operations_research::DemonRuns::GetMetadata ( ) const

Definition at line 536 of file demon_profiler.pb.cc.

◆ GetReflection()

const ::google::protobuf::Reflection *PROTOBUF_NONNULL operations_research::DemonRuns::GetReflection ( )
inlinestatic

Definition at line 127 of file demon_profiler.pb.h.

◆ InternalGenerateClassData_()

auto operations_research::DemonRuns::InternalGenerateClassData_ ( )
staticconstexpr

Definition at line 266 of file demon_profiler.pb.cc.

◆ InternalNewImpl_()

auto operations_research::DemonRuns::InternalNewImpl_ ( )
staticconstexprprotected

Definition at line 246 of file demon_profiler.pb.cc.

◆ IsInitialized()

bool operations_research::DemonRuns::IsInitialized ( ) const
inline

Definition at line 165 of file demon_profiler.pb.h.

◆ MergeFrom()

void operations_research::DemonRuns::MergeFrom ( const DemonRuns & from)
inline

Definition at line 158 of file demon_profiler.pb.h.

◆ mutable_demon_id()

std::string *PROTOBUF_NONNULL operations_research::DemonRuns::mutable_demon_id ( )
inline

@protoc_insertion_point(field_mutable:operations_research.DemonRuns.demon_id)

Definition at line 635 of file demon_profiler.pb.h.

◆ mutable_end_time()

google::protobuf::RepeatedField<::int64_t > *PROTOBUF_NONNULL operations_research::DemonRuns::mutable_end_time ( )
inline

@protoc_insertion_point(field_mutable_list:operations_research.DemonRuns.end_time)

Definition at line 757 of file demon_profiler.pb.h.

◆ mutable_start_time()

google::protobuf::RepeatedField<::int64_t > *PROTOBUF_NONNULL operations_research::DemonRuns::mutable_start_time ( )
inline

@protoc_insertion_point(field_mutable_list:operations_research.DemonRuns.start_time)

Definition at line 711 of file demon_profiler.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet *PROTOBUF_NONNULL operations_research::DemonRuns::mutable_unknown_fields ( )
inline

Definition at line 116 of file demon_profiler.pb.h.

◆ New()

DemonRuns *PROTOBUF_NONNULL operations_research::DemonRuns::New ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena = nullptr) const
inline

implements Message -------------------------------------------—

Definition at line 152 of file demon_profiler.pb.h.

◆ operator=() [1/2]

DemonRuns & operations_research::DemonRuns::operator= ( const DemonRuns & from)
inline

Definition at line 98 of file demon_profiler.pb.h.

◆ operator=() [2/2]

DemonRuns & operations_research::DemonRuns::operator= ( DemonRuns && from)
inlinenoexcept

Definition at line 102 of file demon_profiler.pb.h.

◆ PlacementNew_()

void *PROTOBUF_NONNULL operations_research::DemonRuns::PlacementNew_ ( const void * PROTOBUF_NONNULL,
void *PROTOBUF_NONNULL mem,
::google::protobuf::Arena *PROTOBUF_NULLABLE arena )
inlinestaticprotected

Definition at line 241 of file demon_profiler.pb.cc.

◆ release_demon_id()

std::string *PROTOBUF_NULLABLE operations_research::DemonRuns::release_demon_id ( )
inlinenodiscard

@protoc_insertion_point(field_release:operations_research.DemonRuns.demon_id)

Definition at line 655 of file demon_profiler.pb.h.

◆ set_allocated_demon_id()

void operations_research::DemonRuns::set_allocated_demon_id ( ::std::string *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_set_allocated:operations_research.DemonRuns.demon_id)

Definition at line 668 of file demon_profiler.pb.h.

◆ set_demon_id() [1/2]

template<typename Arg_ = const ::std::string&, typename... Args_>
void operations_research::DemonRuns::set_demon_id ( Arg_ && arg,
Args_... args )

◆ set_demon_id() [2/2]

template<typename Arg_, typename... 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.

◆ set_end_time()

void operations_research::DemonRuns::set_end_time ( int index,
::int64_t value )
inline

@protoc_insertion_point(field_set:operations_research.DemonRuns.end_time)

Definition at line 743 of file demon_profiler.pb.h.

◆ set_failures()

void operations_research::DemonRuns::set_failures ( ::int64_t value)
inline

@protoc_insertion_point(field_set:operations_research.DemonRuns.failures)

Definition at line 784 of file demon_profiler.pb.h.

◆ set_start_time()

void operations_research::DemonRuns::set_start_time ( int index,
::int64_t value )
inline

@protoc_insertion_point(field_set:operations_research.DemonRuns.start_time)

Definition at line 697 of file demon_profiler.pb.h.

◆ start_time() [1/2]

const::google::protobuf::RepeatedField<::int64_t > & operations_research::DemonRuns::start_time ( ) const
inline

@protoc_insertion_point(field_list:operations_research.DemonRuns.start_time)

Definition at line 706 of file demon_profiler.pb.h.

◆ start_time() [2/2]

int64_t operations_research::DemonRuns::start_time ( int index) const
inline

@protoc_insertion_point(field_get:operations_research.DemonRuns.start_time)

Definition at line 693 of file demon_profiler.pb.h.

◆ start_time_size()

int operations_research::DemonRuns::start_time_size ( ) const
inline

repeated int64 start_time = 2;

Definition at line 686 of file demon_profiler.pb.h.

◆ Swap()

void operations_research::DemonRuns::Swap ( DemonRuns *PROTOBUF_NONNULL other)
inline

Definition at line 136 of file demon_profiler.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & operations_research::DemonRuns::unknown_fields ( ) const
inline

Definition at line 112 of file demon_profiler.pb.h.

◆ UnsafeArenaSwap()

void operations_research::DemonRuns::UnsafeArenaSwap ( DemonRuns *PROTOBUF_NONNULL other)
inline

Definition at line 144 of file demon_profiler.pb.h.

◆ ::google::protobuf::Arena

friend class ::google::protobuf::Arena
friend

Definition at line 298 of file demon_profiler.pb.h.

◆ ::google::protobuf::Arena::InternalHelper

template<typename T>
friend class ::google::protobuf::Arena::InternalHelper
friend

Definition at line 300 of file demon_profiler.pb.h.

◆ ::google::protobuf::internal::TcParser

friend class ::google::protobuf::internal::TcParser
friend

Definition at line 291 of file demon_profiler.pb.h.

◆ ::google::protobuf::MessageLite

friend class ::google::protobuf::MessageLite
friend

Definition at line 297 of file demon_profiler.pb.h.

◆ ::TableStruct_ortools_2fconstraint_5fsolver_2fdemon_5fprofiler_2eproto

◆ swap

void swap ( DemonRuns & a,
DemonRuns & b )
friend

Definition at line 135 of file demon_profiler.pb.h.

Member Data Documentation

◆ _impl_

Impl_ operations_research::DemonRuns::_impl_

Definition at line 322 of file demon_profiler.pb.h.

◆ kIndexInFileMessages

int operations_research::DemonRuns::kIndexInFileMessages = 0
staticconstexpr

Definition at line 134 of file demon_profiler.pb.h.


The documentation for this class was generated from the following files: