|
| constexpr | Message () |
| |
| Message * | New () const |
| |
| Message * | New (Arena *arena) const override=0 |
| |
| void | CopyFrom (const Message &from) |
| |
| virtual void | MergeFrom (const Message &from) |
| |
| void | CheckInitialized () const |
| |
| void | FindInitializationErrors (std::vector< std::string > *errors) const |
| |
| std::string | InitializationErrorString () const override |
| |
| void | DiscardUnknownFields () |
| |
| virtual size_t | SpaceUsedLong () const |
| |
| int | SpaceUsed () const |
| |
| std::string | DebugString () const |
| |
| std::string | ShortDebugString () const |
| |
| std::string | Utf8DebugString () const |
| |
| void | PrintDebugString () const |
| |
| std::string | GetTypeName () const override |
| |
| void | Clear () override |
| |
| bool | IsInitialized () const override |
| |
| void | CheckTypeAndMergeFrom (const MessageLite &other) override |
| |
| const char * | _InternalParse (const char *ptr, internal::ParseContext *ctx) override |
| |
| size_t | ByteSizeLong () const override |
| |
| uint8_t * | _InternalSerialize (uint8_t *target, io::EpsCopyOutputStream *stream) const override |
| |
| const Descriptor * | GetDescriptor () const |
| |
| const Reflection * | GetReflection () const |
| |
| constexpr | MessageLite () |
| |
| virtual | ~MessageLite ()=default |
| |
| MessageLite * | New () const |
| |
| Arena * | GetArena () const |
| |
| std::string | DebugString () const |
| |
| std::string | ShortDebugString () const |
| |
| std::string | Utf8DebugString () const |
| |
| PROTOBUF_ATTRIBUTE_REINITIALIZES bool | ParseFromCodedStream (io::CodedInputStream *input) |
| |
| PROTOBUF_ATTRIBUTE_REINITIALIZES bool | ParsePartialFromCodedStream (io::CodedInputStream *input) |
| |
| PROTOBUF_ATTRIBUTE_REINITIALIZES bool | ParseFromZeroCopyStream (io::ZeroCopyInputStream *input) |
| |
| PROTOBUF_ATTRIBUTE_REINITIALIZES bool | ParsePartialFromZeroCopyStream (io::ZeroCopyInputStream *input) |
| |
| PROTOBUF_ATTRIBUTE_REINITIALIZES bool | ParseFromFileDescriptor (int file_descriptor) |
| |
| PROTOBUF_ATTRIBUTE_REINITIALIZES bool | ParsePartialFromFileDescriptor (int file_descriptor) |
| |
| PROTOBUF_ATTRIBUTE_REINITIALIZES bool | ParseFromIstream (std::istream *input) |
| |
| PROTOBUF_ATTRIBUTE_REINITIALIZES bool | ParsePartialFromIstream (std::istream *input) |
| |
| bool | MergePartialFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size) |
| |
| bool | MergeFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size) |
| |
| PROTOBUF_ATTRIBUTE_REINITIALIZES bool | ParseFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size) |
| |
| PROTOBUF_ATTRIBUTE_REINITIALIZES bool | ParsePartialFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size) |
| |
| PROTOBUF_ATTRIBUTE_REINITIALIZES bool | ParseFromString (ConstStringParam data) |
| |
| PROTOBUF_ATTRIBUTE_REINITIALIZES bool | ParsePartialFromString (ConstStringParam data) |
| |
| PROTOBUF_ATTRIBUTE_REINITIALIZES bool | ParseFromArray (const void *data, int size) |
| |
| PROTOBUF_ATTRIBUTE_REINITIALIZES bool | ParsePartialFromArray (const void *data, int size) |
| |
| bool | MergeFromCodedStream (io::CodedInputStream *input) |
| |
| bool | MergePartialFromCodedStream (io::CodedInputStream *input) |
| |
| bool | MergeFromString (ConstStringParam data) |
| |
| bool | SerializeToCodedStream (io::CodedOutputStream *output) const |
| |
| bool | SerializePartialToCodedStream (io::CodedOutputStream *output) const |
| |
| bool | SerializeToZeroCopyStream (io::ZeroCopyOutputStream *output) const |
| |
| bool | SerializePartialToZeroCopyStream (io::ZeroCopyOutputStream *output) const |
| |
| bool | SerializeToString (std::string *output) const |
| |
| bool | SerializePartialToString (std::string *output) const |
| |
| bool | SerializeToArray (void *data, int size) const |
| |
| bool | SerializePartialToArray (void *data, int size) const |
| |
| std::string | SerializeAsString () const |
| |
| std::string | SerializePartialAsString () const |
| |
| bool | SerializeToFileDescriptor (int file_descriptor) const |
| |
| bool | SerializePartialToFileDescriptor (int file_descriptor) const |
| |
| bool | SerializeToOstream (std::ostream *output) const |
| |
| bool | SerializePartialToOstream (std::ostream *output) const |
| |
| bool | AppendToString (std::string *output) const |
| |
| bool | AppendPartialToString (std::string *output) const |
| |
| int | ByteSize () const |
| |
| void | SerializeWithCachedSizes (io::CodedOutputStream *output) const |
| |
| uint8_t * | SerializeWithCachedSizesToArray (uint8_t *target) const |
| |
| virtual int | GetCachedSize () const =0 |
| |
| virtual void | OnDemandRegisterArenaDtor (Arena *) |
| |
| template<ParseFlags flags, typename T > |
| bool | ParseFrom (const T &input) |
| |
| bool | IsInitializedWithErrors () const |
| |
Definition at line 240 of file message.h.