Searched defs:LexerResult (Results 1 – 2 of 2) sorted by relevance
51 pub type LexerResult<T> = Result<T, LexerError>; typedef139 fn skip_c_comment(&mut self) -> LexerResult<()> { in skip_c_comment()177 fn skip_comment(&mut self) -> LexerResult<()> { in skip_comment()191 pub fn skip_ws(&mut self) -> LexerResult<()> { in skip_ws()260 fn next_char_expect_eq(&mut self, expect: char) -> LexerResult<()> { in next_char_expect_eq()381 fn next_decimal_digits(&mut self) -> LexerResult<()> { in next_decimal_digits()415 fn next_float_lit(&mut self) -> LexerResult<()> { in next_float_lit()
59 pub type LexerResult<T> = Result<T, LexerError>; typedef153 fn skip_c_comment(&mut self) -> LexerResult<()> { in skip_c_comment()191 fn skip_comment(&mut self) -> LexerResult<()> { in skip_comment()205 pub fn skip_ws(&mut self) -> LexerResult<()> { in skip_ws()274 fn next_char_expect_eq(&mut self, expect: char) -> LexerResult<()> { in next_char_expect_eq()395 fn next_decimal_digits(&mut self) -> LexerResult<()> { in next_decimal_digits()429 fn next_float_lit(&mut self) -> LexerResult<()> { in next_float_lit()