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

Detailed Description

Definition at line 75 of file int128.pb.h.

#include <int128.pb.h>

Inheritance diagram for operations_research::Int128:

Classes

class  _Internal

Public Types

enum  : int { kHighFieldNumber = 1 , kLowFieldNumber = 2 }

Public Member Functions

 Int128 ()
 ~Int128 () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR Int128 (::google::protobuf::internal::ConstantInitialized)
 Int128 (const Int128 &from)
 Int128 (Int128 &&from) noexcept
Int128operator= (const Int128 &from)
Int128operator= (Int128 &&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 (Int128 *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (Int128 *PROTOBUF_NONNULL other)
Int128 *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
void CopyFrom (const Int128 &from)
void MergeFrom (const Int128 &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
void clear_high ()
::int64_t high () const
void set_high (::int64_t value)
void clear_low ()
::uint64_t low () const
void set_low (::uint64_t value)
template<typename>
PROTOBUF_CONSTEXPR Int128 (::_pbi::ConstantInitialized)

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 Int128default_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_2futil_2fint128_2eproto
void swap (Int128 &a, Int128 &b)

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kHighFieldNumber 
kLowFieldNumber 

Definition at line 216 of file int128.pb.h.

Constructor & Destructor Documentation

◆ Int128() [1/5]

operations_research::Int128::Int128 ( )
inline

Definition at line 78 of file int128.pb.h.

◆ ~Int128()

operations_research::Int128::~Int128 ( )

Definition at line 148 of file int128.pb.cc.

◆ Int128() [2/5]

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

◆ Int128() [3/5]

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

Definition at line 91 of file int128.pb.h.

◆ Int128() [4/5]

operations_research::Int128::Int128 ( Int128 && from)
inlinenoexcept

Definition at line 92 of file int128.pb.h.

◆ Int128() [5/5]

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

Definition at line 36 of file int128.pb.cc.

Member Function Documentation

◆ _InternalSerialize()

uint8_t *PROTOBUF_NONNULL operations_research::Int128::_InternalSerialize ( ::uint8_t *PROTOBUF_NONNULL target,
::google::protobuf::io::EpsCopyOutputStream *PROTOBUF_NONNULL stream ) const
final

Definition at line 267 of file int128.pb.cc.

◆ ByteSizeLong()

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

Definition at line 311 of file int128.pb.cc.

◆ Clear()

PROTOBUF_NOINLINE void operations_research::Int128::Clear ( )

Definition at line 244 of file int128.pb.cc.

◆ clear_high()

void operations_research::Int128::clear_high ( )
inline

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

◆ clear_low()

void operations_research::Int128::clear_low ( )
inline

Definition at line 321 of file int128.pb.h.

◆ CopyFrom()

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

Definition at line 374 of file int128.pb.cc.

◆ default_instance()

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

Definition at line 126 of file int128.pb.h.

◆ descriptor()

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

Definition at line 117 of file int128.pb.h.

◆ GetCachedSize()

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

Definition at line 185 of file int128.pb.h.

◆ GetDescriptor()

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

Definition at line 120 of file int128.pb.h.

◆ GetMetadata()

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

Definition at line 394 of file int128.pb.cc.

◆ GetReflection()

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

Definition at line 123 of file int128.pb.h.

◆ high()

int64_t operations_research::Int128::high ( ) const
inline

Definition at line 302 of file int128.pb.h.

◆ InternalGenerateClassData_()

auto operations_research::Int128::InternalGenerateClassData_ ( )
staticconstexpr

Definition at line 171 of file int128.pb.cc.

◆ IsInitialized()

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

Definition at line 161 of file int128.pb.h.

◆ low()

uint64_t operations_research::Int128::low ( ) const
inline

Definition at line 327 of file int128.pb.h.

◆ MergeFrom()

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

Definition at line 154 of file int128.pb.h.

◆ mutable_unknown_fields()

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

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

◆ New()

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

Definition at line 148 of file int128.pb.h.

◆ operator=() [1/2]

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

Definition at line 94 of file int128.pb.h.

◆ operator=() [2/2]

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

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

◆ set_high()

void operations_research::Int128::set_high ( ::int64_t value)
inline

Definition at line 306 of file int128.pb.h.

◆ set_low()

void operations_research::Int128::set_low ( ::uint64_t value)
inline

Definition at line 331 of file int128.pb.h.

◆ Swap()

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

Definition at line 132 of file int128.pb.h.

◆ unknown_fields()

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

Definition at line 108 of file int128.pb.h.

◆ UnsafeArenaSwap()

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

Definition at line 140 of file int128.pb.h.

◆ ::google::protobuf::Arena

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

Definition at line 250 of file int128.pb.h.

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

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

Definition at line 252 of file int128.pb.h.

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

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

Definition at line 243 of file int128.pb.h.

◆ ::google::protobuf::MessageLite

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

Definition at line 249 of file int128.pb.h.

◆ ::TableStruct_ortools_2futil_2fint128_2eproto

friend struct ::TableStruct_ortools_2futil_2fint128_2eproto
friend

Definition at line 271 of file int128.pb.h.

◆ swap

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

Definition at line 131 of file int128.pb.h.

Member Data Documentation

◆ _impl_

Impl_ operations_research::Int128::_impl_

Definition at line 270 of file int128.pb.h.

◆ kIndexInFileMessages

int operations_research::Int128::kIndexInFileMessages = 0
staticconstexpr

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


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