Searched refs:rb_define_alloc_func (Results 1 – 12 of 12) sorted by relevance
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | defs.c | 123 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 …]
|
D | map.c | 833 rb_define_alloc_func(klass, Map_alloc); in Map_register()
|
D | repeated_field.c | 634 rb_define_alloc_func(klass, RepeatedField_alloc); in RepeatedField_register()
|
D | message.c | 722 rb_define_alloc_func(klass, Message_alloc); in build_class_from_descriptor()
|
/external/grpc-grpc/src/ruby/ext/grpc/ |
D | rb_server_credentials.c | 222 rb_define_alloc_func(grpc_rb_cServerCredentials, in Init_grpc_server_credentials()
|
D | rb_channel_credentials.c | 236 rb_define_alloc_func(grpc_rb_cChannelCredentials, in Init_grpc_channel_credentials()
|
D | rb_call_credentials.c | 270 rb_define_alloc_func(grpc_rb_cCallCredentials, in Init_grpc_call_credentials()
|
D | rb_server.c | 342 rb_define_alloc_func(grpc_rb_cServer, grpc_rb_server_alloc); in Init_grpc_server()
|
D | rb_compression_options.c | 434 rb_define_alloc_func(grpc_rb_cCompressionOptions, in Init_grpc_compression_options()
|
D | rb_channel.c | 793 rb_define_alloc_func(grpc_rb_cChannel, grpc_rb_channel_alloc); in Init_grpc_channel()
|
D | rb_call.c | 969 rb_define_alloc_func(grpc_rb_cCall, grpc_rb_cannot_alloc); in Init_grpc_call()
|
/external/marisa-trie/bindings/ruby/ |
D | marisa-swig_wrap.cxx | 999 #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);
|