Searched refs:rb_obj_id (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/src/objc/
H A Dcls_objcid.m130 NUM2ULONG(rb_obj_id(rcv)),
H A Dcls_objcptr.m221 NUM2ULONG(rb_obj_id(rcv)),
/macosx-10.9.5/vim-53/src/
H A Dif_ruby.c180 #define rb_obj_id dll_rb_obj_id macro
367 {"rb_obj_id", (RUBY_PROC*)&dll_rb_obj_id},
610 rb_hash_aset(objtbl, rb_obj_id((VALUE) buf->b_ruby_ref), Qnil);
619 rb_hash_aset(objtbl, rb_obj_id((VALUE) win->w_ruby_ref), Qnil);
856 rb_hash_aset(objtbl, rb_obj_id(obj), obj);
1079 rb_hash_aset(objtbl, rb_obj_id(obj), obj);
/macosx-10.9.5/ruby-104/ruby/ext/objspace/
H A Dobjspace.c685 return rb_obj_id(obj);
/macosx-10.9.5/ruby-104/ruby/include/ruby/
H A Dintern.h556 VALUE rb_obj_id(VALUE);
/macosx-10.9.5/ruby-104/ruby/
H A Dgc.c1690 rb_obj_id(VALUE obj) function
4537 rb_define_method(rb_cBasicObject, "__id__", rb_obj_id, 0);
4538 rb_define_method(rb_mKernel, "object_id", rb_obj_id, 0);
H A Dthread.c4835 p.objid = rb_obj_id(obj);
4885 return exec_recursive(func, obj, rb_obj_id(paired_obj), arg, 0);
4909 return exec_recursive(func, obj, rb_obj_id(paired_obj), arg, 1);
H A Dobject.c131 VALUE oid = rb_obj_id(obj);

Completed in 281 milliseconds