Public Types | Public Member Functions | Private Member Functions | List of all members
google::protobuf.internal::MapEntryLite< T, Key, Value, kKeyFieldType, kValueFieldType, default_enum_value > Class Template Reference

#include <map_entry_lite.h>

Inheritance diagram for google::protobuf.internal::MapEntryLite< T, Key, Value, kKeyFieldType, kValueFieldType, default_enum_value >:
Inheritance graph
[legend]

Public Types

typedef MapEntryImpl< T, MessageLite, Key, Value, kKeyFieldType, kValueFieldType, default_enum_value > SuperType
 
- Public Types inherited from google::protobuf.internal::MapEntryImpl< T, MessageLite, Key, Value, kKeyFieldType, kValueFieldType, default_enum_value >
typedef Key EntryKeyType
 
typedef T EntryType
 
typedef Value EntryValueType
 
typedef MapEntryFuncs< Key, Value, kKeyFieldType, kValueFieldType > Funcs
 
typedef void MapEntryHasMergeTypeTrait
 
- Public Types inherited from google::protobuf::MessageLite
enum  ParseFlags {
  kMerge = 0, kParse = 1, kMergePartial = 2, kParsePartial = 3,
  kMergeWithAliasing = 4, kParseWithAliasing = 5, kMergePartialWithAliasing = 6, kParsePartialWithAliasing = 7
}
 

Public Member Functions

 MapEntryLite ()
 
 MapEntryLite (Arena *arena)
 
void MergeFrom (const MapEntryLite &other)
 
- Public Member Functions inherited from google::protobuf.internal::MapEntryImpl< T, MessageLite, Key, Value, kKeyFieldType, kValueFieldType, default_enum_value >
size_t ByteSizeLong () const override
 
void CheckTypeAndMergeFrom (const MessageLite &other) override
 
void Clear () override
 
Arena * GetArena () const override
 
Arena * GetArenaNoVirtual () const
 
int GetCachedSize () const override
 
std::string GetTypeName () const override
 
::google::protobuf::uint8InternalSerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const override
 
bool IsInitialized () const override
 
virtual const KeyMapEntryAccessorTypekey () const
 
 MapEntryImpl ()
 
 MapEntryImpl (Arena *arena)
 
bool MergePartialFromCodedStream (io::CodedInputStream *input) override
 
KeyMapEntryAccessorTypemutable_key ()
 
ValueMapEntryAccessorTypemutable_value ()
 
MessageLiteNew () const override
 
MessageLiteNew (Arena *arena) const override
 
void SerializeWithCachedSizes (io::CodedOutputStream *output) const override
 
virtual const ValueMapEntryAccessorTypevalue () const
 
 ~MapEntryImpl ()
 
- Public Member Functions inherited from google::protobuf::MessageLite
bool AppendPartialToString (std::string *output) const
 
bool AppendToString (std::string *output) const
 
int ByteSize () const
 
virtual size_t ByteSizeLong () const =0
 
std::string DebugString () const
 
virtual Arena * GetArena () const
 
virtual int GetCachedSize () const =0
 
virtual voidGetMaybeArenaPointer () const
 
virtual std::string GetTypeName () const =0
 
virtual std::string InitializationErrorString () const
 
virtual uint8InternalSerializeWithCachedSizesToArray (uint8 *target) const
 
virtual bool IsInitialized () const =0
 
bool MergeFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool MergeFromCodedStream (io::CodedInputStream *input)
 
bool MergeFromString (const std::string &data)
 
bool MergePartialFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
 MessageLite ()
 
virtual MessageLiteNew () const =0
 
template<ParseFlags flags, typename T >
bool ParseFrom (const T &input)
 
bool ParseFromArray (const void *data, int size)
 
bool ParseFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParseFromCodedStream (io::CodedInputStream *input)
 
bool ParseFromFileDescriptor (int file_descriptor)
 
bool ParseFromIstream (std::istream *input)
 
bool ParseFromString (const std::string &data)
 
bool ParseFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParsePartialFromArray (const void *data, int size)
 
bool ParsePartialFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParsePartialFromCodedStream (io::CodedInputStream *input)
 
bool ParsePartialFromFileDescriptor (int file_descriptor)
 
bool ParsePartialFromIstream (std::istream *input)
 
bool ParsePartialFromString (const std::string &data)
 
bool ParsePartialFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
std::string SerializeAsString () const
 
std::string SerializePartialAsString () const
 
bool SerializePartialToArray (void *data, int size) const
 
bool SerializePartialToCodedStream (io::CodedOutputStream *output) const
 
bool SerializePartialToFileDescriptor (int file_descriptor) const
 
bool SerializePartialToOstream (std::ostream *output) const
 
bool SerializePartialToString (std::string *output) const
 
bool SerializePartialToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializeToArray (void *data, int size) const
 
bool SerializeToCodedStream (io::CodedOutputStream *output) const
 
bool SerializeToFileDescriptor (int file_descriptor) const
 
bool SerializeToOstream (std::ostream *output) const
 
bool SerializeToString (std::string *output) const
 
bool SerializeToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
virtual uint8SerializeWithCachedSizesToArray (uint8 *target) const
 
std::string ShortDebugString () const
 
std::string Utf8DebugString () const
 
virtual ~MessageLite ()
 

Private Member Functions

 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS (MapEntryLite)
 

Additional Inherited Members

- Static Public Member Functions inherited from google::protobuf.internal::MapEntryImpl< T, MessageLite, Key, Value, kKeyFieldType, kValueFieldType, default_enum_value >
static void InitAsDefaultInstance ()
 
- Public Attributes inherited from google::protobuf.internal::MapEntryImpl< T, MessageLite, Key, Value, kKeyFieldType, kValueFieldType, default_enum_value >
uint32 _has_bits_ [1]
 
Arena * arena_
 
KeyOnMemory key_
 
ValueOnMemory value_
 
- Static Public Attributes inherited from google::protobuf.internal::MapEntryImpl< T, MessageLite, Key, Value, kKeyFieldType, kValueFieldType, default_enum_value >
static const int kEntryDefaultEnumValue
 
static const WireFormatLite::FieldType kEntryKeyFieldType
 
static const WireFormatLite::FieldType kEntryValueFieldType
 
- Protected Types inherited from google::protobuf.internal::MapEntryImpl< T, MessageLite, Key, Value, kKeyFieldType, kValueFieldType, default_enum_value >
typedef KeyTypeHandler::MapEntryAccessorType KeyMapEntryAccessorType
 
typedef KeyTypeHandler::TypeOnMemory KeyOnMemory
 
typedef MapTypeHandler< kKeyFieldType, Key > KeyTypeHandler
 
typedef ValueTypeHandler::MapEntryAccessorType ValueMapEntryAccessorType
 
typedef ValueTypeHandler::TypeOnMemory ValueOnMemory
 
typedef MapTypeHandler< kValueFieldType, ValueValueTypeHandler
 
- Protected Member Functions inherited from google::protobuf.internal::MapEntryImpl< T, MessageLite, Key, Value, kKeyFieldType, kValueFieldType, default_enum_value >
void clear_has_key ()
 
void clear_has_value ()
 
bool has_key () const
 
bool has_value () const
 
void MergeFromInternal (const MapEntryImpl &from)
 
void set_has_key ()
 
void set_has_value ()
 
- Static Protected Member Functions inherited from google::protobuf::MessageLite
template<typename T >
static const internal::RepeatedPtrFieldBaseCastToBase (const RepeatedPtrField< T > &repeated)
 
template<typename T >
static internal::RepeatedPtrFieldBaseCastToBase (RepeatedPtrField< T > *repeated)
 
template<typename T >
static TCreateMaybeMessage (Arena *arena)
 
- Static Protected Attributes inherited from google::protobuf.internal::MapEntryImpl< T, MessageLite, Key, Value, kKeyFieldType, kValueFieldType, default_enum_value >
static const int kKeyFieldNumber
 
static const uint8 kKeyTag
 
static const size_t kTagSize
 
static const int kValueFieldNumber
 
static const uint8 kValueTag
 

Detailed Description

template<typename T, typename Key, typename Value, WireFormatLite::FieldType kKeyFieldType, WireFormatLite::FieldType kValueFieldType, int default_enum_value>
class google::protobuf.internal::MapEntryLite< T, Key, Value, kKeyFieldType, kValueFieldType, default_enum_value >

Definition at line 597 of file map_entry_lite.h.

Member Typedef Documentation

◆ SuperType

template<typename T , typename Key , typename Value , WireFormatLite::FieldType kKeyFieldType, WireFormatLite::FieldType kValueFieldType, int default_enum_value>
typedef MapEntryImpl<T, MessageLite, Key, Value, kKeyFieldType, kValueFieldType, default_enum_value> google::protobuf.internal::MapEntryLite< T, Key, Value, kKeyFieldType, kValueFieldType, default_enum_value >::SuperType

Definition at line 603 of file map_entry_lite.h.

Constructor & Destructor Documentation

◆ MapEntryLite() [1/2]

template<typename T , typename Key , typename Value , WireFormatLite::FieldType kKeyFieldType, WireFormatLite::FieldType kValueFieldType, int default_enum_value>
google::protobuf.internal::MapEntryLite< T, Key, Value, kKeyFieldType, kValueFieldType, default_enum_value >::MapEntryLite ( )
inline

Definition at line 604 of file map_entry_lite.h.

◆ MapEntryLite() [2/2]

template<typename T , typename Key , typename Value , WireFormatLite::FieldType kKeyFieldType, WireFormatLite::FieldType kValueFieldType, int default_enum_value>
google::protobuf.internal::MapEntryLite< T, Key, Value, kKeyFieldType, kValueFieldType, default_enum_value >::MapEntryLite ( Arena *  arena)
inlineexplicit

Definition at line 605 of file map_entry_lite.h.

Member Function Documentation

◆ GOOGLE_DISALLOW_EVIL_CONSTRUCTORS()

template<typename T , typename Key , typename Value , WireFormatLite::FieldType kKeyFieldType, WireFormatLite::FieldType kValueFieldType, int default_enum_value>
google::protobuf.internal::MapEntryLite< T, Key, Value, kKeyFieldType, kValueFieldType, default_enum_value >::GOOGLE_DISALLOW_EVIL_CONSTRUCTORS ( MapEntryLite< T, Key, Value, kKeyFieldType, kValueFieldType, default_enum_value >  )
private

◆ MergeFrom()

template<typename T , typename Key , typename Value , WireFormatLite::FieldType kKeyFieldType, WireFormatLite::FieldType kValueFieldType, int default_enum_value>
void google::protobuf.internal::MapEntryLite< T, Key, Value, kKeyFieldType, kValueFieldType, default_enum_value >::MergeFrom ( const MapEntryLite< T, Key, Value, kKeyFieldType, kValueFieldType, default_enum_value > &  other)
inline

Definition at line 606 of file map_entry_lite.h.


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


libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:09