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

Detailed Description

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

Inheritance diagram for Int32Chunk:
Inheritance graph
[legend]

Public Member Functions

 Int32Chunk ()
 
virtual ~Int32Chunk ()
 
 Int32Chunk (const Int32Chunk &from)
 
Int32Chunkoperator= (const Int32Chunk &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (Int32Chunk *other)
 
Int32ChunkNew () const final
 
Int32ChunkNew (::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 Int32Chunk &from)
 
void MergeFrom (const Int32Chunk &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::int32 data (int index) const
 
void set_data (int index, ::google::protobuf::int32 value)
 
void add_data (::google::protobuf::int32 value)
 
const ::google::protobuf::RepeatedField< ::google::protobuf::int32 > & data () const
 
::google::protobuf::RepeatedField< ::google::protobuf::int32 > * mutable_data ()
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const Int32Chunkdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const Int32Chunkinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kDataFieldNumber = 1
 

Friends

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

Constructor & Destructor Documentation

◆ Int32Chunk() [1/2]

◆ ~Int32Chunk()

virtual ~Int32Chunk ( )
virtual

◆ Int32Chunk() [2/2]

Int32Chunk ( const Int32Chunk from)

Member Function Documentation

◆ add_data()

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

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

◆ ByteSizeLong()

size_t ByteSizeLong ( ) const
final

◆ Clear()

void Clear ( )
final

◆ clear_data()

void clear_data ( )

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

◆ CopyFrom() [1/2]

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

◆ CopyFrom() [2/2]

void CopyFrom ( const Int32Chunk from)

◆ data() [1/2]

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

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

◆ data() [2/2]

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

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

◆ data_size()

int data_size ( ) const

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

◆ default_instance()

static const Int32Chunk& default_instance ( )
static

◆ descriptor()

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

◆ GetCachedSize()

int GetCachedSize ( ) const
final

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

◆ GetMetadata()

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

◆ InitAsDefaultInstance()

static void InitAsDefaultInstance ( )
static

◆ internal_default_instance()

static const Int32Chunk* internal_default_instance ( )
static

Definition at line 241 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 Int32Chunk from)

◆ MergePartialFromCodedStream()

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

◆ mutable_data()

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

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

◆ mutable_unknown_fields()

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

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

◆ New() [1/2]

Int32Chunk* New ( ) const
final

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

◆ New() [2/2]

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

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

◆ operator=()

Int32Chunk& operator= ( const Int32Chunk from)

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

◆ SerializeWithCachedSizes()

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

◆ set_data()

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

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

◆ Swap()

void Swap ( Int32Chunk other)

◆ unknown_fields()

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

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

Friends And Related Function Documentation

◆ ::protobuf_Chunks_2eproto::TableStruct

friend struct ::protobuf_Chunks_2eproto::TableStruct
friend

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

◆ swap

void swap ( Int32Chunk a,
Int32Chunk b 
)
friend

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

Member Data Documentation

◆ kDataFieldNumber

const int kDataFieldNumber = 1
static

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

◆ kIndexInFileMessages

constexpr int kIndexInFileMessages
static
Initial value:
=
1

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


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

SHOGUN Machine Learning Toolbox - Documentation