|
| FileDescriptorProto () |
|
virtual | ~FileDescriptorProto () |
|
| FileDescriptorProto (const FileDescriptorProto &from) |
|
FileDescriptorProto & | operator= (const FileDescriptorProto &from) |
|
const
::google::protobuf::UnknownFieldSet & | unknown_fields () const |
|
inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
|
void | Swap (FileDescriptorProto *other) |
|
FileDescriptorProto * | New () const |
|
void | CopyFrom (const ::google::protobuf::Message &from) |
|
void | MergeFrom (const ::google::protobuf::Message &from) |
|
void | CopyFrom (const FileDescriptorProto &from) |
|
void | MergeFrom (const FileDescriptorProto &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 |
|
bool | has_name () 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) |
|
inline::std::string * | mutable_name () |
|
inline::std::string * | release_name () |
|
void | set_allocated_name (::std::string *name) |
|
bool | has_package () const |
|
void | clear_package () |
|
const ::std::string & | package () const |
|
void | set_package (const ::std::string &value) |
|
void | set_package (const char *value) |
|
void | set_package (const char *value, size_t size) |
|
inline::std::string * | mutable_package () |
|
inline::std::string * | release_package () |
|
void | set_allocated_package (::std::string *package) |
|
int | dependency_size () const |
|
void | clear_dependency () |
|
const ::std::string & | dependency (int index) const |
|
inline::std::string * | mutable_dependency (int index) |
|
void | set_dependency (int index, const ::std::string &value) |
|
void | set_dependency (int index, const char *value) |
|
void | set_dependency (int index, const char *value, size_t size) |
|
inline::std::string * | add_dependency () |
|
void | add_dependency (const ::std::string &value) |
|
void | add_dependency (const char *value) |
|
void | add_dependency (const char *value, size_t size) |
|
const
::google::protobuf::RepeatedPtrField
< ::std::string > & | dependency () const |
|
inline::google::protobuf::RepeatedPtrField
< ::std::string > * | mutable_dependency () |
|
int | public_dependency_size () const |
|
void | clear_public_dependency () |
|
inline::google::protobuf::int32 | public_dependency (int index) const |
|
void | set_public_dependency (int index,::google::protobuf::int32 value) |
|
void | add_public_dependency (::google::protobuf::int32 value) |
|
const
::google::protobuf::RepeatedField
< ::google::protobuf::int32 > & | public_dependency () const |
|
inline::google::protobuf::RepeatedField
< ::google::protobuf::int32 > * | mutable_public_dependency () |
|
int | weak_dependency_size () const |
|
void | clear_weak_dependency () |
|
inline::google::protobuf::int32 | weak_dependency (int index) const |
|
void | set_weak_dependency (int index,::google::protobuf::int32 value) |
|
void | add_weak_dependency (::google::protobuf::int32 value) |
|
const
::google::protobuf::RepeatedField
< ::google::protobuf::int32 > & | weak_dependency () const |
|
inline::google::protobuf::RepeatedField
< ::google::protobuf::int32 > * | mutable_weak_dependency () |
|
int | message_type_size () const |
|
void | clear_message_type () |
|
const
::google::protobuf::DescriptorProto & | message_type (int index) const |
|
inline::google::protobuf::DescriptorProto * | mutable_message_type (int index) |
|
inline::google::protobuf::DescriptorProto * | add_message_type () |
|
const
::google::protobuf::RepeatedPtrField
< ::google::protobuf::DescriptorProto > & | message_type () const |
|
inline::google::protobuf::RepeatedPtrField
< ::google::protobuf::DescriptorProto > * | mutable_message_type () |
|
int | enum_type_size () const |
|
void | clear_enum_type () |
|
const
::google::protobuf::EnumDescriptorProto & | enum_type (int index) const |
|
inline::google::protobuf::EnumDescriptorProto * | mutable_enum_type (int index) |
|
inline::google::protobuf::EnumDescriptorProto * | add_enum_type () |
|
const
::google::protobuf::RepeatedPtrField
< ::google::protobuf::EnumDescriptorProto > & | enum_type () const |
|
inline::google::protobuf::RepeatedPtrField
< ::google::protobuf::EnumDescriptorProto > * | mutable_enum_type () |
|
int | service_size () const |
|
void | clear_service () |
|
const
::google::protobuf::ServiceDescriptorProto & | service (int index) const |
|
inline::google::protobuf::ServiceDescriptorProto * | mutable_service (int index) |
|
inline::google::protobuf::ServiceDescriptorProto * | add_service () |
|
const
::google::protobuf::RepeatedPtrField
< ::google::protobuf::ServiceDescriptorProto > & | service () const |
|
inline::google::protobuf::RepeatedPtrField
< ::google::protobuf::ServiceDescriptorProto > * | mutable_service () |
|
int | extension_size () const |
|
void | clear_extension () |
|
const
::google::protobuf::FieldDescriptorProto & | extension (int index) const |
|
inline::google::protobuf::FieldDescriptorProto * | mutable_extension (int index) |
|
inline::google::protobuf::FieldDescriptorProto * | add_extension () |
|
const
::google::protobuf::RepeatedPtrField
< ::google::protobuf::FieldDescriptorProto > & | extension () const |
|
inline::google::protobuf::RepeatedPtrField
< ::google::protobuf::FieldDescriptorProto > * | mutable_extension () |
|
bool | has_options () const |
|
void | clear_options () |
|
const
::google::protobuf::FileOptions & | options () const |
|
inline::google::protobuf::FileOptions * | mutable_options () |
|
inline::google::protobuf::FileOptions * | release_options () |
|
void | set_allocated_options (::google::protobuf::FileOptions *options) |
|
bool | has_source_code_info () const |
|
void | clear_source_code_info () |
|
const
::google::protobuf::SourceCodeInfo & | source_code_info () const |
|
inline::google::protobuf::SourceCodeInfo * | mutable_source_code_info () |
|
inline::google::protobuf::SourceCodeInfo * | release_source_code_info () |
|
void | set_allocated_source_code_info (::google::protobuf::SourceCodeInfo *source_code_info) |
|
| Message () |
|
virtual | ~Message () |
|
virtual void | CopyFrom (const Message &from) |
|
virtual void | MergeFrom (const Message &from) |
|
void | CheckInitialized () const |
|
void | FindInitializationErrors (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 () |
|
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 |
|