Google OR-Tools v9.14
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 }
 nested types -------------------------------------------------— More...

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
 implements Message -------------------------------------------—
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 high = 1;
::int64_t high () const
void set_high (::int64_t value)
void clear_low ()
 uint64 low = 2;
::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

Protected Member Functions

 Int128 (::google::protobuf::Arena *PROTOBUF_NULLABLE arena)
 Int128 (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, const Int128 &from)
 Int128 (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, Int128 &&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_2futil_2fint128_2eproto
void swap (Int128 &a, Int128 &b)

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int

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

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

Enumerator
kHighFieldNumber 
kLowFieldNumber 

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

Constructor & Destructor Documentation

◆ Int128() [1/8]

operations_research::Int128::Int128 ( )
inline

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

◆ ~Int128()

operations_research::Int128::~Int128 ( )

@protoc_insertion_point(destructor:operations_research.Int128)

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

◆ Int128() [2/8]

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

◆ Int128() [3/8]

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

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

◆ Int128() [4/8]

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

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

◆ Int128() [5/8]

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

@protoc_insertion_point(arena_constructor:operations_research.Int128)

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

◆ Int128() [6/8]

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

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

◆ Int128() [7/8]

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

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

◆ Int128() [8/8]

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

@protoc_insertion_point(serialize_to_array_start:operations_research.Int128)

int64 high = 1;

uint64 low = 2;

@protoc_insertion_point(serialize_to_array_end:operations_research.Int128)

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

◆ ByteSizeLong()

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

@protoc_insertion_point(message_byte_size_start:operations_research.Int128)

Prevent compiler warnings about cached_has_bits being unused

int64 high = 1;

uint64 low = 2;

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

◆ Clear()

PROTOBUF_NOINLINE void operations_research::Int128::Clear ( )

@protoc_insertion_point(message_clear_start:operations_research.Int128)

Prevent compiler warnings about cached_has_bits being unused

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

◆ clear_high()

void operations_research::Int128::clear_high ( )
inline

int64 high = 1;

Int128.

int64 high = 1;

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

◆ clear_low()

void operations_research::Int128::clear_low ( )
inline

uint64 low = 2;

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

◆ CopyFrom()

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

@protoc_insertion_point(class_specific_copy_from_start:operations_research.Int128)

Definition at line 361 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.

◆ GetClassData()

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

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

◆ 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 381 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

@protoc_insertion_point(field_get:operations_research.Int128.high)

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

◆ InternalGenerateClassData_()

auto operations_research::Int128::InternalGenerateClassData_ ( )
staticconstexpr

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

◆ InternalNewImpl_()

auto operations_research::Int128::InternalNewImpl_ ( )
staticconstexprprotected

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

@protoc_insertion_point(field_get:operations_research.Int128.low)

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

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

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.

◆ PlacementNew_()

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

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

◆ set_high()

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

@protoc_insertion_point(field_set:operations_research.Int128.high)

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

◆ set_low()

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

@protoc_insertion_point(field_set:operations_research.Int128.low)

Definition at line 330 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 251 of file int128.pb.h.

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

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

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

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

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

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

◆ ::google::protobuf::MessageLite

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

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

◆ ::TableStruct_ortools_2futil_2fint128_2eproto

Definition at line 272 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 271 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: