Public Types | Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
google::protobuf.internal::ImplicitWeakMessage Class Reference

#include <implicit_weak_message.h>

Inheritance diagram for google::protobuf.internal::ImplicitWeakMessage:
Inheritance graph
[legend]

Public Types

typedef void InternalArenaConstructable_
 
- 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

size_t ByteSizeLong () const override
 
void CheckTypeAndMergeFrom (const MessageLite &other) override
 
void Clear () override
 
Arena * GetArena () const override
 
int GetCachedSize () const override
 
std::string GetTypeName () const override
 
 ImplicitWeakMessage ()
 
 ImplicitWeakMessage (Arena *arena)
 
bool IsInitialized () const override
 
bool MergePartialFromCodedStream (io::CodedInputStream *input) override
 
MessageLiteNew () const override
 
MessageLiteNew (Arena *arena) const override
 
void SerializeWithCachedSizes (io::CodedOutputStream *output) const override
 
- Public Member Functions inherited from google::protobuf::MessageLite
bool AppendPartialToString (std::string *output) const
 
bool AppendToString (std::string *output) const
 
int ByteSize () const
 
std::string DebugString () const
 
virtual voidGetMaybeArenaPointer () const
 
virtual std::string InitializationErrorString () const
 
virtual uint8InternalSerializeWithCachedSizesToArray (uint8 *target) const
 
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 ()
 
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 ()
 

Static Public Member Functions

static const ImplicitWeakMessagedefault_instance ()
 

Private Member Functions

 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS (ImplicitWeakMessage)
 

Private Attributes

Arena *const arena_
 
std::string data_
 

Additional Inherited Members

- 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)
 

Detailed Description

Definition at line 55 of file implicit_weak_message.h.

Member Typedef Documentation

◆ InternalArenaConstructable_

Definition at line 93 of file implicit_weak_message.h.

Constructor & Destructor Documentation

◆ ImplicitWeakMessage() [1/2]

google::protobuf.internal::ImplicitWeakMessage::ImplicitWeakMessage ( )
inline

Definition at line 57 of file implicit_weak_message.h.

◆ ImplicitWeakMessage() [2/2]

google::protobuf.internal::ImplicitWeakMessage::ImplicitWeakMessage ( Arena *  arena)
inlineexplicit

Definition at line 58 of file implicit_weak_message.h.

Member Function Documentation

◆ ByteSizeLong()

size_t google::protobuf.internal::ImplicitWeakMessage::ByteSizeLong ( ) const
inlineoverridevirtual

Implements google::protobuf::MessageLite.

Definition at line 85 of file implicit_weak_message.h.

◆ CheckTypeAndMergeFrom()

void google::protobuf.internal::ImplicitWeakMessage::CheckTypeAndMergeFrom ( const MessageLite other)
inlineoverridevirtual

Implements google::protobuf::MessageLite.

Definition at line 75 of file implicit_weak_message.h.

◆ Clear()

void google::protobuf.internal::ImplicitWeakMessage::Clear ( )
inlineoverridevirtual

Implements google::protobuf::MessageLite.

Definition at line 71 of file implicit_weak_message.h.

◆ default_instance()

const ImplicitWeakMessage * google::protobuf.internal::ImplicitWeakMessage::default_instance ( )
static

Definition at line 66 of file implicit_weak_message.cc.

◆ GetArena()

Arena* google::protobuf.internal::ImplicitWeakMessage::GetArena ( ) const
inlineoverridevirtual

Reimplemented from google::protobuf::MessageLite.

Definition at line 69 of file implicit_weak_message.h.

◆ GetCachedSize()

int google::protobuf.internal::ImplicitWeakMessage::GetCachedSize ( ) const
inlineoverridevirtual

Implements google::protobuf::MessageLite.

Definition at line 91 of file implicit_weak_message.h.

◆ GetTypeName()

std::string google::protobuf.internal::ImplicitWeakMessage::GetTypeName ( ) const
inlineoverridevirtual

Implements google::protobuf::MessageLite.

Definition at line 62 of file implicit_weak_message.h.

◆ GOOGLE_DISALLOW_EVIL_CONSTRUCTORS()

google::protobuf.internal::ImplicitWeakMessage::GOOGLE_DISALLOW_EVIL_CONSTRUCTORS ( ImplicitWeakMessage  )
private

◆ IsInitialized()

bool google::protobuf.internal::ImplicitWeakMessage::IsInitialized ( ) const
inlineoverridevirtual

Implements google::protobuf::MessageLite.

Definition at line 73 of file implicit_weak_message.h.

◆ MergePartialFromCodedStream()

bool google::protobuf.internal::ImplicitWeakMessage::MergePartialFromCodedStream ( io::CodedInputStream input)
overridevirtual

Implements google::protobuf::MessageLite.

Definition at line 50 of file implicit_weak_message.cc.

◆ New() [1/2]

MessageLite* google::protobuf.internal::ImplicitWeakMessage::New ( ) const
inlineoverridevirtual

Implements google::protobuf::MessageLite.

Definition at line 64 of file implicit_weak_message.h.

◆ New() [2/2]

MessageLite* google::protobuf.internal::ImplicitWeakMessage::New ( Arena *  arena) const
inlineoverridevirtual

Reimplemented from google::protobuf::MessageLite.

Definition at line 65 of file implicit_weak_message.h.

◆ SerializeWithCachedSizes()

void google::protobuf.internal::ImplicitWeakMessage::SerializeWithCachedSizes ( io::CodedOutputStream output) const
inlineoverridevirtual

Reimplemented from google::protobuf::MessageLite.

Definition at line 87 of file implicit_weak_message.h.

Member Data Documentation

◆ arena_

Arena* const google::protobuf.internal::ImplicitWeakMessage::arena_
private

Definition at line 96 of file implicit_weak_message.h.

◆ data_

std::string google::protobuf.internal::ImplicitWeakMessage::data_
private

Definition at line 97 of file implicit_weak_message.h.


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


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