|
| FieldDescriptorProto () |
|
virtual | ~FieldDescriptorProto () |
|
| FieldDescriptorProto (const FieldDescriptorProto &from) |
|
FieldDescriptorProto & | operator= (const FieldDescriptorProto &from) |
|
const
::google::protobuf::UnknownFieldSet & | unknown_fields () const |
|
inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
|
void | Swap (FieldDescriptorProto *other) |
|
FieldDescriptorProto * | New () const |
|
void | CopyFrom (const ::google::protobuf::Message &from) |
|
void | MergeFrom (const ::google::protobuf::Message &from) |
|
void | CopyFrom (const FieldDescriptorProto &from) |
|
void | MergeFrom (const FieldDescriptorProto &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_number () const |
|
void | clear_number () |
|
inline::google::protobuf::int32 | number () const |
|
void | set_number (::google::protobuf::int32 value) |
|
bool | has_label () const |
|
void | clear_label () |
|
inline::google::protobuf::FieldDescriptorProto_Label | label () const |
|
void | set_label (::google::protobuf::FieldDescriptorProto_Label value) |
|
bool | has_type () const |
|
void | clear_type () |
|
inline::google::protobuf::FieldDescriptorProto_Type | type () const |
|
void | set_type (::google::protobuf::FieldDescriptorProto_Type value) |
|
bool | has_type_name () const |
|
void | clear_type_name () |
|
const ::std::string & | type_name () const |
|
void | set_type_name (const ::std::string &value) |
|
void | set_type_name (const char *value) |
|
void | set_type_name (const char *value, size_t size) |
|
inline::std::string * | mutable_type_name () |
|
inline::std::string * | release_type_name () |
|
void | set_allocated_type_name (::std::string *type_name) |
|
bool | has_extendee () const |
|
void | clear_extendee () |
|
const ::std::string & | extendee () const |
|
void | set_extendee (const ::std::string &value) |
|
void | set_extendee (const char *value) |
|
void | set_extendee (const char *value, size_t size) |
|
inline::std::string * | mutable_extendee () |
|
inline::std::string * | release_extendee () |
|
void | set_allocated_extendee (::std::string *extendee) |
|
bool | has_default_value () const |
|
void | clear_default_value () |
|
const ::std::string & | default_value () const |
|
void | set_default_value (const ::std::string &value) |
|
void | set_default_value (const char *value) |
|
void | set_default_value (const char *value, size_t size) |
|
inline::std::string * | mutable_default_value () |
|
inline::std::string * | release_default_value () |
|
void | set_allocated_default_value (::std::string *default_value) |
|
bool | has_oneof_index () const |
|
void | clear_oneof_index () |
|
inline::google::protobuf::int32 | oneof_index () const |
|
void | set_oneof_index (::google::protobuf::int32 value) |
|
bool | has_options () const |
|
void | clear_options () |
|
const
::google::protobuf::FieldOptions & | options () const |
|
inline::google::protobuf::FieldOptions * | mutable_options () |
|
inline::google::protobuf::FieldOptions * | release_options () |
|
void | set_allocated_options (::google::protobuf::FieldOptions *options) |
|
| 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 |
|