/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/syn-2.0.87/src/ |
D | stmt.rs | 198 fn parse_stmt(input: ParseStream, allow_nosemi: AllowNoSemi) -> Result<Stmt> { in parse_stmt() 265 fn stmt_mac(input: ParseStream, attrs: Vec<Attribute>, path: Path) -> Result<StmtMacro> { in stmt_mac() 282 fn stmt_local(input: ParseStream, attrs: Vec<Attribute>) -> Result<Local> { in stmt_local() 334 input: ParseStream, in stmt_expr()
|
D | ty.rs | 319 input: ParseStream, in ambig_ty() 800 pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result<Self> { in parse() 836 pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result<Self> { in parse() 848 input: ParseStream, in parse_bounds() 899 pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result<Self> { in parse() 970 fn parse(input: ParseStream, allow_plus: bool) -> Result<Self> { in parse() 990 fn parse_bare_fn_arg(input: ParseStream, allow_self: bool) -> Result<BareFnArg> { in parse_bare_fn_arg() 1038 fn parse_bare_variadic(input: ParseStream, attrs: Vec<Attribute>) -> Result<BareVariadic> { in parse_bare_variadic()
|
D | derive.rs | 149 input: ParseStream, in data_struct() 185 input: ParseStream, in data_enum()
|
D | expr.rs | 1301 input: ParseStream, in parse_expr() 1371 fn parse_expr(input: ParseStream, mut lhs: Expr, base: Precedence) -> Result<Expr> { in parse_expr() 1414 input: ParseStream, in parse_binop_rhs() 1464 input: ParseStream, in ambiguous_expr() 1495 fn unary_expr(input: ParseStream, allow_struct: AllowStruct) -> Result<Expr> { in unary_expr() 1574 input: ParseStream, in trailer_expr() 1592 fn trailer_helper(input: ParseStream, mut e: Expr) -> Result<Expr> { in trailer_helper() 1756 fn atom_expr(input: ParseStream, allow_struct: AllowStruct) -> Result<Expr> { in atom_expr() 1907 input: ParseStream, in path_or_macro_or_struct() 1924 input: ParseStream, in rest_of_path_or_macro_or_struct() [all …]
|
D | path.rs | 461 input: ParseStream, in do_parse() 515 fn parse_helper(input: ParseStream, expr_style: bool) -> Result<Self> { in parse_helper() 608 pub(crate) fn parse_helper(input: ParseStream, expr_style: bool) -> Result<Self> { in parse_helper() 623 input: ParseStream, in parse_rest() 643 pub(crate) fn qpath(input: ParseStream, expr_style: bool) -> Result<(Option<QSelf>, Path)> { in qpath()
|
D | pat.rs | 397 fn multi_pat_impl(input: ParseStream, leading_vert: Option<Token![|]>) -> Result<Pat> { in multi_pat_impl() 494 input: ParseStream, in pat_tuple_struct() 521 fn pat_struct(input: ParseStream, qself: Option<QSelf>, path: Path) -> Result<PatStruct> { in pat_struct() 604 fn pat_range(input: ParseStream, qself: Option<QSelf>, path: Path) -> Result<Pat> { in pat_range()
|
D | item.rs | 949 input: ParseStream, in parse_rest_of_item() 1151 input: ParseStream, in parse() 1199 input: ParseStream, in parse_optional_bounds() 1335 input: ParseStream, in parse_item_use() 1369 input: ParseStream, in parse_use_tree() 1497 fn peek_signature(input: ParseStream, allow_safe: bool) -> bool { in peek_signature() 1517 fn parse_signature(input: ParseStream, allow_safe: bool) -> Result<Option<Signature>> { in parse_signature() 1569 input: ParseStream, in parse_rest_of_fn() 1605 input: ParseStream, in parse_fn_arg_or_variadic() 1700 input: ParseStream, in parse_fn_args() [all …]
|
/external/rust/android-crates-io/crates/syn/src/ |
D | stmt.rs | 198 fn parse_stmt(input: ParseStream, allow_nosemi: AllowNoSemi) -> Result<Stmt> { in parse_stmt() 266 fn stmt_mac(input: ParseStream, attrs: Vec<Attribute>, path: Path) -> Result<StmtMacro> { in stmt_mac() 283 fn stmt_local(input: ParseStream, attrs: Vec<Attribute>) -> Result<Local> { in stmt_local() 335 input: ParseStream, in stmt_expr()
|
D | ty.rs | 319 input: ParseStream, in ambig_ty() 800 pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result<Self> { in parse() 836 pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result<Self> { in parse() 848 input: ParseStream, in parse_bounds() 899 pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result<Self> { in parse() 970 fn parse(input: ParseStream, allow_plus: bool) -> Result<Self> { in parse() 990 fn parse_bare_fn_arg(input: ParseStream, allow_self: bool) -> Result<BareFnArg> { in parse_bare_fn_arg() 1038 fn parse_bare_variadic(input: ParseStream, attrs: Vec<Attribute>) -> Result<BareVariadic> { in parse_bare_variadic()
|
D | derive.rs | 149 input: ParseStream, in data_struct() 185 input: ParseStream, in data_enum()
|
D | expr.rs | 1311 input: ParseStream, in parse_expr() 1391 fn parse_expr(input: ParseStream, mut lhs: Expr, base: Precedence) -> Result<Expr> { in parse_expr() 1434 input: ParseStream, in parse_binop_rhs() 1484 input: ParseStream, in ambiguous_expr() 1515 fn unary_expr(input: ParseStream, allow_struct: AllowStruct) -> Result<Expr> { in unary_expr() 1594 input: ParseStream, in trailer_expr() 1612 fn trailer_helper(input: ParseStream, mut e: Expr) -> Result<Expr> { in trailer_helper() 1781 fn atom_expr(input: ParseStream, allow_struct: AllowStruct) -> Result<Expr> { in atom_expr() 1932 input: ParseStream, in path_or_macro_or_struct() 1949 input: ParseStream, in rest_of_path_or_macro_or_struct() [all …]
|
D | path.rs | 461 input: ParseStream, in do_parse() 515 fn parse_helper(input: ParseStream, expr_style: bool) -> Result<Self> { in parse_helper() 611 pub(crate) fn parse_helper(input: ParseStream, expr_style: bool) -> Result<Self> { in parse_helper() 626 input: ParseStream, in parse_rest() 646 pub(crate) fn qpath(input: ParseStream, expr_style: bool) -> Result<(Option<QSelf>, Path)> { in qpath()
|
D | pat.rs | 397 fn multi_pat_impl(input: ParseStream, leading_vert: Option<Token![|]>) -> Result<Pat> { in multi_pat_impl() 494 input: ParseStream, in pat_tuple_struct() 521 fn pat_struct(input: ParseStream, qself: Option<QSelf>, path: Path) -> Result<PatStruct> { in pat_struct() 604 fn pat_range(input: ParseStream, qself: Option<QSelf>, path: Path) -> Result<Pat> { in pat_range()
|
D | item.rs | 949 input: ParseStream, in parse_rest_of_item() 1151 input: ParseStream, in parse() 1199 input: ParseStream, in parse_optional_bounds() 1335 input: ParseStream, in parse_item_use() 1369 input: ParseStream, in parse_use_tree() 1497 fn peek_signature(input: ParseStream, allow_safe: bool) -> bool { in peek_signature() 1517 fn parse_signature(input: ParseStream, allow_safe: bool) -> Result<Option<Signature>> { in parse_signature() 1569 input: ParseStream, in parse_rest_of_fn() 1605 input: ParseStream, in parse_fn_arg_or_variadic() 1700 input: ParseStream, in parse_fn_args() [all …]
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/syn-2.0.87/src/ |
D | stmt.rs | 198 fn parse_stmt(input: ParseStream, allow_nosemi: AllowNoSemi) -> Result<Stmt> { in parse_stmt() 265 fn stmt_mac(input: ParseStream, attrs: Vec<Attribute>, path: Path) -> Result<StmtMacro> { in stmt_mac() 282 fn stmt_local(input: ParseStream, attrs: Vec<Attribute>) -> Result<Local> { in stmt_local() 334 input: ParseStream, in stmt_expr()
|
D | ty.rs | 319 input: ParseStream, in ambig_ty() 800 pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result<Self> { in parse() 836 pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result<Self> { in parse() 848 input: ParseStream, in parse_bounds() 899 pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result<Self> { in parse() 970 fn parse(input: ParseStream, allow_plus: bool) -> Result<Self> { in parse() 990 fn parse_bare_fn_arg(input: ParseStream, allow_self: bool) -> Result<BareFnArg> { in parse_bare_fn_arg() 1038 fn parse_bare_variadic(input: ParseStream, attrs: Vec<Attribute>) -> Result<BareVariadic> { in parse_bare_variadic()
|
D | derive.rs | 149 input: ParseStream, in data_struct() 185 input: ParseStream, in data_enum()
|
D | expr.rs | 1301 input: ParseStream, in parse_expr() 1371 fn parse_expr(input: ParseStream, mut lhs: Expr, base: Precedence) -> Result<Expr> { in parse_expr() 1414 input: ParseStream, in parse_binop_rhs() 1464 input: ParseStream, in ambiguous_expr() 1495 fn unary_expr(input: ParseStream, allow_struct: AllowStruct) -> Result<Expr> { in unary_expr() 1574 input: ParseStream, in trailer_expr() 1592 fn trailer_helper(input: ParseStream, mut e: Expr) -> Result<Expr> { in trailer_helper() 1756 fn atom_expr(input: ParseStream, allow_struct: AllowStruct) -> Result<Expr> { in atom_expr() 1907 input: ParseStream, in path_or_macro_or_struct() 1924 input: ParseStream, in rest_of_path_or_macro_or_struct() [all …]
|
D | path.rs | 461 input: ParseStream, in do_parse() 515 fn parse_helper(input: ParseStream, expr_style: bool) -> Result<Self> { in parse_helper() 608 pub(crate) fn parse_helper(input: ParseStream, expr_style: bool) -> Result<Self> { in parse_helper() 623 input: ParseStream, in parse_rest() 643 pub(crate) fn qpath(input: ParseStream, expr_style: bool) -> Result<(Option<QSelf>, Path)> { in qpath()
|
D | pat.rs | 397 fn multi_pat_impl(input: ParseStream, leading_vert: Option<Token![|]>) -> Result<Pat> { in multi_pat_impl() 494 input: ParseStream, in pat_tuple_struct() 521 fn pat_struct(input: ParseStream, qself: Option<QSelf>, path: Path) -> Result<PatStruct> { in pat_struct() 604 fn pat_range(input: ParseStream, qself: Option<QSelf>, path: Path) -> Result<Pat> { in pat_range()
|
D | item.rs | 949 input: ParseStream, in parse_rest_of_item() 1151 input: ParseStream, in parse() 1199 input: ParseStream, in parse_optional_bounds() 1335 input: ParseStream, in parse_item_use() 1369 input: ParseStream, in parse_use_tree() 1497 fn peek_signature(input: ParseStream, allow_safe: bool) -> bool { in peek_signature() 1517 fn parse_signature(input: ParseStream, allow_safe: bool) -> Result<Option<Signature>> { in parse_signature() 1569 input: ParseStream, in parse_rest_of_fn() 1605 input: ParseStream, in parse_fn_arg_or_variadic() 1700 input: ParseStream, in parse_fn_args() [all …]
|
/external/pdfium/core/fpdfapi/parser/ |
D | cfdf_document.cpp | 41 void CFDF_Document::ParseStream(RetainPtr<IFX_SeekableReadStream> pFile) { in ParseStream() function in CFDF_Document
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.131/src/gen/ |
D | file.rs | 19 fn parse(input: ParseStream, modules: &mut Vec<Module>) -> Result<()> { in parse()
|
/external/rust/cxx/gen/src/ |
D | file.rs | 20 fn parse(input: ParseStream, modules: &mut Vec<Module>) -> Result<()> { in parse()
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.131/src/gen/ |
D | file.rs | 19 fn parse(input: ParseStream, modules: &mut Vec<Module>) -> Result<()> { in parse()
|