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

#include "onnx.proto3.pb.h"

Inheritance diagram for onnx::TypeProto_Optional:
Collaboration diagram for onnx::TypeProto_Optional:

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int { kElemTypeFieldNumber = 1 }
 

Public Member Functions

 TypeProto_Optional ()
 
PROTOBUF_CONSTEXPR TypeProto_Optional (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 TypeProto_Optional (const TypeProto_Optional &from)
 
 TypeProto_Optional (TypeProto_Optional &&from) noexcept
 
 ~TypeProto_Optional () 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
 
size_t ByteSizeLong () const final
 
void CheckTypeAndMergeFrom (const ::PROTOBUF_NAMESPACE_ID::MessageLite &from) final
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
void clear_elem_type ()
 
void CopyFrom (const TypeProto_Optional &from)
 
const ::onnx::TypeProtoelem_type () const
 
int GetCachedSize () const final
 
std::string GetTypeName () const final
 
bool has_elem_type () const
 
bool IsInitialized () const final
 
void MergeFrom (const TypeProto_Optional &from)
 
::onnx::TypeProtomutable_elem_type ()
 
TypeProto_OptionalNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
TypeProto_Optionaloperator= (const TypeProto_Optional &from)
 
TypeProto_Optionaloperator= (TypeProto_Optional &&from) noexcept
 
PROTOBUF_NODISCARD::onnx::TypeProto * release_elem_type ()
 
void set_allocated_elem_type (::onnx::TypeProto *elem_type)
 
void Swap (TypeProto_Optional *other)
 
::onnx::TypeProtounsafe_arena_release_elem_type ()
 
void unsafe_arena_set_allocated_elem_type (::onnx::TypeProto *elem_type)
 
void UnsafeArenaSwap (TypeProto_Optional *other)
 

Static Public Member Functions

static const TypeProto_Optionaldefault_instance ()
 
static const TypeProto_Optionalinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 

Protected Member Functions

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

Private Types

typedef void DestructorSkippable_
 
typedef void InternalArenaConstructable_
 

Private Member Functions

const ::onnx::TypeProto_internal_elem_type () const
 
bool _internal_has_elem_type () const
 
::onnx::TypeProto_internal_mutable_elem_type ()
 
void InternalSwap (TypeProto_Optional *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 (TypeProto_Optional &a, TypeProto_Optional &b)
 

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kElemTypeFieldNumber 

Constructor & Destructor Documentation

◆ TypeProto_Optional() [1/5]

onnx::TypeProto_Optional::TypeProto_Optional ( )
inline

◆ ~TypeProto_Optional()

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

◆ TypeProto_Optional() [2/5]

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

◆ TypeProto_Optional() [3/5]

onnx::TypeProto_Optional::TypeProto_Optional ( const TypeProto_Optional from)
Here is the call graph for this function:

◆ TypeProto_Optional() [4/5]

onnx::TypeProto_Optional::TypeProto_Optional ( TypeProto_Optional &&  from)
inlinenoexcept

◆ TypeProto_Optional() [5/5]

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

Member Function Documentation

◆ _internal_elem_type()

const ::onnx::TypeProto & onnx::TypeProto_Optional::_internal_elem_type ( ) const
inlineprivate
Here is the caller graph for this function:

◆ _internal_has_elem_type()

bool onnx::TypeProto_Optional::_internal_has_elem_type ( ) const
inlineprivate
Here is the caller graph for this function:

◆ _internal_mutable_elem_type()

onnx::TypeProto * onnx::TypeProto_Optional::_internal_mutable_elem_type ( )
inlineprivate
Here is the call graph for this function:
Here is the caller graph for this function:

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ ByteSizeLong()

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

◆ CheckTypeAndMergeFrom()

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

◆ Clear()

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

◆ clear_elem_type()

void onnx::TypeProto_Optional::clear_elem_type ( )
inline

◆ CopyFrom()

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

◆ default_instance()

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

◆ elem_type()

const ::onnx::TypeProto & onnx::TypeProto_Optional::elem_type ( ) const
inline

◆ FullMessageName()

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

◆ GetCachedSize()

int onnx::TypeProto_Optional::GetCachedSize ( ) const
inlinefinal
Here is the caller graph for this function:

◆ GetTypeName()

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

◆ has_elem_type()

bool onnx::TypeProto_Optional::has_elem_type ( ) const
inline

◆ internal_default_instance()

static const TypeProto_Optional * onnx::TypeProto_Optional::internal_default_instance ( )
inlinestatic
Here is the caller graph for this function:

◆ InternalSwap()

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

◆ IsInitialized()

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

◆ MergeFrom()

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

◆ mutable_elem_type()

onnx::TypeProto * onnx::TypeProto_Optional::mutable_elem_type ( )
inline

◆ New()

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

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ release_elem_type()

onnx::TypeProto * onnx::TypeProto_Optional::release_elem_type ( )
inline

◆ set_allocated_elem_type()

void onnx::TypeProto_Optional::set_allocated_elem_type ( ::onnx::TypeProto elem_type)
inline

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

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

◆ unsafe_arena_release_elem_type()

onnx::TypeProto * onnx::TypeProto_Optional::unsafe_arena_release_elem_type ( )
inline

◆ unsafe_arena_set_allocated_elem_type()

void onnx::TypeProto_Optional::unsafe_arena_set_allocated_elem_type ( ::onnx::TypeProto elem_type)
inline

◆ UnsafeArenaSwap()

void onnx::TypeProto_Optional::UnsafeArenaSwap ( TypeProto_Optional other)
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 ( TypeProto_Optional a,
TypeProto_Optional b 
)
friend

Member Data Documentation

◆ [union]

union { ... } onnx::TypeProto_Optional

◆ _impl_

Impl_ onnx::TypeProto_Optional::_impl_

◆ kIndexInFileMessages

constexpr int onnx::TypeProto_Optional::kIndexInFileMessages
staticconstexpr
Initial value:
=
22

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