|
| | Variant () |
| |
| virtual | ~Variant () |
| |
| | Variant (const Variant &from) |
| |
| Variant & | operator= (const Variant &from) |
| |
const
::google::protobuf::UnknownFieldSet & | unknown_fields () const |
| |
| inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
| |
| void | Swap (Variant *other) |
| |
| Variant * | New () const |
| |
| void | CopyFrom (const ::google::protobuf::Message &from) |
| |
| void | MergeFrom (const ::google::protobuf::Message &from) |
| |
| void | CopyFrom (const Variant &from) |
| |
| void | MergeFrom (const Variant &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_bool_value () const |
| |
| void | clear_bool_value () |
| |
| bool | bool_value () const |
| |
| void | set_bool_value (bool value) |
| |
| bool | has_int_value () const |
| |
| void | clear_int_value () |
| |
| inline::google::protobuf::int64 | int_value () const |
| |
| void | set_int_value (::google::protobuf::int64 value) |
| |
| bool | has_float_value () const |
| |
| void | clear_float_value () |
| |
| double | float_value () const |
| |
| void | set_float_value (double value) |
| |
| bool | has_string_value () const |
| |
| void | clear_string_value () |
| |
| const ::std::string & | string_value () const |
| |
| void | set_string_value (const ::std::string &value) |
| |
| void | set_string_value (const char *value) |
| |
| void | set_string_value (const char *value, size_t size) |
| |
| inline::std::string * | mutable_string_value () |
| |
| inline::std::string * | release_string_value () |
| |
| void | set_allocated_string_value (::std::string *string_value) |
| |
| bool | has_blob_value () const |
| |
| void | clear_blob_value () |
| |
| const ::std::string & | blob_value () const |
| |
| void | set_blob_value (const ::std::string &value) |
| |
| void | set_blob_value (const char *value) |
| |
| void | set_blob_value (const void *value, size_t size) |
| |
| inline::std::string * | mutable_blob_value () |
| |
| inline::std::string * | release_blob_value () |
| |
| void | set_allocated_blob_value (::std::string *blob_value) |
| |
| bool | has_message_value () const |
| |
| void | clear_message_value () |
| |
| const ::std::string & | message_value () const |
| |
| void | set_message_value (const ::std::string &value) |
| |
| void | set_message_value (const char *value) |
| |
| void | set_message_value (const void *value, size_t size) |
| |
| inline::std::string * | mutable_message_value () |
| |
| inline::std::string * | release_message_value () |
| |
| void | set_allocated_message_value (::std::string *message_value) |
| |
| bool | has_fourcc_value () const |
| |
| void | clear_fourcc_value () |
| |
| const ::std::string & | fourcc_value () const |
| |
| void | set_fourcc_value (const ::std::string &value) |
| |
| void | set_fourcc_value (const char *value) |
| |
| void | set_fourcc_value (const char *value, size_t size) |
| |
| inline::std::string * | mutable_fourcc_value () |
| |
| inline::std::string * | release_fourcc_value () |
| |
| void | set_allocated_fourcc_value (::std::string *fourcc_value) |
| |
| bool | has_uint_value () const |
| |
| void | clear_uint_value () |
| |
| inline::google::protobuf::uint64 | uint_value () const |
| |
| void | set_uint_value (::google::protobuf::uint64 value) |
| |
| bool | has_entity_id_value () const |
| |
| void | clear_entity_id_value () |
| |
| const ::bgs::protocol::EntityId & | entity_id_value () const |
| |
| inline::bgs::protocol::EntityId * | mutable_entity_id_value () |
| |
| inline::bgs::protocol::EntityId * | release_entity_id_value () |
| |
| void | set_allocated_entity_id_value (::bgs::protocol::EntityId *entity_id_value) |
| |
| | 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 |
| |