Searched defs:LineId (Results 1 – 1 of 1) sorted by relevance
134 pub struct LineId(i32); struct135 impl LineId { implementation148 impl Add<i32> for LineId { implementation154 impl Sub<i32> for LineId { implementation176 impl Sub<LineId> for LineId { implementation184 impl AddAssign<LineId> for LineId { implementation185 fn add_assign(&mut self, rhs: LineId) { in add_assign()377 pub fn get_start_index_by_lineid_lineindex(lineid: LineId, lineindex: LineIndex) -> usize { in get_start_index_by_lineid_lineindex()423 lineid: LineId, in textui_refresh_character()455 pub fn no_init_textui_render_chromatic(&self, lineid: LineId, lineindex: LineIndex) { in no_init_textui_render_chromatic()[all …]