Home
last modified time | relevance | path

Searched refs:rb_ary_new_capa (Results 1 – 24 of 24) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/ruby/red-arrow/ext/arrow/
H A Draw-records.cpp36 auto record = rb_ary_new_capa(n_columns_); in build()
54 auto record = rb_ary_new_capa(n_columns_); in build()
154 auto records = rb_ary_new_capa(n_rows); in record_batch_raw_records()
172 auto records = rb_ary_new_capa(n_rows); in table_raw_records()
H A Dvalues.cpp126 auto values = rb_ary_new_capa(n_rows); in array_values()
145 auto values = rb_ary_new_capa(n_rows); in chunked_array_values()
H A Dconverters.hpp256 result_ = rb_ary_new_capa(length_); in convert()
/dports/databases/arrow/apache-arrow-6.0.1/ruby/red-arrow/ext/arrow/
H A Draw-records.cpp36 auto record = rb_ary_new_capa(n_columns_); in build()
54 auto record = rb_ary_new_capa(n_columns_); in build()
155 auto records = rb_ary_new_capa(n_rows); in record_batch_raw_records()
173 auto records = rb_ary_new_capa(n_rows); in table_raw_records()
H A Dvalues.cpp127 auto values = rb_ary_new_capa(n_rows); in array_values()
146 auto values = rb_ary_new_capa(n_rows); in chunked_array_values()
H A Dconverters.hpp264 result_ = rb_ary_new_capa(length_); in convert()
461 auto keys = rb_ary_new_capa(length_); in convert()
465 auto items = rb_ary_new_capa(length_); in convert()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/ruby/red-arrow/ext/arrow/
H A Draw-records.cpp36 auto record = rb_ary_new_capa(n_columns_); in build()
54 auto record = rb_ary_new_capa(n_columns_); in build()
152 auto records = rb_ary_new_capa(n_rows); in record_batch_raw_records()
170 auto records = rb_ary_new_capa(n_rows); in table_raw_records()
H A Dvalues.cpp124 auto values = rb_ary_new_capa(n_rows); in array_values()
143 auto values = rb_ary_new_capa(n_rows); in chunked_array_values()
H A Dconverters.hpp247 result_ = rb_ary_new_capa(length_); in convert()
/dports/devel/llvm80/llvm-8.0.1.src/test/Object/
H A Dobj2yaml-invalid-reloc.test27 CHECK-NEXT: - Name: rb_ary_new_capa
33 CHECK-NEXT: - Name: '$dtrace1316529.rb_ary_new_capa'
/dports/devel/llvm70/llvm-7.0.1.src/test/Object/
H A Dobj2yaml-invalid-reloc.test27 CHECK-NEXT: - Name: rb_ary_new_capa
33 CHECK-NEXT: - Name: '$dtrace1316529.rb_ary_new_capa'
/dports/lang/ruby26/ruby-2.6.9/spec/ruby/optional/capi/ext/
H A Dbignum_spec.c82 VALUE ary = rb_ary_new_capa(long_len); in bignum_spec_rb_big_pack_array()
H A Darray_spec.c124 return rb_ary_new_capa(NUM2LONG(length)); in array_spec_rb_ary_new_capa()
/dports/lang/ruby26/ruby-2.6.9/
H A Denumerator.c2842 return rb_ary_new_capa(0); in arith_seq_first()
2849 ary = rb_ary_new_capa(n); in arith_seq_first()
2876 ary = rb_ary_new_capa((n < len) ? n : len); in arith_seq_first()
2889 ary = rb_ary_new_capa((n < len) ? n : len); in arith_seq_first()
2913 ary = rb_ary_new_capa(1); in arith_seq_first()
2917 ary = rb_ary_new_capa(0); in arith_seq_first()
2922 ary = rb_ary_new_capa(n); in arith_seq_first()
2928 ary = rb_ary_new_capa(n); in arith_seq_first()
3053 return rb_ary_new_capa(0); in arith_seq_last()
3084 ary = rb_ary_new_capa(n); in arith_seq_last()
H A Darray.c689 rb_ary_new_capa(long capa) in rb_ary_new_capa() function
3133 VALUE result = rb_ary_new_capa(argc); in rb_ary_values_at()
3692 result = rb_ary_new_capa(len); in rb_ary_zip()
3695 VALUE tmp = rb_ary_new_capa(argc+1); in rb_ary_zip()
5324 if (rnds[i] >= len) return rb_ary_new_capa(0); in rb_ary_sample()
5330 return rb_ary_new_capa(0); in rb_ary_sample()
5367 result = rb_ary_new_capa(n); in rb_ary_sample()
5381 result = rb_ary_new_capa(n); in rb_ary_sample()
H A Dhash.c3000 ary = rb_ary_new_capa(RHASH_SIZE(hash)); in rb_hash_to_a()
3157 VALUE keys = rb_ary_new_capa(size); in rb_hash_keys()
3206 values = rb_ary_new_capa(size); in rb_hash_values()
3878 ary = rb_ary_new_capa(RHASH_SIZE(hash) * 2); in rb_hash_flatten()
3892 ary = rb_ary_new_capa(RHASH_SIZE(hash) * 2); in rb_hash_flatten()
H A Dast.c617 VALUE locals = rb_ary_new_capa(size); in node_children()
H A Dre.c785 ary = rb_ary_new_capa(onig_number_of_names(RREGEXP_PTR(re))); in rb_reg_names()
1131 return rb_ary_new_capa(0); in match_names()
1981 if (NIL_P(result)) result = rb_ary_new_capa(len); in match_ary_subseq()
H A Dcompile.c7783 VALUE ary = rb_ary_new_capa(VM_INSTRUCTION_SIZE); in rb_insns_name_array()
9485 VALUE ary = rb_ary_new_capa(array->len); in ibf_load_object_array()
H A Dstring.c8039 (enumerator_wantarray(m) ? rb_ary_new_capa(size) : 0)
/dports/lang/ruby26/ruby-2.6.9/include/ruby/
H A Dintern.h60 VALUE rb_ary_new_capa(long capa);
99 #define rb_ary_new2 rb_ary_new_capa
/dports/lang/ruby26/ruby-2.6.9/doc/
H A Dextension.ja.rdoc311 rb_ary_new_capa(long len) ::
H A Dextension.rdoc289 rb_ary_new_capa(long len) ::
H A DChangeLog-2.1.012525 * array.c (rb_ary_new_capa): add better names of rb_ary_new2.