Ruby
2.4.2p198(2017-09-14revision59899)
|
Data Fields | |
VALUE | str |
VALUE | dest |
st_table * | symbols |
st_table * | data |
st_table * | compat_tbl |
st_table * | encodings |
int | infection |
st_table* dump_arg::compat_tbl |
Definition at line 161 of file marshal.c.
Referenced by clear_dump_arg(), mark_dump_arg(), rb_marshal_dump_limited(), w_class(), and w_object().
st_table* dump_arg::data |
Definition at line 160 of file marshal.c.
Referenced by clear_dump_arg(), mark_dump_arg(), rb_marshal_dump_limited(), and w_object().
VALUE dump_arg::dest |
Definition at line 158 of file marshal.c.
Referenced by rb_marshal_dump_limited(), and w_nbyte().
st_table* dump_arg::encodings |
Definition at line 162 of file marshal.c.
Referenced by clear_dump_arg(), encoding_name(), and rb_marshal_dump_limited().
int dump_arg::infection |
Definition at line 163 of file marshal.c.
Referenced by rb_marshal_dump_limited(), w_nbyte(), and w_object().
VALUE dump_arg::str |
Definition at line 158 of file marshal.c.
Referenced by mark_dump_arg(), rb_marshal_dump_limited(), and w_nbyte().
st_table* dump_arg::symbols |
Definition at line 159 of file marshal.c.
Referenced by check_dump_arg(), clear_dump_arg(), mark_dump_arg(), rb_marshal_dump_limited(), and w_symbol().