|
Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
|
Data Fields | |
| FBuffer * | buffer |
| JSON_Generator_State * | state |
| VALUE | Vstate |
| int | iter |
| VALUE | hash |
| rb_foreach_func * | func |
| VALUE | arg |
Definition at line 810 of file generator.c.
| VALUE hash_foreach_arg::arg |
Definition at line 1326 of file hash.c.
Referenced by rb_hash_foreach(), rb_hash_stlike_foreach(), and rb_hash_stlike_foreach_with_replace().
| FBuffer* hash_foreach_arg::buffer |
Definition at line 811 of file generator.c.
| rb_foreach_func* hash_foreach_arg::func |
Definition at line 1325 of file hash.c.
Referenced by rb_hash_foreach(), rb_hash_stlike_foreach(), and rb_hash_stlike_foreach_with_replace().
| VALUE hash_foreach_arg::hash |
Definition at line 1324 of file hash.c.
Referenced by rb_hash_dup(), rb_hash_foreach(), rb_hash_resurrect(), rb_hash_stlike_foreach(), and rb_hash_stlike_foreach_with_replace().
| int hash_foreach_arg::iter |
Definition at line 814 of file generator.c.
| JSON_Generator_State* hash_foreach_arg::state |
Definition at line 812 of file generator.c.
| VALUE hash_foreach_arg::Vstate |
Definition at line 813 of file generator.c.