Ruby
3.4.0dev (2024-11-05 revision e440268d51fe02b303e3817a7a733a0dac1c5091)
|
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. More... | |
size_t | length |
The length of the string. More... | |
A constant in the pool which effectively stores a string.
Definition at line 125 of file pm_constant_pool.h.
size_t pm_constant_t::length |
The length of the string.
Definition at line 130 of file pm_constant_pool.h.
Referenced by pm_constant_pool_find(), and pm_serialize_content().
const uint8_t* pm_constant_t::start |
A pointer to the start of the string.
Definition at line 127 of file pm_constant_pool.h.
Referenced by pm_constant_pool_find(), pm_constant_pool_free(), and pm_serialize_content().