Ruby 3.3.5p100 (2024-09-03 revision ef084cc8f4958c1b6e4ead99136631bef6d8ddba)
|
A constant in the pool which effectively stores a string. More...
#include <pm_constant_pool.h>
Data Fields | |
const uint8_t * | start |
A pointer to the start of the string. | |
size_t | length |
The length of the string. | |
A constant in the pool which effectively stores a string.
Definition at line 109 of file pm_constant_pool.h.
size_t pm_constant_t::length |
The length of the string.
Definition at line 114 of file pm_constant_pool.h.
Referenced by pm_serialize_content().
const uint8_t* pm_constant_t::start |
A pointer to the start of the string.
Definition at line 111 of file pm_constant_pool.h.
Referenced by pm_constant_pool_free(), and pm_serialize_content().