Shaka Player Embedded
Classes | Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Friends | List of all members
shaka::proto::Object_Entry Class Reference

#include <database.pb.h>

Inheritance diagram for shaka::proto::Object_Entry:

Classes

class  _Internal
 

Public Types

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

Public Member Functions

 Object_Entry ()
 
virtual ~Object_Entry ()
 
 Object_Entry (const Object_Entry &from)
 
 Object_Entry (Object_Entry &&from) noexcept
 
Object_Entryoperator= (const Object_Entry &from)
 
Object_Entryoperator= (Object_Entry &&from) noexcept
 
const std::string & unknown_fields () const
 
std::string * mutable_unknown_fields ()
 
void Swap (Object_Entry *other)
 
Object_EntryNew () const final
 
Object_EntryNew (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
 
void CheckTypeAndMergeFrom (const ::PROTOBUF_NAMESPACE_ID::MessageLite &from) final
 
void CopyFrom (const Object_Entry &from)
 
void MergeFrom (const Object_Entry &from)
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
bool IsInitialized () const final
 
size_t ByteSizeLong () const final
 
bool MergePartialFromCodedStream (::PROTOBUF_NAMESPACE_ID::io::CodedInputStream *input) final
 
void SerializeWithCachedSizes (::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream *output) const final
 
void DiscardUnknownFields ()
 
int GetCachedSize () const final
 
std::string GetTypeName () const final
 
bool has_key () const
 
void clear_key ()
 
const std::string & key () const
 
void set_key (const std::string &value)
 
void set_key (std::string &&value)
 
void set_key (const char *value)
 
void set_key (const char *value, size_t size)
 
std::string * mutable_key ()
 
std::string * release_key ()
 
void set_allocated_key (std::string *key)
 
bool has_value () const
 
void clear_value ()
 
const ::shaka::proto::Valuevalue () const
 
::shaka::proto::Valuerelease_value ()
 
::shaka::proto::Valuemutable_value ()
 
void set_allocated_value (::shaka::proto::Value *value)
 

Static Public Member Functions

static const Object_Entrydefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const Object_Entryinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 

Friends

class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
 
struct ::TableStruct_shaka_2fsrc_2fjs_2fidb_2fdatabase_2eproto
 
void swap (Object_Entry &a, Object_Entry &b)
 

Detailed Description

Definition at line 120 of file database.pb.h.

Member Enumeration Documentation

§ anonymous enum

anonymous enum : int
Enumerator
kKeyFieldNumber 
kValueFieldNumber 

Definition at line 222 of file database.pb.h.

Constructor & Destructor Documentation

§ Object_Entry() [1/3]

shaka::proto::Object_Entry::Object_Entry ( )

Definition at line 231 of file database.pb.cc.

§ ~Object_Entry()

shaka::proto::Object_Entry::~Object_Entry ( )
virtual

Definition at line 259 of file database.pb.cc.

§ Object_Entry() [2/3]

shaka::proto::Object_Entry::Object_Entry ( const Object_Entry from)

Definition at line 236 of file database.pb.cc.

§ Object_Entry() [3/3]

shaka::proto::Object_Entry::Object_Entry ( Object_Entry &&  from)
inlinenoexcept

Definition at line 127 of file database.pb.h.

Member Function Documentation

§ ByteSizeLong()

size_t shaka::proto::Object_Entry::ByteSizeLong ( ) const
final

Definition at line 445 of file database.pb.cc.

§ CheckTypeAndMergeFrom()

void shaka::proto::Object_Entry::CheckTypeAndMergeFrom ( const ::PROTOBUF_NAMESPACE_ID::MessageLite &  from)
final

Definition at line 474 of file database.pb.cc.

§ Clear()

void shaka::proto::Object_Entry::Clear ( )
final

Definition at line 278 of file database.pb.cc.

§ clear_key()

void shaka::proto::Object_Entry::clear_key ( )
inline

Definition at line 614 of file database.pb.h.

§ clear_value()

void shaka::proto::Object_Entry::clear_value ( )
inline

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

§ CopyFrom()

void shaka::proto::Object_Entry::CopyFrom ( const Object_Entry from)

Definition at line 499 of file database.pb.cc.

§ default_instance()

const Object_Entry & shaka::proto::Object_Entry::default_instance ( )
static

Definition at line 272 of file database.pb.cc.

§ DiscardUnknownFields()

void shaka::proto::Object_Entry::DiscardUnknownFields ( )

§ GetCachedSize()

int shaka::proto::Object_Entry::GetCachedSize ( ) const
inlinefinal

Definition at line 196 of file database.pb.h.

§ GetTypeName()

std::string shaka::proto::Object_Entry::GetTypeName ( ) const
final

Definition at line 523 of file database.pb.cc.

§ has_key()

bool shaka::proto::Object_Entry::has_key ( ) const
inline

Definition at line 611 of file database.pb.h.

§ has_value()

bool shaka::proto::Object_Entry::has_value ( ) const
inline

Definition at line 669 of file database.pb.h.

§ InitAsDefaultInstance()

void shaka::proto::Object_Entry::InitAsDefaultInstance ( )
static

Definition at line 211 of file database.pb.cc.

§ internal_default_instance()

static const Object_Entry* shaka::proto::Object_Entry::internal_default_instance ( )
inlinestatic

Definition at line 155 of file database.pb.h.

§ IsInitialized()

bool shaka::proto::Object_Entry::IsInitialized ( ) const
final

Definition at line 506 of file database.pb.cc.

§ key()

const std::string & shaka::proto::Object_Entry::key ( ) const
inline

Definition at line 618 of file database.pb.h.

§ MergeFrom()

void shaka::proto::Object_Entry::MergeFrom ( const Object_Entry from)

Definition at line 480 of file database.pb.cc.

§ MergePartialFromCodedStream()

bool shaka::proto::Object_Entry::MergePartialFromCodedStream ( ::PROTOBUF_NAMESPACE_ID::io::CodedInputStream *  input)
final

Definition at line 342 of file database.pb.cc.

§ mutable_key()

std::string * shaka::proto::Object_Entry::mutable_key ( )
inline

Definition at line 645 of file database.pb.h.

§ mutable_unknown_fields()

std::string* shaka::proto::Object_Entry::mutable_unknown_fields ( )
inline

Definition at line 148 of file database.pb.h.

§ mutable_value()

shaka::proto::Value * shaka::proto::Object_Entry::mutable_value ( )
inline

Definition at line 689 of file database.pb.h.

§ New() [1/2]

Object_Entry* shaka::proto::Object_Entry::New ( ) const
inlinefinal

Definition at line 172 of file database.pb.h.

§ New() [2/2]

Object_Entry* shaka::proto::Object_Entry::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena) const
inlinefinal

