Ruby
2.4.2p198(2017-09-14revision59899)
|
Data Fields | |
int | capa |
int | num |
int | used |
item_t * | items |
Definition at line 1162 of file id_table.c.
int hash_id_table::capa |
Definition at line 1163 of file id_table.c.
Referenced by hash_id_table_clear(), hash_id_table_foreach(), hash_id_table_foreach_values(), hash_id_table_init(), hash_id_table_memsize(), hash_table_extend(), hash_table_index(), and hash_table_raw_insert().
item_t* hash_id_table::items |
Definition at line 1166 of file id_table.c.
Referenced by hash_delete_index(), hash_id_table_clear(), hash_id_table_foreach(), hash_id_table_foreach_values(), hash_id_table_free(), hash_id_table_init(), hash_id_table_insert_key(), hash_id_table_lookup(), hash_table_extend(), hash_table_raw_insert(), and ITEM_SET_KEY().
int hash_id_table::num |
Definition at line 1164 of file id_table.c.
Referenced by hash_delete_index(), hash_id_table_clear(), hash_id_table_size(), hash_table_extend(), hash_table_raw_insert(), and mix_id_table_insert().
int hash_id_table::used |
Definition at line 1165 of file id_table.c.
Referenced by hash_delete_index(), hash_id_table_clear(), hash_table_extend(), and hash_table_raw_insert().