Home
last modified time | relevance | path

Searched refs:rb_define_alloc_func (Results 1 – 12 of 12) sorted by relevance

/external/protobuf/ruby/ext/google/protobuf_c/
Ddefs.c123 rb_define_alloc_func(klass, DescriptorPool_alloc); in DescriptorPool_register()
291 rb_define_alloc_func(klass, Descriptor_alloc); in Descriptor_register()
538 rb_define_alloc_func(klass, FileDescriptor_alloc); in FileDescriptor_register()
675 rb_define_alloc_func(klass, FieldDescriptor_alloc); in FieldDescriptor_register()
1188 rb_define_alloc_func(klass, OneofDescriptor_alloc); in OneofDescriptor_register()
1306 rb_define_alloc_func(klass, EnumDescriptor_alloc); in EnumDescriptor_register()
1503 rb_define_alloc_func(klass, MessageBuilderContext_alloc); in MessageBuilderContext_register()
1831 rb_define_alloc_func(klass, OneofBuilderContext_alloc); in OneofBuilderContext_register()
1905 rb_define_alloc_func(klass, EnumBuilderContext_alloc); in EnumBuilderContext_register()
1975 rb_define_alloc_func(klass, FileBuilderContext_alloc); in FileBuilderContext_register()
[all …]
Dmap.c833 rb_define_alloc_func(klass, Map_alloc); in Map_register()
Drepeated_field.c634 rb_define_alloc_func(klass, RepeatedField_alloc); in RepeatedField_register()
Dmessage.c722 rb_define_alloc_func(klass, Message_alloc); in build_class_from_descriptor()
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_server_credentials.c222 rb_define_alloc_func(grpc_rb_cServerCredentials, in Init_grpc_server_credentials()
Drb_channel_credentials.c236 rb_define_alloc_func(grpc_rb_cChannelCredentials, in Init_grpc_channel_credentials()
Drb_call_credentials.c270 rb_define_alloc_func(grpc_rb_cCallCredentials, in Init_grpc_call_credentials()
Drb_server.c342 rb_define_alloc_func(grpc_rb_cServer, grpc_rb_server_alloc); in Init_grpc_server()
Drb_compression_options.c434 rb_define_alloc_func(grpc_rb_cCompressionOptions, in Init_grpc_compression_options()
Drb_channel.c793 rb_define_alloc_func(grpc_rb_cChannel, grpc_rb_channel_alloc); in Init_grpc_channel()
Drb_call.c969 rb_define_alloc_func(grpc_rb_cCall, grpc_rb_cannot_alloc); in Init_grpc_call()
/external/marisa-trie/bindings/ruby/
Dmarisa-swig_wrap.cxx999 #define rb_define_alloc_func(klass, func) rb_define_singleton_method((klass), "new", VALUEFUNC((fun… macro
4650 rb_define_alloc_func(SwigClassKeyset.klass, _wrap_Keyset_allocate);
4668 rb_define_alloc_func(SwigClassAgent.klass, _wrap_Agent_allocate);
4683 rb_define_alloc_func(SwigClassTrie.klass, _wrap_Trie_allocate);