|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
This is the complete list of members for google::protobuf.internal::GeneratedMessageReflection, including all inherited members.
| AddAllocatedMessage(Message *message, const FieldDescriptor *field, Message *new_entry) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| AddBool(Message *message, const FieldDescriptor *field, bool value) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| AddDouble(Message *message, const FieldDescriptor *field, double value) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| AddEnum(Message *message, const FieldDescriptor *field, const EnumValueDescriptor *value) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| AddEnumValue(Message *message, const FieldDescriptor *field, int value) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| AddFloat(Message *message, const FieldDescriptor *field, float value) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| AddInt32(Message *message, const FieldDescriptor *field, int32 value) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| AddInt64(Message *message, const FieldDescriptor *field, int64 value) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| AddMessage(Message *message, const FieldDescriptor *field, MessageFactory *factory=NULL) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| AddString(Message *message, const FieldDescriptor *field, const string &value) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| AddUInt32(Message *message, const FieldDescriptor *field, uint32 value) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| AddUInt64(Message *message, const FieldDescriptor *field, uint64 value) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| ClearField(Message *message, const FieldDescriptor *field) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| ClearOneof(Message *message, const OneofDescriptor *field) const | google::protobuf.internal::GeneratedMessageReflection | inlinevirtual |
| FieldSize(const Message &message, const FieldDescriptor *field) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| FindKnownExtensionByName(const string &name) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| FindKnownExtensionByNumber(int number) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| GeneratedMessage class | google::protobuf.internal::GeneratedMessageReflection | friend |
| GeneratedMessageReflection(const Descriptor *descriptor, const Message *default_instance, const int offsets[], int has_bits_offset, int unknown_fields_offset, int extensions_offset, const DescriptorPool *pool, MessageFactory *factory, int object_size, int arena_offset, int is_default_instance_offset=-1) | google::protobuf.internal::GeneratedMessageReflection | |
| GeneratedMessageReflection(const Descriptor *descriptor, const Message *default_instance, const int offsets[], int has_bits_offset, int unknown_fields_offset, int extensions_offset, const void *default_oneof_instance, int oneof_case_offset, const DescriptorPool *pool, MessageFactory *factory, int object_size, int arena_offset, int is_default_instance_offset=-1) | google::protobuf.internal::GeneratedMessageReflection | |
| GetBool(const Message &message, const FieldDescriptor *field) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| GetDouble(const Message &message, const FieldDescriptor *field) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| GetEnum(const Message &message, const FieldDescriptor *field) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| GetEnumValue(const Message &message, const FieldDescriptor *field) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| GetFloat(const Message &message, const FieldDescriptor *field) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| GetInt32(const Message &message, const FieldDescriptor *field) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| GetInt64(const Message &message, const FieldDescriptor *field) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| GetMessage(const Message &message, const FieldDescriptor *field, MessageFactory *factory=NULL) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| GetMessageFactory() const | google::protobuf.internal::GeneratedMessageReflection | protectedvirtual |
| GetMutableRepeatedFieldRef(Message *message, const FieldDescriptor *field) const | google::protobuf::Reflection | |
| GetOneofFieldDescriptor(const Message &message, const OneofDescriptor *oneof_descriptor) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| GetRawRepeatedField(const Message &message, const FieldDescriptor *field, FieldDescriptor::CppType, int ctype, const Descriptor *desc) const | google::protobuf.internal::GeneratedMessageReflection | protectedvirtual |
| GetRepeatedBool(const Message &message, const FieldDescriptor *field, int index) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| GetRepeatedDouble(const Message &message, const FieldDescriptor *field, int index) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| GetRepeatedEnum(const Message &message, const FieldDescriptor *field, int index) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| GetRepeatedEnumValue(const Message &message, const FieldDescriptor *field, int index) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| google::protobuf::Reflection::GetRepeatedField(const Message &, const FieldDescriptor *) const | google::protobuf::Reflection | |
| GetRepeatedFieldRef(const Message &message, const FieldDescriptor *field) const | google::protobuf::Reflection | |
| GetRepeatedFloat(const Message &message, const FieldDescriptor *field, int index) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| GetRepeatedInt32(const Message &message, const FieldDescriptor *field, int index) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| GetRepeatedInt64(const Message &message, const FieldDescriptor *field, int index) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| GetRepeatedMessage(const Message &message, const FieldDescriptor *field, int index) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| google::protobuf::Reflection::GetRepeatedPtrField(const Message &, const FieldDescriptor *) const | google::protobuf::Reflection | |
| GetRepeatedString(const Message &message, const FieldDescriptor *field, int index) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| GetRepeatedStringReference(const Message &message, const FieldDescriptor *field, int index, string *scratch) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| GetRepeatedUInt32(const Message &message, const FieldDescriptor *field, int index) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| GetRepeatedUInt64(const Message &message, const FieldDescriptor *field, int index) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| GetString(const Message &message, const FieldDescriptor *field) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| GetStringReference(const Message &message, const FieldDescriptor *field, string *scratch) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| GetUInt32(const Message &message, const FieldDescriptor *field) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| GetUInt64(const Message &message, const FieldDescriptor *field) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| GetUnknownFields(const Message &message) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| HasField(const Message &message, const FieldDescriptor *field) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| HasOneof(const Message &message, const OneofDescriptor *oneof_descriptor) const | google::protobuf.internal::GeneratedMessageReflection | inlinevirtual |
| kNoArenaPointer | google::protobuf.internal::GeneratedMessageReflection | static |
| kUnknownFieldSetInMetadata | google::protobuf.internal::GeneratedMessageReflection | static |
| ListFields(const Message &message, vector< const FieldDescriptor *> *output) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| MutableMessage(Message *message, const FieldDescriptor *field, MessageFactory *factory=NULL) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| MutableRawRepeatedField(Message *message, const FieldDescriptor *field, FieldDescriptor::CppType, int ctype, const Descriptor *desc) const | google::protobuf.internal::GeneratedMessageReflection | protectedvirtual |
| google::protobuf::Reflection::MutableRepeatedField(Message *, const FieldDescriptor *) const | google::protobuf::Reflection | |
| MutableRepeatedMessage(Message *message, const FieldDescriptor *field, int index) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| MutableRepeatedPtrField(Message *, const FieldDescriptor *) const | google::protobuf::Reflection | |
| MutableRepeatedPtrField(Message *message, const FieldDescriptor *field) const | google::protobuf::Reflection | inline |
| MutableRepeatedPtrField(Message *message, const FieldDescriptor *field) const | google::protobuf::Reflection | inline |
| MutableRepeatedPtrField(Message *message, const FieldDescriptor *field) const | google::protobuf::Reflection | inline |
| MutableUnknownFields(Message *message) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| NewGeneratedMessageReflection(const Descriptor *descriptor, const Message *default_instance, const int offsets[], int has_bits_offset, int unknown_fields_offset, int extensions_offset, const void *default_oneof_instance, int oneof_case_offset, int object_size, int arena_offset, int is_default_instance_offset=-1) | google::protobuf.internal::GeneratedMessageReflection | static |
| NewGeneratedMessageReflection(const Descriptor *descriptor, const Message *default_instance, const int offsets[], int has_bits_offset, int unknown_fields_offset, int extensions_offset, int object_size, int arena_offset, int is_default_instance_offset=-1) | google::protobuf.internal::GeneratedMessageReflection | static |
| Reflection() | google::protobuf::Reflection | inline |
| ReleaseLast(Message *message, const FieldDescriptor *field) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| ReleaseMessage(Message *message, const FieldDescriptor *field, MessageFactory *factory=NULL) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| RemoveLast(Message *message, const FieldDescriptor *field) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| RepeatedFieldData(Message *message, const FieldDescriptor *field, FieldDescriptor::CppType cpp_type, const Descriptor *message_type) const | google::protobuf.internal::GeneratedMessageReflection | protectedvirtual |
| SetAllocatedMessage(Message *message, Message *sub_message, const FieldDescriptor *field) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| SetBool(Message *message, const FieldDescriptor *field, bool value) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| SetDouble(Message *message, const FieldDescriptor *field, double value) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| SetEnum(Message *message, const FieldDescriptor *field, const EnumValueDescriptor *value) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| SetEnumValue(Message *message, const FieldDescriptor *field, int value) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| SetFloat(Message *message, const FieldDescriptor *field, float value) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| SetInt32(Message *message, const FieldDescriptor *field, int32 value) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| SetInt64(Message *message, const FieldDescriptor *field, int64 value) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| SetRepeatedBool(Message *message, const FieldDescriptor *field, int index, bool value) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| SetRepeatedDouble(Message *message, const FieldDescriptor *field, int index, double value) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| SetRepeatedEnum(Message *message, const FieldDescriptor *field, int index, const EnumValueDescriptor *value) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| SetRepeatedEnumValue(Message *message, const FieldDescriptor *field, int index, int value) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| SetRepeatedFloat(Message *message, const FieldDescriptor *field, int index, float value) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| SetRepeatedInt32(Message *message, const FieldDescriptor *field, int index, int32 value) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| SetRepeatedInt64(Message *message, const FieldDescriptor *field, int index, int64 value) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| SetRepeatedString(Message *message, const FieldDescriptor *field, int index, const string &value) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| SetRepeatedUInt32(Message *message, const FieldDescriptor *field, int index, uint32 value) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| SetRepeatedUInt64(Message *message, const FieldDescriptor *field, int index, uint64 value) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| SetString(Message *message, const FieldDescriptor *field, const string &value) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| SetUInt32(Message *message, const FieldDescriptor *field, uint32 value) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| SetUInt64(Message *message, const FieldDescriptor *field, uint64 value) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| SpaceUsed(const Message &message) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| SupportsUnknownEnumValues() const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| Swap(Message *message1, Message *message2) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| SwapElements(Message *message, const FieldDescriptor *field, int index1, int index2) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| SwapFields(Message *message1, Message *message2, const vector< const FieldDescriptor *> &fields) const | google::protobuf.internal::GeneratedMessageReflection | virtual |
| upb::google_opensource::GMR_Handlers class | google::protobuf.internal::GeneratedMessageReflection | friend |
| ~GeneratedMessageReflection() | google::protobuf.internal::GeneratedMessageReflection | |
| ~Reflection() | google::protobuf::Reflection | virtual |
1.8.13