Home
last modified time | relevance | path

Searched refs:rb_path_to_class (Results 1 – 9 of 9) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/ext/-test-/path_to_class/
H A Dpath_to_class.c6 return rb_path_to_class(path); in path_to_class()
/dports/lang/ruby26/ruby-2.6.9/ext/psych/
H A Dpsych_to_ruby.c24 return rb_path_to_class(path); in path2class()
/dports/lang/ruby26/ruby-2.6.9/spec/ruby/optional/capi/ext/
H A Dclass_spec.c48 return rb_path_to_class(path); in class_spec_rb_path_to_class()
/dports/lang/ruby26/ruby-2.6.9/
H A Dmarshal.c253 if (rb_path_to_class(path) != rb_class_real(klass)) { in class2path()
1533 VALUE v = rb_path_to_class(path); in path2class()
1541 #define path2module(path) must_be_module(rb_path_to_class(path), path)
1629 VALUE m = rb_path_to_class(path); in r_object0()
1974 v = rb_path_to_class(str); in r_object0()
H A Dvariable.c395 rb_path_to_class(VALUE pathname) in rb_path_to_class() function
439 return rb_path_to_class(rb_str_new_cstr(path)); in rb_path2class()
/dports/lang/ruby26/ruby-2.6.9/include/ruby/
H A Dintern.h943 VALUE rb_path_to_class(VALUE);
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.4.03192 * variable.c (rb_path_to_class): consider the string length
3195 * variable.c (rb_path_to_class): search the constant at once
H A DChangeLog-2.0.03936 * variable.c (rb_path_to_class): prevent the argument from GC.
H A DChangeLog-1.9.324351 * variable.c (rb_path_to_class): new encoding-aware function to