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

#include "onnx.proto3.pb.h"

Inheritance diagram for onnx::StringStringEntryProto:
Collaboration diagram for onnx::StringStringEntryProto:

Classes

class  _Internal
 
struct  Impl_
 

Public Types

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

Public Member Functions

 StringStringEntryProto ()
 
PROTOBUF_CONSTEXPR StringStringEntryProto (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 StringStringEntryProto (const StringStringEntryProto &from)
 
 StringStringEntryProto (StringStringEntryProto &&from) noexcept
 
 ~StringStringEntryProto () 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_key ()
 
void clear_value ()
 
void CopyFrom (const StringStringEntryProto &from)
 
int GetCachedSize () const final
 
std::string GetTypeName () const final
 
bool IsInitialized () const final
 
const std::string & key () const
 
void MergeFrom (const StringStringEntryProto &from)
 
std::string * mutable_key ()
 
std::string * mutable_value ()
 
StringStringEntryProtoNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
StringStringEntryProtooperator= (const StringStringEntryProto &from)
 
StringStringEntryProtooperator= (StringStringEntryProto &&from) noexcept
 
PROTOBUF_NODISCARD std::string * release_key ()
 
PROTOBUF_NODISCARD std::string * release_value ()
 
void set_allocated_key (std::string *key)
 
void set_allocated_value (std::string *value)
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_key (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_key (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_value (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_value (ArgT0 &&arg0, ArgT... args)
 
void Swap (StringStringEntryProto *other)
 
void UnsafeArenaSwap (StringStringEntryProto *other)
 
const std::string & value () const
 

Static Public Member Functions

static const StringStringEntryProtodefault_instance ()
 
static const StringStringEntryProtointernal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 

Protected Member Functions

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

Private Types

typedef void DestructorSkippable_
 
typedef void InternalArenaConstructable_
 

Private Member Functions

const std::string & _internal_key () const
 
std::string * _internal_mutable_key ()
 
std::string * _internal_mutable_value ()
 
PROTOBUF_ALWAYS_INLINE void _internal_set_key (const std::string &value)
 
PROTOBUF_ALWAYS_INLINE void _internal_set_value (const std::string &value)
 
const std::string & _internal_value () const
 
void InternalSwap (StringStringEntryProto *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 (StringStringEntryProto &a, StringStringEntryProto &b)
 

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kKeyFieldNumber 
kValueFieldNumber 

Constructor & Destructor Documentation

◆ StringStringEntryProto() [1/5]

onnx::StringStringEntryProto::StringStringEntryProto ( )
inline

◆ ~StringStringEntryProto()

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

◆ StringStringEntryProto() [2/5]

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

◆ StringStringEntryProto() [3/5]

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

◆ StringStringEntryProto() [4/5]

onnx::StringStringEntryProto::StringStringEntryProto ( StringStringEntryProto &&  from)
inlinenoexcept

◆ StringStringEntryProto() [5/5]

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

Member Function Documentation

◆ _internal_key()

const std::string & onnx::StringStringEntryProto::_internal_key ( ) const
inlineprivate
Here is the caller graph for this function:

◆ _internal_mutable_key()

std::string * onnx::StringStringEntryProto::_internal_mutable_key ( )
inlineprivate
Here is the caller graph for this function:

◆ _internal_mutable_value()

std::string * onnx::StringStringEntryProto::_internal_mutable_value ( )
inlineprivate
Here is the caller graph for this function:

◆ _internal_set_key()

void onnx::StringStringEntryProto::_internal_set_key ( const std::string &  value)
inlineprivate
Here is the caller graph for this function:

◆ _internal_set_value()

void onnx::StringStringEntryProto::_internal_set_value ( const std::string &  value)
inlineprivate
Here is the caller graph for this function:

◆ _internal_value()

const std::string & onnx::StringStringEntryProto::_internal_value ( ) const
inlineprivate
Here is the caller graph for this function:

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ ByteSizeLong()

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

◆ CheckTypeAndMergeFrom()

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

◆ Clear()

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

◆ clear_key()

void onnx::StringStringEntryProto::clear_key ( )
inline

◆ clear_value()

void onnx::StringStringEntryProto::clear_value ( )
inline

◆ CopyFrom()

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

◆ default_instance()

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

◆ FullMessageName()

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

◆ GetCachedSize()

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

◆ GetTypeName()

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

◆ internal_default_instance()

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

◆ InternalSwap()

void onnx::StringStringEntryProto::InternalSwap ( StringStringEntryProto other)
private
Here is the call graph for this function:
Here is the caller graph for this function:

◆ IsInitialized()

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

◆ key()

const std::string & onnx::StringStringEntryProto::key ( ) const
inline

◆ MergeFrom()

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

◆ mutable_key()

std::string * onnx::StringStringEntryProto::mutable_key ( )
inline

◆ mutable_value()

std::string * onnx::StringStringEntryProto::mutable_value ( )
inline

◆ New()

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

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ release_key()

std::string * onnx::StringStringEntryProto::release_key ( )
inline

◆ release_value()

std::string * onnx::StringStringEntryProto::release_value ( )
inline

◆ set_allocated_key()

void onnx::StringStringEntryProto::set_allocated_key ( std::string *  key)
inline

◆ set_allocated_value()

void onnx::StringStringEntryProto::set_allocated_value ( std::string *  value)
inline

◆ set_key() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void onnx::StringStringEntryProto::set_key ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_key() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void onnx::StringStringEntryProto::set_key ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

◆ set_value() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void onnx::StringStringEntryProto::set_value ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_value() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void onnx::StringStringEntryProto::set_value ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

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

◆ UnsafeArenaSwap()

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

◆ value()

const std::string & onnx::StringStringEntryProto::value ( ) 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 ( StringStringEntryProto a,
StringStringEntryProto b 
)
friend

Member Data Documentation

◆ [union]

◆ _impl_

Impl_ onnx::StringStringEntryProto::_impl_

◆ kIndexInFileMessages

constexpr int onnx::StringStringEntryProto::kIndexInFileMessages
staticconstexpr
Initial value:
=
11

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