Home
last modified time | relevance | path

Searched defs:LexerResult (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-support/src/lexer/
Dlexer_impl.rs51 pub type LexerResult<T> = Result<T, LexerError>; typedef
139 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()
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/src/text_format/lexer/
Dlexer_impl.rs59 pub type LexerResult<T> = Result<T, LexerError>; typedef
153 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()