|
| DEFINE_CLASS (DescriptorPool, "Google::Protobuf::DescriptorPool") |
|
void | DescriptorPool_mark (void *_self) |
|
void | DescriptorPool_free (void *_self) |
|
VALUE | DescriptorPool_alloc (VALUE klass) |
|
void | DescriptorPool_register (VALUE module) |
|
VALUE | DescriptorPool_add (VALUE _self, VALUE def) |
|
VALUE | DescriptorPool_build (VALUE _self) |
|
VALUE | DescriptorPool_lookup (VALUE _self, VALUE name) |
|
VALUE | DescriptorPool_generated_pool (VALUE _self) |
|
| DEFINE_CLASS (Descriptor, "Google::Protobuf::Descriptor") |
|
void | Descriptor_mark (void *_self) |
|
void | Descriptor_free (void *_self) |
|
VALUE | Descriptor_alloc (VALUE klass) |
|
void | Descriptor_register (VALUE module) |
|
VALUE | Descriptor_name (VALUE _self) |
|
VALUE | Descriptor_name_set (VALUE _self, VALUE str) |
|
VALUE | Descriptor_each (VALUE _self) |
|
VALUE | Descriptor_lookup (VALUE _self, VALUE name) |
|
VALUE | Descriptor_add_field (VALUE _self, VALUE obj) |
|
VALUE | Descriptor_add_oneof (VALUE _self, VALUE obj) |
|
VALUE | Descriptor_each_oneof (VALUE _self) |
|
VALUE | Descriptor_lookup_oneof (VALUE _self, VALUE name) |
|
VALUE | Descriptor_msgclass (VALUE _self) |
|
| DEFINE_CLASS (FieldDescriptor, "Google::Protobuf::FieldDescriptor") |
|
void | FieldDescriptor_mark (void *_self) |
|
void | FieldDescriptor_free (void *_self) |
|
VALUE | FieldDescriptor_alloc (VALUE klass) |
|
void | FieldDescriptor_register (VALUE module) |
|
VALUE | FieldDescriptor_name (VALUE _self) |
|
VALUE | FieldDescriptor_name_set (VALUE _self, VALUE str) |
|
upb_fieldtype_t | ruby_to_fieldtype (VALUE type) |
|
VALUE | fieldtype_to_ruby (upb_fieldtype_t type) |
|
upb_descriptortype_t | ruby_to_descriptortype (VALUE type) |
|
VALUE | descriptortype_to_ruby (upb_descriptortype_t type) |
|
VALUE | FieldDescriptor_type (VALUE _self) |
|
VALUE | FieldDescriptor_type_set (VALUE _self, VALUE type) |
|
VALUE | FieldDescriptor_label (VALUE _self) |
|
VALUE | FieldDescriptor_label_set (VALUE _self, VALUE label) |
|
VALUE | FieldDescriptor_number (VALUE _self) |
|
VALUE | FieldDescriptor_number_set (VALUE _self, VALUE number) |
|
VALUE | FieldDescriptor_submsg_name (VALUE _self) |
|
VALUE | FieldDescriptor_submsg_name_set (VALUE _self, VALUE value) |
|
VALUE | FieldDescriptor_subtype (VALUE _self) |
|
VALUE | FieldDescriptor_get (VALUE _self, VALUE msg_rb) |
|
VALUE | FieldDescriptor_set (VALUE _self, VALUE msg_rb, VALUE value) |
|
| DEFINE_CLASS (OneofDescriptor, "Google::Protobuf::OneofDescriptor") |
|
void | OneofDescriptor_mark (void *_self) |
|
void | OneofDescriptor_free (void *_self) |
|
VALUE | OneofDescriptor_alloc (VALUE klass) |
|
void | OneofDescriptor_register (VALUE module) |
|
VALUE | OneofDescriptor_name (VALUE _self) |
|
VALUE | OneofDescriptor_name_set (VALUE _self, VALUE value) |
|
VALUE | OneofDescriptor_add_field (VALUE _self, VALUE obj) |
|
VALUE | OneofDescriptor_each (VALUE _self, VALUE field) |
|
| DEFINE_CLASS (EnumDescriptor, "Google::Protobuf::EnumDescriptor") |
|
void | EnumDescriptor_mark (void *_self) |
|
void | EnumDescriptor_free (void *_self) |
|
VALUE | EnumDescriptor_alloc (VALUE klass) |
|
void | EnumDescriptor_register (VALUE module) |
|
VALUE | EnumDescriptor_name (VALUE _self) |
|
VALUE | EnumDescriptor_name_set (VALUE _self, VALUE str) |
|
VALUE | EnumDescriptor_add_value (VALUE _self, VALUE name, VALUE number) |
|
VALUE | EnumDescriptor_lookup_name (VALUE _self, VALUE name) |
|
VALUE | EnumDescriptor_lookup_value (VALUE _self, VALUE number) |
|
VALUE | EnumDescriptor_each (VALUE _self) |
|
VALUE | EnumDescriptor_enummodule (VALUE _self) |
|
| DEFINE_CLASS (MessageBuilderContext, "Google::Protobuf::Internal::MessageBuilderContext") |
|
void | MessageBuilderContext_mark (void *_self) |
|
void | MessageBuilderContext_free (void *_self) |
|
VALUE | MessageBuilderContext_alloc (VALUE klass) |
|
void | MessageBuilderContext_register (VALUE module) |
|
VALUE | MessageBuilderContext_initialize (VALUE _self, VALUE msgdef, VALUE builder) |
|
VALUE | MessageBuilderContext_optional (int argc, VALUE *argv, VALUE _self) |
|
VALUE | MessageBuilderContext_required (int argc, VALUE *argv, VALUE _self) |
|
VALUE | MessageBuilderContext_repeated (int argc, VALUE *argv, VALUE _self) |
|
VALUE | MessageBuilderContext_map (int argc, VALUE *argv, VALUE _self) |
|
VALUE | MessageBuilderContext_oneof (VALUE _self, VALUE name) |
|
| DEFINE_CLASS (OneofBuilderContext, "Google::Protobuf::Internal::OneofBuilderContext") |
|
void | OneofBuilderContext_mark (void *_self) |
|
void | OneofBuilderContext_free (void *_self) |
|
VALUE | OneofBuilderContext_alloc (VALUE klass) |
|
void | OneofBuilderContext_register (VALUE module) |
|
VALUE | OneofBuilderContext_initialize (VALUE _self, VALUE oneofdef, VALUE builder) |
|
VALUE | OneofBuilderContext_optional (int argc, VALUE *argv, VALUE _self) |
|
| DEFINE_CLASS (EnumBuilderContext, "Google::Protobuf::Internal::EnumBuilderContext") |
|
void | EnumBuilderContext_mark (void *_self) |
|
void | EnumBuilderContext_free (void *_self) |
|
VALUE | EnumBuilderContext_alloc (VALUE klass) |
|
void | EnumBuilderContext_register (VALUE module) |
|
VALUE | EnumBuilderContext_initialize (VALUE _self, VALUE enumdef) |
|
VALUE | EnumBuilderContext_value (VALUE _self, VALUE name, VALUE number) |
|
| DEFINE_CLASS (Builder, "Google::Protobuf::Internal::Builder") |
|
void | Builder_mark (void *_self) |
|
void | Builder_free (void *_self) |
|
VALUE | Builder_alloc (VALUE klass) |
|
void | Builder_register (VALUE module) |
|
VALUE | Builder_add_message (VALUE _self, VALUE name) |
|
VALUE | Builder_add_enum (VALUE _self, VALUE name) |
|
VALUE | Builder_finalize_to_pool (VALUE _self, VALUE pool_rb) |
|