Ruby 1.9.3p327(2012-11-10revision37606)
|
#include "ruby/ruby.h"
Go to the source code of this file.
#define enumerator_free RUBY_TYPED_DEFAULT_FREE |
Definition at line 144 of file enumerator.c.
#define generator_free RUBY_TYPED_DEFAULT_FREE |
Definition at line 963 of file enumerator.c.
#define yielder_free RUBY_TYPED_DEFAULT_FREE |
Definition at line 858 of file enumerator.c.
Definition at line 591 of file enumerator.c.
References args, Qnil, RARRAY_LEN, RARRAY_PTR, rb_ary_dup(), T_ARRAY, and TYPE.
Referenced by enumerator_next(), and enumerator_peek().
Definition at line 214 of file enumerator.c.
References enumerator_data_type, enumerator::obj, Qundef, and TypedData_Make_Struct.
Referenced by Init_Enumerator(), and rb_enumeratorize().
static VALUE enumerator_block_call | ( | VALUE | obj, |
rb_block_call_func * | func, | ||
VALUE | arg | ||
) | [static] |
Definition at line 339 of file enumerator.c.
References argc, enumerator::args, argv, enumerator_ptr(), enumerator::meth, enumerator::obj, RARRAY_LENINT, RARRAY_PTR, and rb_block_call.
Referenced by enumerator_each(), enumerator_with_index(), and enumerator_with_object().
Definition at line 362 of file enumerator.c.
References enumerator_block_call(), enumerator::obj, and rb_block_given_p().
Referenced by Init_Enumerator().
Definition at line 417 of file enumerator.c.
References enumerator_with_index(), and NULL.
Referenced by Init_Enumerator().
Definition at line 742 of file enumerator.c.
References enumerator_ptr(), enumerator::feedvalue, Qnil, Qundef, rb_eTypeError, and rb_raise().
Referenced by Init_Enumerator().
static VALUE enumerator_init | ( | VALUE | enum_obj, |
VALUE | obj, | ||
VALUE | meth, | ||
int | argc, | ||
VALUE * | argv | ||
) | [static] |
Definition at line 226 of file enumerator.c.
References enumerator::args, enumerator::dst, enumerator_data_type, enumerator::feedvalue, enumerator::fib, enumerator::lookahead, enumerator::meth, enumerator::obj, Qfalse, Qnil, Qundef, rb_ary_new4(), rb_eArgError, rb_raise(), rb_to_id(), enumerator::stop_exc, and TypedData_Get_Struct.
Referenced by enumerator_initialize(), and rb_enumeratorize().
Definition at line 306 of file enumerator.c.
References enumerator::args, enumerator_data_type, enumerator_ptr(), enumerator::feedvalue, enumerator::fib, enumerator::lookahead, enumerator::meth, enumerator::obj, Qundef, rb_eArgError, rb_eTypeError, rb_raise(), and TypedData_Get_Struct.
Referenced by Init_Enumerator().
Definition at line 283 of file enumerator.c.
References argc, enumerator_init(), generator_allocate(), generator_init(), enumerator::meth, rb_block_given_p(), rb_block_proc(), rb_cGenerator, rb_eArgError, rb_raise(), and sym_each.
Referenced by Init_Enumerator().
Definition at line 843 of file enumerator.c.
References inspect_enumerator(), and rb_exec_recursive().
Referenced by Init_Enumerator().
static void enumerator_mark | ( | void * | p | ) | [static] |
Definition at line 132 of file enumerator.c.
References enumerator::args, enumerator::dst, enumerator::feedvalue, enumerator::fib, enumerator::lookahead, enumerator::obj, rb_gc_mark(), and enumerator::stop_exc.
static size_t enumerator_memsize | ( | const void * | p | ) | [static] |
Definition at line 147 of file enumerator.c.
Definition at line 633 of file enumerator.c.
References ary2sv(), and enumerator_next_values().
Referenced by Init_Enumerator().
Definition at line 576 of file enumerator.c.
References enumerator_ptr(), get_next_values(), enumerator::lookahead, and Qundef.
Referenced by enumerator_next(), and Init_Enumerator().
Definition at line 707 of file enumerator.c.
References ary2sv(), and enumerator_peek_values().
Referenced by Init_Enumerator().
Definition at line 640 of file enumerator.c.
References enumerator_ptr(), get_next_values(), enumerator::lookahead, and Qundef.
Referenced by enumerator_peek(), and enumerator_peek_values_m().
Definition at line 679 of file enumerator.c.
References enumerator_peek_values(), and rb_ary_dup().
Referenced by Init_Enumerator().
static struct enumerator* enumerator_ptr | ( | VALUE | obj | ) | [static, read] |
Definition at line 162 of file enumerator.c.
References enumerator_data_type, enumerator::obj, Qundef, rb_eArgError, rb_raise(), and TypedData_Get_Struct.
Referenced by enumerator_block_call(), enumerator_feed(), enumerator_init_copy(), enumerator_next_values(), enumerator_peek_values(), enumerator_rewind(), next_i(), and next_ii().
Definition at line 764 of file enumerator.c.
References enumerator::dst, enumerator_ptr(), enumerator::feedvalue, enumerator::fib, id_rewind, enumerator::lookahead, enumerator::obj, Qfalse, Qnil, Qundef, rb_check_funcall(), and enumerator::stop_exc.
Referenced by Init_Enumerator().
Definition at line 396 of file enumerator.c.
References enumerator_block_call(), enumerator_with_index_i(), NIL_P, NUM2LONG(), rb_scan_args(), and RETURN_ENUMERATOR.
Referenced by enumerator_each_with_index(), and Init_Enumerator().
Definition at line 369 of file enumerator.c.
References INT2FIX, rb_ary_new4(), and rb_yield_values().
Referenced by enumerator_with_index().
Definition at line 459 of file enumerator.c.
References enumerator_block_call(), enumerator_with_object_i(), and RETURN_ENUMERATOR.
Referenced by Init_Enumerator().
Definition at line 423 of file enumerator.c.
References rb_ary_new4(), and rb_yield_values().
Referenced by enumerator_with_object().
Definition at line 994 of file enumerator.c.
References generator_data_type, generator::proc, Qundef, and TypedData_Make_Struct.
Referenced by enumerator_initialize(), and Init_Enumerator().
Definition at line 1068 of file enumerator.c.
References generator_ptr(), generator::proc, rb_ary_new3(), rb_proc_call(), and yielder_new().
Referenced by Init_Enumerator().
Definition at line 1006 of file enumerator.c.
References generator_data_type, generator::proc, rb_eArgError, rb_raise(), and TypedData_Get_Struct.
Referenced by enumerator_initialize(), and generator_initialize().
Definition at line 1049 of file enumerator.c.
References generator_data_type, generator_ptr(), generator::proc, rb_eArgError, rb_raise(), and TypedData_Get_Struct.
Referenced by Init_Enumerator().
Definition at line 1023 of file enumerator.c.
References generator_init(), generator::proc, rb_block_given_p(), rb_block_proc(), rb_eTypeError, rb_need_block(), rb_obj_classname(), rb_obj_is_proc(), rb_raise(), rb_scan_args(), and rb_warn().
Referenced by Init_Enumerator().
static void generator_mark | ( | void * | p | ) | [static] |
Definition at line 957 of file enumerator.c.
References generator::proc, and rb_gc_mark().
static size_t generator_memsize | ( | const void * | p | ) | [static] |
Definition at line 966 of file enumerator.c.
Definition at line 981 of file enumerator.c.
References generator_data_type, generator::proc, Qundef, rb_eArgError, rb_raise(), and TypedData_Get_Struct.
Referenced by generator_each(), and generator_init_copy().
static VALUE get_next_values | ( | VALUE | obj, |
struct enumerator * | e | ||
) | [static] |
Definition at line 504 of file enumerator.c.
References enumerator::dst, enumerator::feedvalue, enumerator::fib, enumerator::lookahead, next_init(), Qnil, Qundef, rb_exc_raise(), rb_fiber_alive_p(), rb_fiber_current(), rb_fiber_resume(), and enumerator::stop_exc.
Referenced by enumerator_next_values(), and enumerator_peek_values().
void Init_Enumerator | ( | void | ) |
Definition at line 1131 of file enumerator.c.
References enumerator_allocate(), enumerator_each(), enumerator_each_with_index(), enumerator_feed(), enumerator_init_copy(), enumerator_initialize(), enumerator_inspect(), enumerator_next(), enumerator_next_values(), enumerator_peek(), enumerator_peek_values_m(), enumerator_rewind(), enumerator_with_index(), enumerator_with_object(), generator_allocate(), generator_each(), generator_init_copy(), generator_initialize(), ID2SYM, id_each, id_rewind, obj_to_enum(), rb_cEnumerator, rb_cGenerator, rb_cObject, rb_cYielder, rb_define_alloc_func(), rb_define_class(), rb_define_class_under(), rb_define_method(), rb_eIndexError, rb_eStopIteration, rb_include_module(), rb_intern, rb_mEnumerable, rb_mKernel, rb_provide(), stop_result(), sym_each, yielder_allocate(), yielder_initialize(), yielder_yield(), and yielder_yield_push().
Definition at line 779 of file enumerator.c.
References argc, enumerator::args, argv, enumerator_data_type, enumerator::meth, enumerator::obj, OBJ_TAINT, OBJ_TAINTED, OBJ_UNTRUST, OBJ_UNTRUSTED, Qundef, RARRAY_LEN, RARRAY_PTR, rb_id2name(), rb_inspect(), rb_obj_classname(), rb_sprintf(), rb_str_buf_cat2(), rb_str_concat(), TRUE, and TypedData_Get_Struct.
Referenced by enumerator_inspect().
Definition at line 482 of file enumerator.c.
References enumerator_ptr(), id_each, next_ii(), Qnil, rb_block_call, rb_eStopIteration, rb_exc_new2(), rb_fiber_yield(), rb_intern, rb_ivar_set(), result, and enumerator::stop_exc.
Referenced by next_init().
Definition at line 468 of file enumerator.c.
References args, enumerator_ptr(), enumerator::feedvalue, Qnil, Qundef, rb_ary_new4(), and rb_fiber_yield().
Referenced by next_i().
static void next_init | ( | VALUE | obj, |
struct enumerator * | e | ||
) | [static] |
Definition at line 495 of file enumerator.c.
References enumerator::dst, enumerator::fib, enumerator::lookahead, next_i(), Qundef, rb_fiber_current(), and rb_fiber_new().
Referenced by get_next_values().
Definition at line 202 of file enumerator.c.
References argc, enumerator::meth, rb_enumeratorize(), and sym_each.
Referenced by Init_Enumerator().
Definition at line 333 of file enumerator.c.
References enumerator_allocate(), enumerator_init(), and rb_cEnumerator.
Referenced by obj_to_enum().
Definition at line 1125 of file enumerator.c.
References rb_attr_get(), and rb_intern.
Referenced by Init_Enumerator().
Definition at line 889 of file enumerator.c.
References yielder::proc, Qundef, TypedData_Make_Struct, and yielder_data_type.
Referenced by Init_Enumerator(), and yielder_new().
Definition at line 901 of file enumerator.c.
References yielder::proc, rb_eArgError, rb_raise(), TypedData_Get_Struct, and yielder_data_type.
Referenced by yielder_initialize(), and yielder_new().
Definition at line 918 of file enumerator.c.
References rb_block_proc(), rb_need_block(), and yielder_init().
Referenced by Init_Enumerator().
static void yielder_mark | ( | void * | p | ) | [static] |
Definition at line 852 of file enumerator.c.
References yielder::proc, and rb_gc_mark().
static size_t yielder_memsize | ( | const void * | p | ) | [static] |
Definition at line 861 of file enumerator.c.
static VALUE yielder_new | ( | void | ) | [static] |
Definition at line 948 of file enumerator.c.
References rb_cYielder, rb_proc_new(), yielder_allocate(), yielder_init(), and yielder_yield_i().
Referenced by generator_each().
Definition at line 876 of file enumerator.c.
References yielder::proc, Qundef, rb_eArgError, rb_raise(), TypedData_Get_Struct, and yielder_data_type.
Referenced by yielder_yield().
Definition at line 927 of file enumerator.c.
References yielder::proc, rb_proc_call(), and yielder_ptr().
Referenced by Init_Enumerator(), and yielder_yield_push().
Definition at line 942 of file enumerator.c.
References rb_yield_values2().
Referenced by yielder_new().
Definition at line 935 of file enumerator.c.
References yielder_yield().
Referenced by Init_Enumerator().
const rb_data_type_t enumerator_data_type [static] |
{ "enumerator", { enumerator_mark, enumerator_free, enumerator_memsize, }, }
Definition at line 152 of file enumerator.c.
Referenced by enumerator_allocate(), enumerator_init(), enumerator_init_copy(), enumerator_ptr(), and inspect_enumerator().
const rb_data_type_t generator_data_type [static] |
{ "generator", { generator_mark, generator_free, generator_memsize, }, }
Definition at line 971 of file enumerator.c.
Referenced by generator_allocate(), generator_init(), generator_init_copy(), and generator_ptr().
Definition at line 99 of file enumerator.c.
Referenced by Init_Enumerator(), and next_i().
Definition at line 99 of file enumerator.c.
Referenced by enumerator_rewind(), and Init_Enumerator().
Definition at line 98 of file enumerator.c.
Referenced by enum_chunk(), enum_slice_before(), Init_Enumerator(), and rb_enumeratorize().
VALUE rb_cGenerator [static] |
Definition at line 115 of file enumerator.c.
Referenced by enumerator_initialize(), and Init_Enumerator().
Definition at line 115 of file enumerator.c.
Referenced by Init_Enumerator(), and yielder_new().
Definition at line 102 of file enumerator.c.
Referenced by Init_Enumerator(), next_i(), rb_f_loop(), and zip_i().
Definition at line 100 of file enumerator.c.
Referenced by enumerator_initialize(), Init_Enumerator(), and obj_to_enum().
const rb_data_type_t yielder_data_type [static] |
{ "yielder", { yielder_mark, yielder_free, yielder_memsize, }, }
Definition at line 866 of file enumerator.c.
Referenced by yielder_allocate(), yielder_init(), and yielder_ptr().