Home
last modified time | relevance | path

Searched refs:rb_hash_new (Results 1 – 25 of 150) sorted by relevance

123456

/dports/lang/ruby26/ruby-2.6.9/ext/coverage/
H A Dcoverage.c65 coverages = rb_hash_new(); in rb_coverage_start()
80 VALUE ret = rb_hash_new(); in branch_coverage()
93 VALUE children = rb_hash_new(); in branch_coverage()
181 VALUE h = rb_hash_new(); in coverage_peek_result_i()
197 rb_hash_aset(h, ID2SYM(rb_intern("methods")), rb_hash_new()); in coverage_peek_result_i()
223 VALUE ncoverages = rb_hash_new(); in rb_coverage_peek_result()
/dports/lang/ruby26/ruby-2.6.9/spec/ruby/optional/capi/ext/
H A Dhash_spec.c90 VALUE other = rb_hash_new(); in hash_spec_rb_hash_foreach()
96 VALUE other = rb_hash_new(); in hash_spec_rb_hash_foreach_stop()
102 VALUE other = rb_hash_new(); in hash_spec_rb_hash_foreach_delete()
127 return rb_hash_new(); in hash_spec_rb_hash_new()
/dports/devel/grpc130/grpc-1.30.2/src/ruby/ext/grpc/
H A Drb_call_credentials.c58 VALUE result = rb_hash_new(); in grpc_rb_call_credentials_callback()
69 VALUE result = rb_hash_new(); in grpc_rb_call_credentials_callback_rescue()
91 VALUE args = rb_hash_new(); in grpc_rb_call_credentials_callback_with_gil()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/ruby/ext/grpc/
H A Drb_call_credentials.c58 VALUE result = rb_hash_new(); in grpc_rb_call_credentials_callback()
69 VALUE result = rb_hash_new(); in grpc_rb_call_credentials_callback_rescue()
91 VALUE args = rb_hash_new(); in grpc_rb_call_credentials_callback_with_gil()
/dports/devel/grpc134/grpc-1.34.1/src/ruby/ext/grpc/
H A Drb_call_credentials.c58 VALUE result = rb_hash_new(); in grpc_rb_call_credentials_callback()
100 VALUE result = rb_hash_new(); in grpc_rb_call_credentials_callback_rescue()
131 VALUE args = rb_hash_new(); in grpc_rb_call_credentials_callback_with_gil()
/dports/devel/grpc/grpc-1.42.0/src/ruby/ext/grpc/
H A Drb_call_credentials.c58 VALUE result = rb_hash_new(); in grpc_rb_call_credentials_callback()
100 VALUE result = rb_hash_new(); in grpc_rb_call_credentials_callback_rescue()
131 VALUE args = rb_hash_new(); in grpc_rb_call_credentials_callback_with_gil()
/dports/devel/libsigrok/libsigrok-0.5.2/bindings/ruby/
H A Dclasses.i96 VALUE hash = rb_hash_new(); in variant_to_ruby()
349 std::vector<std::shared_ptr<sigrok::HardwareDevice> > _scan(VALUE kwargs = rb_hash_new())
376 std::shared_ptr<sigrok::Input> _create_input(VALUE hash = rb_hash_new())
387 std::shared_ptr<sigrok::Device> device, VALUE hash = rb_hash_new())
394 std::shared_ptr<sigrok::Device> device, VALUE hash = rb_hash_new())
/dports/lang/ruby26/ruby-2.6.9/spec/ruby/optional/capi/
H A Dhash_spec.rb45 @s.rb_hash_new.should == {}
49 @s.rb_hash_new {}.default_proc.should be_nil
/dports/textproc/syck/syck-0.70/ext/ruby/ext/syck/
H A Drubyext.c218 val = rb_hash_new(); in syck_get_hash_aref()
557 obj = rb_hash_new(); in yaml_org_handler()
782 options = rb_hash_new(); in syck_parser_initialize()
841 bonus->data = rb_hash_new(); in syck_parser_load()
874 bonus->data = rb_hash_new(); in syck_parser_load_documents()
906 VALUE tags = rb_hash_new(); in syck_resolver_initialize()
907 rb_ivar_set(self, s_tags, rb_hash_new()); in syck_resolver_initialize()
968 obj = rb_hash_new(); in syck_resolver_node_import()
1301 v = rb_hash_new(); in syck_genericresolver_node_import()
1934 bonus->data = rb_hash_new(); in syck_emitter_reset()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dprotobuf.c120 upb_def_to_ruby_obj_map = rb_hash_new(); in Init_protobuf_c()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dprotobuf.c120 upb_def_to_ruby_obj_map = rb_hash_new(); in Init_protobuf_c()
/dports/lang/ruby26/ruby-2.6.9/template/
H A Dsizes.c.tmpl32 VALUE s = rb_hash_new();
H A Dlimits.c.tmpl57 VALUE h = rb_hash_new();
/dports/lang/ruby26/ruby-2.6.9/ext/ripper/
H A Deventids2table.c4 VALUE h = rb_hash_new(); in ripper_init_eventids2_table()
/dports/lang/ruby26/ruby-2.6.9/ext/rbconfig/sizeof/
H A Dsizes.c15 VALUE s = rb_hash_new(); in Init_sizeof()
/dports/lang/swi-pl/swipl-8.2.3/packages/utf8proc/ruby/
H A Dutf8proc_native.c142 utf8proc_ruby_options = rb_hash_new(); in Init_utf8proc_native()
/dports/devel/swig/swig-4.0.2/Lib/ruby/
H A Dstd_unordered_map.i57 VALUE obj = rb_hash_new();
H A Dstd_unordered_multimap.i57 VALUE obj = rb_hash_new();
/dports/lang/ruby26/ruby-2.6.9/ext/date/
H A Ddate_parse.c2061 #define PARSER_ERROR return rb_hash_new()
2092 hash = rb_hash_new(); in date__parse()
2493 hash = rb_hash_new(); in date__iso8601()
2561 hash = rb_hash_new(); in date__rfc3339()
2707 hash = rb_hash_new(); in date__xmlschema()
2780 hash = rb_hash_new(); in date__rfc2822()
2926 hash = rb_hash_new(); in date__httpdate()
3000 hash = rb_hash_new(); in date__jisx0301()
/dports/databases/arrow/apache-arrow-6.0.1/ruby/red-arrow/ext/arrow/
H A Dconverters.hpp360 result_ = rb_hash_new(); in convert()
469 auto map = rb_hash_new(); in convert()
630 auto result = rb_hash_new(); in convert_value()
/dports/sysutils/watchman/watchman-4.5.0/ruby/ruby-watchman/ext/ruby-watchman/
H A Dwatchman.c389 hash = rb_hash_new(); in watchman_load_hash()
426 hash = rb_hash_new(); in watchman_load_template()
/dports/sysutils/py-pywatchman/watchman-4.9.0/ruby/ruby-watchman/ext/ruby-watchman/
H A Dwatchman.c389 hash = rb_hash_new();
426 hash = rb_hash_new();
/dports/lang/ruby26/ruby-2.6.9/ext/etc/
H A Detc.c720 result = rb_hash_new(); in etc_uname()
792 result = rb_hash_new(); in etc_uname()
/dports/lang/ruby26/ruby-2.6.9/
H A Dhash.c1282 rb_hash_new(void) in rb_hash_new() function
1290 VALUE hash = rb_hash_new(); in rb_hash_new_compare_by_id()
1298 VALUE ret = rb_hash_new(); in rb_hash_new_with_size()
2279 result = rb_hash_new(); in rb_hash_reject()
2304 return rb_hash_new(); in rb_hash_slice()
2402 result = rb_hash_new(); in rb_hash_select()
2866 result = rb_hash_new(); in rb_hash_transform_keys()
4028 VALUE hash = rb_hash_new(); in rb_ident_hash_new()
5161 result = rb_hash_new(); in env_select()
5245 return rb_hash_new(); in env_slice()
[all …]
/dports/textproc/syck/syck-0.70/
H A DREADME94 VALUE h = rb_hash_new();

123456