Google OR-Tools v9.15
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 }

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
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
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
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 ()
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_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

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
Enumerator
kStartTimeFieldNumber 
kEndTimeFieldNumber 
kDemonIdFieldNumber 
kFailuresFieldNumber 

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

Constructor & Destructor Documentation

◆ DemonRuns() [1/5]

operations_research::DemonRuns::DemonRuns ( )
inline

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

◆ ~DemonRuns()

operations_research::DemonRuns::~DemonRuns ( )

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

◆ DemonRuns() [2/5]

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

◆ DemonRuns() [3/5]

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

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

◆ DemonRuns() [4/5]

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

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

◆ DemonRuns() [5/5]

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

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

◆ add_end_time()

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

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

◆ add_start_time()

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

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

◆ ByteSizeLong()

size_t operations_research::DemonRuns::ByteSizeLong ( ) const
final

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

◆ Clear()

PROTOBUF_NOINLINE void operations_research::DemonRuns::Clear ( )

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

◆ clear_demon_id()

void operations_research::DemonRuns::clear_demon_id ( )
inline

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

◆ clear_end_time()

void operations_research::DemonRuns::clear_end_time ( )
inline

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

◆ clear_failures()

void operations_research::DemonRuns::clear_failures ( )
inline

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

◆ clear_start_time()

void operations_research::DemonRuns::clear_start_time ( )
inline

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

◆ CopyFrom()

void operations_research::DemonRuns::CopyFrom ( const DemonRuns & from)

Definition at line 541 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

Definition at line 622 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

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

◆ end_time() [2/2]

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

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

◆ end_time_size()

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

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

◆ failures()

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

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

◆ GetCachedSize()

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

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

◆ 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 561 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 269 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

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

◆ mutable_end_time()

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

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

◆ mutable_start_time()

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

Definition at line 712 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

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.

◆ release_demon_id()

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

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

◆ set_allocated_demon_id()

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

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

◆ set_demon_id() [1/2]

template<typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void operations_research::DemonRuns::set_demon_id ( Arg_ && arg,
Args_... args )

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

◆ set_demon_id() [2/2]

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

◆ set_end_time()

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

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

◆ set_failures()

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

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

◆ set_start_time()

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

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

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

◆ start_time() [2/2]

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

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

◆ start_time_size()

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

Definition at line 684 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 297 of file demon_profiler.pb.h.

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

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

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

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

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

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

◆ ::google::protobuf::MessageLite

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

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

◆ ::TableStruct_ortools_2fconstraint_5fsolver_2fdemon_5fprofiler_2eproto

friend struct ::TableStruct_ortools_2fconstraint_5fsolver_2fdemon_5fprofiler_2eproto
friend

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

◆ 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 321 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: