Searched refs:start_of_line (Results 1 – 2 of 2) sorted by relevance
19 start_of_line: usize, field31 start_of_line: 0, in new()44 self.start_of_line + self.col in byte_offset()58 self.start_of_line += self.col + 1; in next()
400 let start_of_line = start_of_suffix + " at line ".len(); in parse_line_col() localVariable401 let mut end_of_line = start_of_line; in parse_line_col()422 let line = match usize::from_str(&msg[start_of_line..end_of_line]) { in parse_line_col()