Home
last modified time | relevance | path

Searched refs:rb_check_convert_type_with_id (Results 1 – 11 of 11) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Dvm_args.c821 b = rb_check_convert_type_with_id(proc, T_DATA, "Proc", idTo_proc); in vm_to_proc()
H A Dobject.c3109 rb_check_convert_type_with_id(VALUE val, int type, const char *tname, ID method) in rb_check_convert_type_with_id() function
3702 return rb_check_convert_type_with_id(val, T_FLOAT, "Float", id_to_f); in rb_check_to_float()
H A Drational.c2632 a1 = rb_check_convert_type_with_id(a1, T_RATIONAL, "Rational", idTo_r); in nurat_convert()
2644 a2 = rb_check_convert_type_with_id(a2, T_RATIONAL, "Rational", idTo_r); in nurat_convert()
H A Dhash.c1625 return rb_check_convert_type_with_id(hash, T_HASH, "Hash", idTo_hash); in rb_check_hash_type()
1969 b = rb_check_convert_type_with_id(proc, T_DATA, "Proc", idTo_proc); in rb_hash_set_default_proc()
H A Darray.c868 return rb_check_convert_type_with_id(ary, T_ARRAY, "Array", idTo_ary); in rb_check_array_type()
874 return rb_check_convert_type_with_id(ary, T_ARRAY, "Array", idTo_a); in rb_check_to_array()
H A Dinternal.h1852 VALUE rb_check_convert_type_with_id(VALUE,int,const char*,ID);
H A Dfile.c1121 tmp = rb_check_convert_type_with_id(file, T_FILE, "IO", idTo_io); in rb_stat()
H A Dprocess.c1846 else if (!NIL_P(tmp = rb_check_convert_type_with_id(v, T_FILE, "IO", idTo_io))) { in check_exec_redirect_fd()
H A Dstring.c2331 str = rb_check_convert_type_with_id(str, T_STRING, "String", idTo_str); in rb_check_string_type()
H A Dio.c707 return rb_check_convert_type_with_id(io, T_FILE, "IO", idTo_io); in rb_io_check_io()
/dports/lang/ruby26/ruby-2.6.9/win32/
H A Dwin32.c7996 tmp = rb_check_convert_type_with_id(*file, T_FILE, "IO", idTo_io); in w32_io_info()