Ruby
3.4.0dev (2024-11-05 revision e440268d51fe02b303e3817a7a733a0dac1c5091)
|
A list of constant IDs. More...
#include <pm_constant_pool.h>
Data Fields | |
size_t | size |
The number of constant ids in the list. More... | |
size_t | capacity |
The number of constant ids that have been allocated in the list. More... | |
pm_constant_id_t * | ids |
The constant ids in the list. More... | |
A list of constant IDs.
Usually used to represent a set of locals.
Definition at line 36 of file pm_constant_pool.h.
size_t pm_constant_id_list_t::capacity |
The number of constant ids that have been allocated in the list.
Definition at line 41 of file pm_constant_pool.h.
Referenced by pm_constant_id_list_append(), pm_constant_id_list_init(), and pm_constant_id_list_init_capacity().
pm_constant_id_t* pm_constant_id_list_t::ids |
The constant ids in the list.
Definition at line 44 of file pm_constant_pool.h.
Referenced by pm_constant_id_list_append(), pm_constant_id_list_free(), pm_constant_id_list_includes(), pm_constant_id_list_init(), pm_constant_id_list_init_capacity(), pm_constant_id_list_insert(), and pm_dump_json().
size_t pm_constant_id_list_t::size |
The number of constant ids in the list.
Definition at line 38 of file pm_constant_pool.h.
Referenced by pm_constant_id_list_append(), pm_constant_id_list_includes(), pm_constant_id_list_init(), pm_constant_id_list_init_capacity(), pm_constant_id_list_insert(), and pm_dump_json().