TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
google::protobuf::Reflection Member List

This is the complete list of members for google::protobuf::Reflection, including all inherited members.

AddBool(Message *message, const FieldDescriptor *field, bool value) const =0google::protobuf::Reflectionpure virtual
AddDouble(Message *message, const FieldDescriptor *field, double value) const =0google::protobuf::Reflectionpure virtual
AddEnum(Message *message, const FieldDescriptor *field, const EnumValueDescriptor *value) const =0google::protobuf::Reflectionpure virtual
AddFloat(Message *message, const FieldDescriptor *field, float value) const =0google::protobuf::Reflectionpure virtual
AddInt32(Message *message, const FieldDescriptor *field, int32 value) const =0google::protobuf::Reflectionpure virtual
AddInt64(Message *message, const FieldDescriptor *field, int64 value) const =0google::protobuf::Reflectionpure virtual
AddMessage(Message *message, const FieldDescriptor *field, MessageFactory *factory=NULL) const =0google::protobuf::Reflectionpure virtual
AddString(Message *message, const FieldDescriptor *field, const string &value) const =0google::protobuf::Reflectionpure virtual
AddUInt32(Message *message, const FieldDescriptor *field, uint32 value) const =0google::protobuf::Reflectionpure virtual
AddUInt64(Message *message, const FieldDescriptor *field, uint64 value) const =0google::protobuf::Reflectionpure virtual
ClearField(Message *message, const FieldDescriptor *field) const =0google::protobuf::Reflectionpure virtual
ClearOneof(Message *, const OneofDescriptor *) const google::protobuf::Reflectioninlinevirtual
FieldSize(const Message &message, const FieldDescriptor *field) const =0google::protobuf::Reflectionpure virtual
FindKnownExtensionByName(const string &name) const =0google::protobuf::Reflectionpure virtual
FindKnownExtensionByNumber(int number) const =0google::protobuf::Reflectionpure virtual
GetBool(const Message &message, const FieldDescriptor *field) const =0google::protobuf::Reflectionpure virtual
GetDouble(const Message &message, const FieldDescriptor *field) const =0google::protobuf::Reflectionpure virtual
GetEnum(const Message &message, const FieldDescriptor *field) const =0google::protobuf::Reflectionpure virtual
GetFloat(const Message &message, const FieldDescriptor *field) const =0google::protobuf::Reflectionpure virtual
GetInt32(const Message &message, const FieldDescriptor *field) const =0google::protobuf::Reflectionpure virtual
GetInt64(const Message &message, const FieldDescriptor *field) const =0google::protobuf::Reflectionpure virtual
GetMessage(const Message &message, const FieldDescriptor *field, MessageFactory *factory=NULL) const =0google::protobuf::Reflectionpure virtual
GetOneofFieldDescriptor(const Message &, const OneofDescriptor *) const google::protobuf::Reflectioninlinevirtual
GetRepeatedBool(const Message &message, const FieldDescriptor *field, int index) const =0google::protobuf::Reflectionpure virtual
GetRepeatedDouble(const Message &message, const FieldDescriptor *field, int index) const =0google::protobuf::Reflectionpure virtual
GetRepeatedEnum(const Message &message, const FieldDescriptor *field, int index) const =0google::protobuf::Reflectionpure virtual
GetRepeatedField(const Message &, const FieldDescriptor *) const google::protobuf::Reflection
GetRepeatedFloat(const Message &message, const FieldDescriptor *field, int index) const =0google::protobuf::Reflectionpure virtual
GetRepeatedInt32(const Message &message, const FieldDescriptor *field, int index) const =0google::protobuf::Reflectionpure virtual
GetRepeatedInt64(const Message &message, const FieldDescriptor *field, int index) const =0google::protobuf::Reflectionpure virtual
GetRepeatedMessage(const Message &message, const FieldDescriptor *field, int index) const =0google::protobuf::Reflectionpure virtual
GetRepeatedPtrField(const Message &, const FieldDescriptor *) const google::protobuf::Reflection
GetRepeatedPtrField(const Message &message, const FieldDescriptor *field) const google::protobuf::Reflectioninline
GetRepeatedPtrField(const Message &message, const FieldDescriptor *field) const google::protobuf::Reflectioninline
GetRepeatedPtrField(const Message &message, const FieldDescriptor *field) const google::protobuf::Reflectioninline
GetRepeatedString(const Message &message, const FieldDescriptor *field, int index) const =0google::protobuf::Reflectionpure virtual
GetRepeatedStringReference(const Message &message, const FieldDescriptor *field, int index, string *scratch) const =0google::protobuf::Reflectionpure virtual
GetRepeatedUInt32(const Message &message, const FieldDescriptor *field, int index) const =0google::protobuf::Reflectionpure virtual
GetRepeatedUInt64(const Message &message, const FieldDescriptor *field, int index) const =0google::protobuf::Reflectionpure virtual
GetString(const Message &message, const FieldDescriptor *field) const =0google::protobuf::Reflectionpure virtual
GetStringReference(const Message &message, const FieldDescriptor *field, string *scratch) const =0google::protobuf::Reflectionpure virtual
GetUInt32(const Message &message, const FieldDescriptor *field) const =0google::protobuf::Reflectionpure virtual
GetUInt64(const Message &message, const FieldDescriptor *field) const =0google::protobuf::Reflectionpure virtual
GetUnknownFields(const Message &message) const =0google::protobuf::Reflectionpure virtual
GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(Reflection)google::protobuf::Reflectionprivate
HasField(const Message &message, const FieldDescriptor *field) const =0google::protobuf::Reflectionpure virtual
HasOneof(const Message &, const OneofDescriptor *) const google::protobuf::Reflectioninlinevirtual
ListFields(const Message &message, vector< const FieldDescriptor * > *output) const =0google::protobuf::Reflectionpure virtual
MutableMessage(Message *message, const FieldDescriptor *field, MessageFactory *factory=NULL) const =0google::protobuf::Reflectionpure virtual
MutableRawRepeatedField(Message *message, const FieldDescriptor *field, FieldDescriptor::CppType, int ctype, const Descriptor *message_type) const =0google::protobuf::Reflectionprotectedpure virtual
MutableRawRepeatedString(Message *message, const FieldDescriptor *field, bool is_string) const google::protobuf::Reflectionprivate
MutableRepeatedField(Message *, const FieldDescriptor *) const google::protobuf::Reflection
MutableRepeatedMessage(Message *message, const FieldDescriptor *field, int index) const =0google::protobuf::Reflectionpure virtual
MutableRepeatedPtrField(Message *, const FieldDescriptor *) const google::protobuf::Reflection
MutableRepeatedPtrField(Message *message, const FieldDescriptor *field) const google::protobuf::Reflectioninline
MutableRepeatedPtrField(Message *message, const FieldDescriptor *field) const google::protobuf::Reflectioninline
MutableRepeatedPtrField(Message *message, const FieldDescriptor *field) const google::protobuf::Reflectioninline
MutableUnknownFields(Message *message) const =0google::protobuf::Reflectionpure virtual
Reflection()google::protobuf::Reflectioninline
ReleaseLast(Message *message, const FieldDescriptor *field) const =0google::protobuf::Reflectionpure virtual
ReleaseMessage(Message *message, const FieldDescriptor *field, MessageFactory *factory=NULL) const =0google::protobuf::Reflectionpure virtual
RemoveLast(Message *message, const FieldDescriptor *field) const =0google::protobuf::Reflectionpure virtual
SetAllocatedMessage(Message *message, Message *sub_message, const FieldDescriptor *field) const =0google::protobuf::Reflectionpure virtual
SetBool(Message *message, const FieldDescriptor *field, bool value) const =0google::protobuf::Reflectionpure virtual
SetDouble(Message *message, const FieldDescriptor *field, double value) const =0google::protobuf::Reflectionpure virtual
SetEnum(Message *message, const FieldDescriptor *field, const EnumValueDescriptor *value) const =0google::protobuf::Reflectionpure virtual
SetFloat(Message *message, const FieldDescriptor *field, float value) const =0google::protobuf::Reflectionpure virtual
SetInt32(Message *message, const FieldDescriptor *field, int32 value) const =0google::protobuf::Reflectionpure virtual
SetInt64(Message *message, const FieldDescriptor *field, int64 value) const =0google::protobuf::Reflectionpure virtual
SetRepeatedBool(Message *message, const FieldDescriptor *field, int index, bool value) const =0google::protobuf::Reflectionpure virtual
SetRepeatedDouble(Message *message, const FieldDescriptor *field, int index, double value) const =0google::protobuf::Reflectionpure virtual
SetRepeatedEnum(Message *message, const FieldDescriptor *field, int index, const EnumValueDescriptor *value) const =0google::protobuf::Reflectionpure virtual
SetRepeatedFloat(Message *message, const FieldDescriptor *field, int index, float value) const =0google::protobuf::Reflectionpure virtual
SetRepeatedInt32(Message *message, const FieldDescriptor *field, int index, int32 value) const =0google::protobuf::Reflectionpure virtual
SetRepeatedInt64(Message *message, const FieldDescriptor *field, int index, int64 value) const =0google::protobuf::Reflectionpure virtual
SetRepeatedString(Message *message, const FieldDescriptor *field, int index, const string &value) const =0google::protobuf::Reflectionpure virtual
SetRepeatedUInt32(Message *message, const FieldDescriptor *field, int index, uint32 value) const =0google::protobuf::Reflectionpure virtual
SetRepeatedUInt64(Message *message, const FieldDescriptor *field, int index, uint64 value) const =0google::protobuf::Reflectionpure virtual
SetString(Message *message, const FieldDescriptor *field, const string &value) const =0google::protobuf::Reflectionpure virtual
SetUInt32(Message *message, const FieldDescriptor *field, uint32 value) const =0google::protobuf::Reflectionpure virtual
SetUInt64(Message *message, const FieldDescriptor *field, uint64 value) const =0google::protobuf::Reflectionpure virtual
SpaceUsed(const Message &message) const =0google::protobuf::Reflectionpure virtual
Swap(Message *message1, Message *message2) const =0google::protobuf::Reflectionpure virtual
SwapElements(Message *message, const FieldDescriptor *field, int index1, int index2) const =0google::protobuf::Reflectionpure virtual
SwapFields(Message *message1, Message *message2, const vector< const FieldDescriptor * > &fields) const =0google::protobuf::Reflectionpure virtual
~Reflection()google::protobuf::Reflectionvirtual