|
| | CodeGeneratorRequest () |
| |
| virtual | ~CodeGeneratorRequest () |
| |
| | CodeGeneratorRequest (const CodeGeneratorRequest &from) |
| |
| CodeGeneratorRequest & | operator= (const CodeGeneratorRequest &from) |
| |
| const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
| |
| inline ::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
| |
| void | Swap (CodeGeneratorRequest *other) |
| |
| CodeGeneratorRequest * | New () const |
| |
| CodeGeneratorRequest * | New (::google::protobuf::Arena *arena) const |
| |
| void | CopyFrom (const ::google::protobuf::Message &from) |
| |
| void | MergeFrom (const ::google::protobuf::Message &from) |
| |
| void | CopyFrom (const CodeGeneratorRequest &from) |
| |
| void | MergeFrom (const CodeGeneratorRequest &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 |
| |
| int | file_to_generate_size () const |
| |
| void | clear_file_to_generate () |
| |
| const ::std::string & | file_to_generate (int index) const |
| |
| ::std::string * | mutable_file_to_generate (int index) |
| |
| void | set_file_to_generate (int index, const ::std::string &value) |
| |
| void | set_file_to_generate (int index, const char *value) |
| |
| void | set_file_to_generate (int index, const char *value, size_t size) |
| |
| ::std::string * | add_file_to_generate () |
| |
| void | add_file_to_generate (const ::std::string &value) |
| |
| void | add_file_to_generate (const char *value) |
| |
| void | add_file_to_generate (const char *value, size_t size) |
| |
| const ::google::protobuf::RepeatedPtrField< ::std::string > & | file_to_generate () const |
| |
| ::google::protobuf::RepeatedPtrField< ::std::string > * | mutable_file_to_generate () |
| |
| bool | has_parameter () const |
| |
| void | clear_parameter () |
| |
| const ::std::string & | parameter () const |
| |
| void | set_parameter (const ::std::string &value) |
| |
| void | set_parameter (const char *value) |
| |
| void | set_parameter (const char *value, size_t size) |
| |
| ::std::string * | mutable_parameter () |
| |
| ::std::string * | release_parameter () |
| |
| void | set_allocated_parameter (::std::string *parameter) |
| |
| int | proto_file_size () const |
| |
| void | clear_proto_file () |
| |
| const ::google::protobuf::FileDescriptorProto & | proto_file (int index) const |
| |
| ::google::protobuf::FileDescriptorProto * | mutable_proto_file (int index) |
| |
| ::google::protobuf::FileDescriptorProto * | add_proto_file () |
| |
| ::google::protobuf::RepeatedPtrField< ::google::protobuf::FileDescriptorProto > * | mutable_proto_file () |
| |
| const ::google::protobuf::RepeatedPtrField< ::google::protobuf::FileDescriptorProto > & | proto_file () const |
| |
| | 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 |
| |