Darknet/YOLO v5.0-117-g31c55275-dirty
Object Detection Framework
 
Loading...
Searching...
No Matches
onnx::IntIntListEntryProto Class Referencefinal

#include "onnx.proto3.pb.h"

Inheritance diagram for onnx::IntIntListEntryProto:
Collaboration diagram for onnx::IntIntListEntryProto:

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int {
  kValueFieldNumber = 2 ,
  kKeyFieldNumber = 1
}
 

Public Member Functions

 IntIntListEntryProto ()
 
PROTOBUF_CONSTEXPR IntIntListEntryProto (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 IntIntListEntryProto (const IntIntListEntryProto &from)
 
 IntIntListEntryProto (IntIntListEntryProto &&from) noexcept
 
 ~IntIntListEntryProto () override
 
const char * _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
 
uint8_t * _InternalSerialize (uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
 
void add_value (int64_t value)
 
size_t ByteSizeLong () const final
 
void CheckTypeAndMergeFrom (const ::PROTOBUF_NAMESPACE_ID::MessageLite &from) final
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
void clear_key ()
 
void clear_value ()
 
void CopyFrom (const IntIntListEntryProto &from)
 
int GetCachedSize () const final
 
std::string GetTypeName () const final
 
bool IsInitialized () const final
 
int64_t key () const
 
void MergeFrom (const IntIntListEntryProto &from)
 
::PROTOBUF_NAMESPACE_ID::RepeatedField< int64_t > * mutable_value ()
 
IntIntListEntryProtoNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
IntIntListEntryProtooperator= (const IntIntListEntryProto &from)
 
IntIntListEntryProtooperator= (IntIntListEntryProto &&from) noexcept
 
void set_key (int64_t value)
 
void set_value (int index, int64_t value)
 
void Swap (IntIntListEntryProto *other)
 
void UnsafeArenaSwap (IntIntListEntryProto *other)
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedField< int64_t > & value () const
 
int64_t value (int index) const
 
int value_size () const
 

Static Public Member Functions

static const IntIntListEntryProtodefault_instance ()
 
static const IntIntListEntryProtointernal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 

Protected Member Functions

 IntIntListEntryProto (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
 

Private Types

typedef void DestructorSkippable_
 
typedef void InternalArenaConstructable_
 

Private Member Functions

void _internal_add_value (int64_t value)
 
int64_t _internal_key () const
 
::PROTOBUF_NAMESPACE_ID::RepeatedField< int64_t > * _internal_mutable_value ()
 
void _internal_set_key (int64_t value)
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedField< int64_t > & _internal_value () const
 
int64_t _internal_value (int index) const
 
int _internal_value_size () const
 
void InternalSwap (IntIntListEntryProto *other)
 
void SetCachedSize (int size) const
 
void SharedCtor (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned)
 
void SharedDtor ()
 

Static Private Member Functions

::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName ()
 

Private Attributes

union { 
 
   Impl_   _impl_ 
 
};  
 

Friends

template<typename T >
class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
 
class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
 
struct ::TableStruct_onnx_2eproto3
 
void swap (IntIntListEntryProto &a, IntIntListEntryProto &b)
 

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kValueFieldNumber 
kKeyFieldNumber 

Constructor & Destructor Documentation

◆ IntIntListEntryProto() [1/5]

onnx::IntIntListEntryProto::IntIntListEntryProto ( )
inline

◆ ~IntIntListEntryProto()

onnx::IntIntListEntryProto::~IntIntListEntryProto ( )
override
Here is the call graph for this function:

◆ IntIntListEntryProto() [2/5]

PROTOBUF_CONSTEXPR onnx::IntIntListEntryProto::IntIntListEntryProto ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ IntIntListEntryProto() [3/5]

onnx::IntIntListEntryProto::IntIntListEntryProto ( const IntIntListEntryProto from)

◆ IntIntListEntryProto() [4/5]

onnx::IntIntListEntryProto::IntIntListEntryProto ( IntIntListEntryProto &&  from)
inlinenoexcept

◆ IntIntListEntryProto() [5/5]

onnx::IntIntListEntryProto::IntIntListEntryProto ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena,
bool  is_message_owned = false 
)
explicitprotected
Here is the call graph for this function:

Member Function Documentation

◆ _internal_add_value()

void onnx::IntIntListEntryProto::_internal_add_value ( int64_t  value)
inlineprivate
Here is the caller graph for this function:

◆ _internal_key()

int64_t onnx::IntIntListEntryProto::_internal_key ( ) const
inlineprivate
Here is the caller graph for this function:

◆ _internal_mutable_value()

PROTOBUF_NAMESPACE_ID::RepeatedField< int64_t > * onnx::IntIntListEntryProto::_internal_mutable_value ( )
inlineprivate
Here is the caller graph for this function:

◆ _internal_set_key()

void onnx::IntIntListEntryProto::_internal_set_key ( int64_t  value)
inlineprivate
Here is the caller graph for this function:

◆ _internal_value() [1/2]

const ::PROTOBUF_NAMESPACE_ID::RepeatedField< int64_t > & onnx::IntIntListEntryProto::_internal_value ( ) const
inlineprivate
Here is the caller graph for this function:

◆ _internal_value() [2/2]

int64_t onnx::IntIntListEntryProto::_internal_value ( int  index) const
inlineprivate

◆ _internal_value_size()

int onnx::IntIntListEntryProto::_internal_value_size ( ) const
inlineprivate

◆ _InternalParse()

const char * onnx::IntIntListEntryProto::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final
Here is the call graph for this function:

◆ _InternalSerialize()

uint8_t * onnx::IntIntListEntryProto::_InternalSerialize ( uint8_t *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final
Here is the call graph for this function:

◆ add_value()

void onnx::IntIntListEntryProto::add_value ( int64_t  value)
inline

◆ ByteSizeLong()

size_t onnx::IntIntListEntryProto::ByteSizeLong ( ) const
final
Here is the call graph for this function:

◆ CheckTypeAndMergeFrom()

void onnx::IntIntListEntryProto::CheckTypeAndMergeFrom ( const ::PROTOBUF_NAMESPACE_ID::MessageLite &  from)
final
Here is the call graph for this function:

◆ Clear()

void onnx::IntIntListEntryProto::Clear ( )
final
Here is the caller graph for this function:

◆ clear_key()

void onnx::IntIntListEntryProto::clear_key ( )
inline

◆ clear_value()

void onnx::IntIntListEntryProto::clear_value ( )
inline

◆ CopyFrom()

void onnx::IntIntListEntryProto::CopyFrom ( const IntIntListEntryProto from)
Here is the call graph for this function:

◆ default_instance()

static const IntIntListEntryProto & onnx::IntIntListEntryProto::default_instance ( )
inlinestatic

◆ FullMessageName()

::PROTOBUF_NAMESPACE_ID::StringPiece onnx::IntIntListEntryProto::FullMessageName ( )
inlinestaticprivate

◆ GetCachedSize()

int onnx::IntIntListEntryProto::GetCachedSize ( ) const
inlinefinal

◆ GetTypeName()

std::string onnx::IntIntListEntryProto::GetTypeName ( ) const
final

◆ internal_default_instance()

static const IntIntListEntryProto * onnx::IntIntListEntryProto::internal_default_instance ( )
inlinestatic

◆ InternalSwap()

void onnx::IntIntListEntryProto::InternalSwap ( IntIntListEntryProto other)
private

◆ IsInitialized()

bool onnx::IntIntListEntryProto::IsInitialized ( ) const
final

◆ key()

int64_t onnx::IntIntListEntryProto::key ( ) const
inline

◆ MergeFrom()

void onnx::IntIntListEntryProto::MergeFrom ( const IntIntListEntryProto from)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ mutable_value()

PROTOBUF_NAMESPACE_ID::RepeatedField< int64_t > * onnx::IntIntListEntryProto::mutable_value ( )
inline

◆ New()

IntIntListEntryProto * onnx::IntIntListEntryProto::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

◆ operator=() [1/2]

IntIntListEntryProto & onnx::IntIntListEntryProto::operator= ( const IntIntListEntryProto from)
inline

◆ operator=() [2/2]

IntIntListEntryProto & onnx::IntIntListEntryProto::operator= ( IntIntListEntryProto &&  from)
inlinenoexcept

◆ set_key()

void onnx::IntIntListEntryProto::set_key ( int64_t  value)
inline

◆ set_value()

void onnx::IntIntListEntryProto::set_value ( int  index,
int64_t  value 
)
inline

◆ SetCachedSize()

void onnx::IntIntListEntryProto::SetCachedSize ( int  size) const
private
Here is the caller graph for this function:

◆ SharedCtor()

void onnx::IntIntListEntryProto::SharedCtor ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena,
bool  is_message_owned 
)
inlineprivate
Here is the caller graph for this function:

◆ SharedDtor()

void onnx::IntIntListEntryProto::SharedDtor ( )
inlineprivate
Here is the caller graph for this function:

◆ Swap()

void onnx::IntIntListEntryProto::Swap ( IntIntListEntryProto other)
inline

◆ UnsafeArenaSwap()

void onnx::IntIntListEntryProto::UnsafeArenaSwap ( IntIntListEntryProto other)
inline

◆ value() [1/2]

const ::PROTOBUF_NAMESPACE_ID::RepeatedField< int64_t > & onnx::IntIntListEntryProto::value ( ) const
inline

◆ value() [2/2]

int64_t onnx::IntIntListEntryProto::value ( int  index) const
inline

◆ value_size()

int onnx::IntIntListEntryProto::value_size ( ) const
inline

Friends And Related Symbol Documentation

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

template<typename T >
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
friend

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
friend

◆ ::TableStruct_onnx_2eproto3

friend struct ::TableStruct_onnx_2eproto3
friend

◆ swap

void swap ( IntIntListEntryProto a,
IntIntListEntryProto b 
)
friend

Member Data Documentation

◆ [union]

◆ _impl_

Impl_ onnx::IntIntListEntryProto::_impl_

◆ kIndexInFileMessages

constexpr int onnx::IntIntListEntryProto::kIndexInFileMessages
staticconstexpr
Initial value:
=
3

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