Searched defs:Token (Results 1 – 12 of 12) sorted by relevance
| /linux/rust/syn/ |
| H A D | token.rs | 127 pub trait Token: private::Sealed { trait 168 impl Token for $($path)::+ { impl 289 impl Token for $name { impl 428 impl Token for $name { impl 873 macro_rules! Token { macro
|
| H A D | lookahead.rs | 163 type Token: Token; typedef 307 type Token = Self; typedef 321 type Token = T; typedef
|
| H A D | classify.rs | 119 bounds: &Punctuated<TypeParamBound, Token![+]>, in trailing_unparameterized_path() argument 292 bounds: &Punctuated<TypeParamBound, Token![+]>, in expr_trailing_brace() argument
|
| H A D | derive.rs | 152 ) -> Result<(Option<WhereClause>, Fields, Option<Token![;]>)> { in data_struct() 191 Punctuated<Variant, Token![,]>, in data_enum() argument
|
| H A D | ext.rs | 107 type Token = private::IdentAny; typedef
|
| H A D | path.rs | 462 colon2_token: Option<Token![::]>, in do_parse() 942 colon2_token: &Option<Token![::]>, in conditionally_print_turbofish()
|
| H A D | item.rs | 1202 ) -> Result<(Option<Token![:]>, Punctuated<TypeParamBound, Token![+]>)> { in parse_optional_bounds() argument 1226 fn parse_optional_definition(input: ParseStream) -> Result<Option<(Token![=], Type)>> { in parse_optional_definition() 1699 ) -> Result<(Punctuated<FnArg, Token![,]>, Option<Variadic>)> { in parse_fn_args() argument
|
| H A D | ty.rs | 848 ) -> Result<Punctuated<TypeParamBound, Token![+]>> { in parse_bounds() argument
|
| H A D | generics.rs | 802 ) -> Result<Punctuated<Self, Token![+]>> { in parse_multiple() argument
|
| H A D | lit.rs | 1035 impl Token for $name { impl
|
| H A D | expr.rs | 3050 fn multi_index(e: &mut Expr, dot_token: &mut Token![.], float: LitFloat) -> Result<bool> { in multi_index()
|
| /linux/rust/kernel/ |
| H A D | opp.rs | 175 pub struct Token { struct 180 impl Token { impl 193 impl Drop for Token { implementation 245 pub fn add_opp(self, dev: &ARef<Device>) -> Result<Token> { in add_opp()
|