Home
last modified time | relevance | path

Searched refs:lookup_str_id (Results 1 – 2 of 2) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Dsymbol.c96 WARN_UNUSED_RESULT(static ID lookup_str_id(VALUE str));
570 lookup_str_id(VALUE str) in lookup_str_id() function
1006 return lookup_str_id(name); in rb_check_id()
1053 return lookup_str_id(name); in rb_check_id_cstr()
1126 if ((id = lookup_str_id(localname)) != 0) { in attrsetname_to_attr_id()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.2.06584 lookup_str_id() because key is not Symbol, but String.