SHOGUN  v3.2.0
List of all members | Public Member Functions | Static Public Member Functions | Static Public Attributes | Friends
UInt64Chunk Class Reference

Detailed Description

Definition at line 558 of file Chunks.pb.h.

Inheritance diagram for UInt64Chunk:
Inheritance graph
[legend]

Public Member Functions

 UInt64Chunk ()
 
virtual ~UInt64Chunk ()
 
 UInt64Chunk (const UInt64Chunk &from)
 
UInt64Chunkoperator= (const UInt64Chunk &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (UInt64Chunk *other)
 
UInt64ChunkNew () const final
 
UInt64ChunkNew (::google::protobuf::Arena *arena) const final
 
void CopyFrom (const ::google::protobuf::Message &from) final
 
void MergeFrom (const ::google::protobuf::Message &from) final
 
void CopyFrom (const UInt64Chunk &from)
 
void MergeFrom (const UInt64Chunk &from)
 
void Clear () final
 
bool IsInitialized () const final
 
size_t ByteSizeLong () const final
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) final
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const final
 
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *target) const final
 
int GetCachedSize () const final
 
::google::protobuf::Metadata GetMetadata () const final
 
int data_size () const
 
void clear_data ()
 
::google::protobuf::uint64 data (int index) const
 
void set_data (int index, ::google::protobuf::uint64 value)
 
void add_data (::google::protobuf::uint64 value)
 
const ::google::protobuf::RepeatedField< ::google::protobuf::uint64 > & data () const
 
::google::protobuf::RepeatedField< ::google::protobuf::uint64 > * mutable_data ()
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const UInt64Chunkdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const UInt64Chunkinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kDataFieldNumber = 1
 

Friends

struct ::protobuf_Chunks_2eproto::TableStruct
 
void swap (UInt64Chunk &a, UInt64Chunk &b)
 

Constructor & Destructor Documentation

◆ UInt64Chunk() [1/2]

◆ ~UInt64Chunk()

virtual ~UInt64Chunk ( )
virtual

◆ UInt64Chunk() [2/2]

UInt64Chunk ( const UInt64Chunk from)

Member Function Documentation

◆ add_data()

void add_data ( ::google::protobuf::uint64  value)

Definition at line 1072 of file Chunks.pb.h.

◆ ByteSizeLong()

size_t ByteSizeLong ( ) const
final

◆ Clear()

void Clear ( )
final

◆ clear_data()

void clear_data ( )

Definition at line 1061 of file Chunks.pb.h.

◆ CopyFrom() [1/2]

void CopyFrom ( const ::google::protobuf::Message &  from)
final

◆ CopyFrom() [2/2]

void CopyFrom ( const UInt64Chunk from)

◆ data() [1/2]

google::protobuf::uint64 data ( int  index) const

Definition at line 1064 of file Chunks.pb.h.

◆ data() [2/2]

const ::google::protobuf::RepeatedField<::google::protobuf::uint64 > & data ( ) const

Definition at line 1077 of file Chunks.pb.h.

◆ data_size()

int data_size ( ) const

Definition at line 1058 of file Chunks.pb.h.

◆ default_instance()

static const UInt64Chunk& default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor* descriptor ( )
static

◆ GetCachedSize()

int GetCachedSize ( ) const
final

Definition at line 630 of file Chunks.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata GetMetadata ( ) const
final

◆ InitAsDefaultInstance()

static void InitAsDefaultInstance ( )
static

◆ internal_default_instance()

static const UInt64Chunk* internal_default_instance ( )
static

Definition at line 595 of file Chunks.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  target 
) const
final

◆ IsInitialized()

bool IsInitialized ( ) const
final

◆ MergeFrom() [1/2]

void MergeFrom ( const ::google::protobuf::Message &  from)
final

◆ MergeFrom() [2/2]

void MergeFrom ( const UInt64Chunk from)

◆ MergePartialFromCodedStream()

bool MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
final

◆ mutable_data()

google::protobuf::RepeatedField<::google::protobuf::uint64 > * mutable_data ( )

Definition at line 1082 of file Chunks.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields ( )

Definition at line 587 of file Chunks.pb.h.

◆ New() [1/2]

UInt64Chunk* New ( ) const
final

Definition at line 609 of file Chunks.pb.h.

◆ New() [2/2]

UInt64Chunk* New ( ::google::protobuf::Arena *  arena) const
final

Definition at line 613 of file Chunks.pb.h.

◆ operator=()

UInt64Chunk& operator= ( const UInt64Chunk from)

Definition at line 565 of file Chunks.pb.h.

◆ SerializeWithCachedSizes()

void SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
final

◆ set_data()

void set_data ( int  index,
::google::protobuf::uint64  value 
)

Definition at line 1068 of file Chunks.pb.h.

◆ Swap()

void Swap ( UInt64Chunk other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet& unknown_fields ( ) const

Definition at line 584 of file Chunks.pb.h.

Friends And Related Function Documentation

◆ ::protobuf_Chunks_2eproto::TableStruct

friend struct ::protobuf_Chunks_2eproto::TableStruct
friend

Definition at line 672 of file Chunks.pb.h.

◆ swap

void swap ( UInt64Chunk a,
UInt64Chunk b 
)
friend

Definition at line 603 of file Chunks.pb.h.

Member Data Documentation

◆ kDataFieldNumber

const int kDataFieldNumber = 1
static

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

◆ kIndexInFileMessages

constexpr int kIndexInFileMessages
static
Initial value:
=
4

Definition at line 599 of file Chunks.pb.h.


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

SHOGUN Machine Learning Toolbox - Documentation