|
void | CrossLinkPrototypes () |
|
| DynamicMessage (const TypeInfo *type_info) |
|
| DynamicMessage (TypeInfo *type_info, bool lock_factory) |
|
Arena * | GetArena () const override |
|
int | GetCachedSize () const override |
|
Metadata | GetMetadata () const override |
|
Message * | New () const override |
|
Message * | New (Arena *arena) const override |
|
void | SetCachedSize (int size) const override |
|
| ~DynamicMessage () |
|
size_t | ByteSizeLong () const override |
|
void | CheckInitialized () const |
|
void | CheckTypeAndMergeFrom (const MessageLite &other) override |
|
void | Clear () override |
|
virtual void | CopyFrom (const Message &from) |
|
std::string | DebugString () const |
|
virtual void | DiscardUnknownFields () |
|
void | FindInitializationErrors (std::vector< std::string > *errors) const |
|
const Descriptor * | GetDescriptor () const |
|
const Reflection * | GetReflection () const |
|
std::string | GetTypeName () const override |
|
std::string | InitializationErrorString () const override |
|
bool | IsInitialized () const override |
|
virtual void | MergeFrom (const Message &from) |
|
bool | MergePartialFromCodedStream (io::CodedInputStream *input) override |
|
| Message () |
|
Message * | New (Arena *arena) const override |
|
void | PrintDebugString () const |
|
void | SerializeWithCachedSizes (io::CodedOutputStream *output) const override |
|
std::string | ShortDebugString () const |
|
int | SpaceUsed () const |
|
virtual size_t | SpaceUsedLong () const |
|
std::string | Utf8DebugString () const |
|
| ~Message () override |
|
bool | AppendPartialToString (std::string *output) const |
|
bool | AppendToString (std::string *output) const |
|
int | ByteSize () const |
|
std::string | DebugString () const |
|
virtual void * | GetMaybeArenaPointer () const |
|
virtual uint8 * | InternalSerializeWithCachedSizesToArray (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 uint8 * | SerializeWithCachedSizesToArray (uint8 *target) const |
|
std::string | ShortDebugString () const |
|
std::string | Utf8DebugString () const |
|
virtual | ~MessageLite () |
|
Definition at line 232 of file dynamic_message.cc.