Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/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()
/aosp_15_r20/external/rust/android-crates-io/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()