|
| Type () |
|
virtual | ~Type () |
|
| Type (const Type &from) |
|
Type & | operator= (const Type &from) |
|
void | Swap (Type *other) |
|
Type * | New () const |
|
Type * | New (::google::protobuf::Arena *arena) const |
|
void | CopyFrom (const ::google::protobuf::Message &from) |
|
void | MergeFrom (const ::google::protobuf::Message &from) |
|
void | CopyFrom (const Type &from) |
|
void | MergeFrom (const Type &from) |
|
void | Clear () |
|
bool | IsInitialized () const |
|
int | ByteSize () const |
|
bool | MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) |
|
void | SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const |
|
::google::protobuf::uint8 * | SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const |
|
int | GetCachedSize () const |
|
::google::protobuf::Metadata | GetMetadata () const |
|
void | clear_name () |
|
const ::std::string & | name () const |
|
void | set_name (const ::std::string &value) |
|
void | set_name (const char *value) |
|
void | set_name (const char *value, size_t size) |
|
::std::string * | mutable_name () |
|
::std::string * | release_name () |
|
void | set_allocated_name (::std::string *name) |
|
int | fields_size () const |
|
void | clear_fields () |
|
const ::google::protobuf::Field & | fields (int index) const |
|
::google::protobuf::Field * | mutable_fields (int index) |
|
::google::protobuf::Field * | add_fields () |
|
::google::protobuf::RepeatedPtrField< ::google::protobuf::Field > * | mutable_fields () |
|
const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Field > & | fields () const |
|
int | oneofs_size () const |
|
void | clear_oneofs () |
|
const ::std::string & | oneofs (int index) const |
|
::std::string * | mutable_oneofs (int index) |
|
void | set_oneofs (int index, const ::std::string &value) |
|
void | set_oneofs (int index, const char *value) |
|
void | set_oneofs (int index, const char *value, size_t size) |
|
::std::string * | add_oneofs () |
|
void | add_oneofs (const ::std::string &value) |
|
void | add_oneofs (const char *value) |
|
void | add_oneofs (const char *value, size_t size) |
|
const ::google::protobuf::RepeatedPtrField< ::std::string > & | oneofs () const |
|
::google::protobuf::RepeatedPtrField< ::std::string > * | mutable_oneofs () |
|
int | options_size () const |
|
void | clear_options () |
|
const ::google::protobuf::Option & | options (int index) const |
|
::google::protobuf::Option * | mutable_options (int index) |
|
::google::protobuf::Option * | add_options () |
|
::google::protobuf::RepeatedPtrField< ::google::protobuf::Option > * | mutable_options () |
|
const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option > & | options () const |
|
bool | has_source_context () const |
|
void | clear_source_context () |
|
const ::google::protobuf::SourceContext & | source_context () const |
|
::google::protobuf::SourceContext * | mutable_source_context () |
|
::google::protobuf::SourceContext * | release_source_context () |
|
void | set_allocated_source_context (::google::protobuf::SourceContext *source_context) |
|
void | clear_syntax () |
|
::google::protobuf::Syntax | syntax () const |
|
void | set_syntax (::google::protobuf::Syntax value) |
|
| Message () |
|
virtual | ~Message () |
|
virtual void | CopyFrom (const Message &from) |
|
virtual void | MergeFrom (const Message &from) |
|
void | CheckInitialized () const |
|
void | FindInitializationErrors (std::vector< string > *errors) const |
|
string | InitializationErrorString () const |
|
virtual void | DiscardUnknownFields () |
|
virtual int | SpaceUsed () const |
|
string | DebugString () const |
|
string | ShortDebugString () const |
|
string | Utf8DebugString () const |
|
void | PrintDebugString () const |
|
bool | ParseFromFileDescriptor (int file_descriptor) |
|
bool | ParsePartialFromFileDescriptor (int file_descriptor) |
|
bool | ParseFromIstream (istream *input) |
|
bool | ParsePartialFromIstream (istream *input) |
|
bool | SerializeToFileDescriptor (int file_descriptor) const |
|
bool | SerializePartialToFileDescriptor (int file_descriptor) const |
|
bool | SerializeToOstream (ostream *output) const |
|
bool | SerializePartialToOstream (ostream *output) const |
|
virtual string | GetTypeName () const |
|
virtual void | CheckTypeAndMergeFrom (const MessageLite &other) |
|
virtual bool | MergePartialFromCodedStream (io::CodedInputStream *input) |
|
virtual void | SerializeWithCachedSizes (io::CodedOutputStream *output) const |
|
const Descriptor * | GetDescriptor () const |
|
virtual const Reflection * | GetReflection () const |
|
| MessageLite () |
|
virtual | ~MessageLite () |
|
virtual ::google::protobuf::Arena * | GetArena () const |
|
virtual void * | GetMaybeArenaPointer () const |
|
bool | ParseFromCodedStream (io::CodedInputStream *input) |
|
bool | ParsePartialFromCodedStream (io::CodedInputStream *input) |
|
bool | ParseFromZeroCopyStream (io::ZeroCopyInputStream *input) |
|
bool | ParsePartialFromZeroCopyStream (io::ZeroCopyInputStream *input) |
|
bool | ParseFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size) |
|
bool | ParsePartialFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size) |
|
bool | ParseFromString (const string &data) |
|
bool | ParsePartialFromString (const string &data) |
|
bool | ParseFromArray (const void *data, int size) |
|
bool | ParsePartialFromArray (const void *data, int size) |
|
bool | MergeFromCodedStream (io::CodedInputStream *input) |
|
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 (string *output) const |
|
bool | SerializePartialToString (string *output) const |
|
bool | SerializeToArray (void *data, int size) const |
|
bool | SerializePartialToArray (void *data, int size) const |
|
string | SerializeAsString () const |
|
string | SerializePartialAsString () const |
|
bool | AppendToString (string *output) const |
|
bool | AppendPartialToString (string *output) const |
|
virtual uint8 * | SerializeWithCachedSizesToArray (uint8 *target) const |
|