Definition at line 176 of file database.pb.h.

§ operator=() [1/2]

Object_Entry& shaka::proto::Object_Entry::operator= ( const Object_Entry from)
inline

Definition at line 132 of file database.pb.h.

§ operator=() [2/2]

Object_Entry& shaka::proto::Object_Entry::operator= ( Object_Entry &&  from)
inlinenoexcept

Definition at line 136 of file database.pb.h.

§ release_key()

std::string * shaka::proto::Object_Entry::release_key ( )
inline

Definition at line 650 of file database.pb.h.

§ release_value()

shaka::proto::Value * shaka::proto::Object_Entry::release_value ( )
inline

Definition at line 682 of file database.pb.h.

§ SerializeWithCachedSizes()

void shaka::proto::Object_Entry::SerializeWithCachedSizes ( ::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream *  output) const
final

Definition at line 401 of file database.pb.cc.

§ set_allocated_key()

void shaka::proto::Object_Entry::set_allocated_key ( std::string *  key)
inline

Definition at line 658 of file database.pb.h.

§ set_allocated_value()

void shaka::proto::Object_Entry::set_allocated_value ( ::shaka::proto::Value value)
inline

Definition at line 698 of file database.pb.h.

§ set_key() [1/4]

void shaka::proto::Object_Entry::set_key ( const std::string &  value)
inline

Definition at line 622 of file database.pb.h.

§ set_key() [2/4]

void shaka::proto::Object_Entry::set_key ( std::string &&  value)
inline

Definition at line 627 of file database.pb.h.

§ set_key() [3/4]

void shaka::proto::Object_Entry::set_key ( const char *  value)
inline

Definition at line 633 of file database.pb.h.

§ set_key() [4/4]

void shaka::proto::Object_Entry::set_key ( const char *  value,
size_t  size 
)
inline

Definition at line 639 of file database.pb.h.

§ Swap()

void shaka::proto::Object_Entry::Swap ( Object_Entry other)
inline

Definition at line 165 of file database.pb.h.

§ unknown_fields()

const std::string& shaka::proto::Object_Entry::unknown_fields ( ) const
inline

Definition at line 145 of file database.pb.h.

§ value()

const ::shaka::proto::Value & shaka::proto::Object_Entry::value ( ) const
inline

Definition at line 676 of file database.pb.h.

Friends And Related Function Documentation

§ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 203 of file database.pb.h.

§ ::TableStruct_shaka_2fsrc_2fjs_2fidb_2fdatabase_2eproto

Definition at line 258 of file database.pb.h.

§ swap

void swap ( Object_Entry a,
Object_Entry b 
)
friend

Definition at line 162 of file database.pb.h.

Member Data Documentation

§ kIndexInFileMessages

constexpr int shaka::proto::Object_Entry::kIndexInFileMessages
static
Initial value:
=
0

Definition at line 159 of file database.pb.h.


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