Rizin
unix-like reverse engineering framework and cli tools
|
#include <api.h>
Public Attributes | |
TSPoint | start_point |
TSPoint | end_point |
uint32_t | start_byte |
uint32_t | end_byte |
uint32_t TSRange::end_byte |
Definition at line 64 of file api.h.
Referenced by ts_lexer__do_advance(), ts_lexer__mark_end(), ts_lexer_goto(), ts_range_array_add(), and ts_range_array_get_changed_ranges().
TSPoint TSRange::end_point |
Definition at line 62 of file api.h.
Referenced by ts_lexer__mark_end(), ts_lexer_goto(), ts_range_array_add(), and ts_range_array_get_changed_ranges().
uint32_t TSRange::start_byte |
Definition at line 63 of file api.h.
Referenced by ts_lexer__do_advance(), ts_lexer__is_at_included_range_start(), ts_lexer__mark_end(), ts_lexer_goto(), and ts_range_array_get_changed_ranges().
TSPoint TSRange::start_point |
Definition at line 61 of file api.h.
Referenced by ts_lexer__do_advance(), ts_lexer_goto(), and ts_range_array_get_changed_ranges().