Home
last modified time | relevance | path

Searched defs:TokenWithLocation (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/protobuf/2.27.1/src/text_format/lexer/
Dtoken.rs44 pub struct TokenWithLocation { struct
45 pub token: Token,
46 pub loc: Loc,
Dlexer_impl.rs665 pub fn next_token(&mut self) -> LexerResult<Option<TokenWithLocation>> { in next_token()
/external/rust/crates/protobuf-support/src/lexer/
Dtoken.rs44 pub struct TokenWithLocation { struct
45 pub token: Token,
46 pub loc: Loc,
Dlexer_impl.rs651 pub fn next_token(&mut self) -> LexerResult<Option<TokenWithLocation>> { in next_token()