| /external/rust/crates/syn/src/ |
| D | stmt.rs | 182 fn parse_stmt(input: ParseStream, allow_nosemi: AllowNoSemi) -> Result<Stmt> { in parse_stmt() 249 fn stmt_mac(input: ParseStream, attrs: Vec<Attribute>, path: Path) -> Result<StmtMacro> { in stmt_mac() 266 fn stmt_local(input: ParseStream, attrs: Vec<Attribute>) -> Result<Local> { in stmt_local() 318 input: ParseStream, in stmt_expr()
|
| D | ty.rs | 296 input: ParseStream, in ambig_ty() 752 pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result<Self> { in parse() 788 pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result<Self> { in parse() 800 input: ParseStream, in parse_bounds() 841 pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result<Self> { in parse() 889 fn parse(input: ParseStream, allow_plus: bool) -> Result<Self> { in parse() 909 fn parse_bare_fn_arg(input: ParseStream, allow_self: bool) -> Result<BareFnArg> { in parse_bare_fn_arg() 957 fn parse_bare_variadic(input: ParseStream, attrs: Vec<Attribute>) -> Result<BareVariadic> { in parse_bare_variadic()
|
| D | derive.rs | 136 input: ParseStream, in data_struct() 172 input: ParseStream, in data_enum()
|
| D | pat.rs | 357 fn multi_pat_impl(input: ParseStream, leading_vert: Option<Token![|]>) -> Result<Pat> { in multi_pat_impl() 447 input: ParseStream, in pat_tuple_struct() 474 fn pat_struct(input: ParseStream, qself: Option<QSelf>, path: Path) -> Result<PatStruct> { in pat_struct() 566 fn pat_range(input: ParseStream, qself: Option<QSelf>, path: Path) -> Result<Pat> { in pat_range()
|
| D | path.rs | 480 fn parse_helper(input: ParseStream, expr_style: bool) -> Result<Self> { in parse_helper() 573 pub(crate) fn parse_helper(input: ParseStream, expr_style: bool) -> Result<Self> { in parse_helper() 588 input: ParseStream, in parse_rest() 608 pub(crate) fn qpath(input: ParseStream, expr_style: bool) -> Result<(Option<QSelf>, Path)> { in qpath()
|
| D | expr.rs | 1160 input: ParseStream, in parse_expr() 1257 fn parse_expr(input: ParseStream, mut lhs: Expr, base: Precedence) -> Result<Expr> { in parse_expr() 1316 input: ParseStream, in ambiguous_expr() 1362 fn unary_expr(input: ParseStream, allow_struct: AllowStruct) -> Result<Expr> { in unary_expr() 1419 input: ParseStream, in trailer_expr() 1437 fn trailer_helper(input: ParseStream, mut e: Expr) -> Result<Expr> { in trailer_helper() 1573 fn atom_expr(input: ParseStream, allow_struct: AllowStruct) -> Result<Expr> { in atom_expr() 1724 input: ParseStream, in path_or_macro_or_struct() 2178 input: ParseStream, in expr_unary() 2261 fn expr_closure(input: ParseStream, allow_struct: AllowStruct) -> Result<ExprClosure> { in expr_closure() [all …]
|
| D | item.rs | 909 input: ParseStream, in parse_rest_of_item() 1110 input: ParseStream, in parse() 1158 input: ParseStream, in parse_optional_bounds() 1286 input: ParseStream, in parse_item_use() 1320 input: ParseStream, in parse_use_tree() 1500 input: ParseStream, in parse_rest_of_fn() 1536 input: ParseStream, in parse_fn_arg_or_variadic() 1631 input: ParseStream, in parse_fn_args() 2128 input: ParseStream, in parse_rest_of_trait() 2188 input: ParseStream, in parse_start_of_trait_alias() [all …]
|
| D | meta.rs | 385 input: ParseStream, in parse_nested_meta()
|
| D | token.rs | 1021 pub(crate) fn keyword(input: ParseStream, token: &str) -> Result<Span> { in keyword() 1041 pub fn punct<const N: usize>(input: ParseStream, token: &str) -> Result<[Span; N]> { in punct() 1047 fn punct_helper(input: ParseStream, token: &str, spans: &mut [Span]) -> Result<()> { in punct_helper()
|
| D | attr.rs | 623 pub(crate) fn parse_inner(input: ParseStream, attrs: &mut Vec<Attribute>) -> Result<()> { in parse_inner()
|
| D | punctuated.rs | 285 input: ParseStream, in parse_terminated_with() 337 input: ParseStream, in parse_separated_nonempty_with()
|
| D | parse.rs | 223 pub type ParseStream<'a> = &'a ParseBuffer<'a>; typedef
|
| D | generics.rs | 783 input: ParseStream, in parse_multiple()
|
| /external/pdfium/core/fpdfapi/parser/ |
| D | cfdf_document.cpp | 38 void CFDF_Document::ParseStream(RetainPtr<IFX_SeekableReadStream> pFile) { in ParseStream() function in CFDF_Document
|
| /external/rust/cxx/gen/src/ |
| D | file.rs | 20 fn parse(input: ParseStream, modules: &mut Vec<Module>) -> Result<()> { in parse()
|
| /external/rust/cxx/syntax/ |
| D | qualified.rs | 37 fn parse_unquoted(input: ParseStream, allow_raw: bool) -> Result<QualifiedName> { in parse_unquoted()
|
| D | parse.rs | 744 input: ParseStream, in parse_extern_verbatim_type() 845 input: ParseStream, in parse_type_alias() 907 input: ParseStream, in parse_extern_type_bounded()
|
| /external/rust/crates/miette-derive/src/ |
| D | fmt.rs | 166 pub fn parse_token_expr(input: ParseStream, mut begin_expr: bool) -> Result<TokenStream> { in parse_token_expr()
|
| /external/rust/crates/thiserror-impl/src/ |
| D | attr.rs | 126 fn parse_token_expr(input: ParseStream, mut begin_expr: bool) -> Result<TokenStream> { in parse_token_expr()
|
| /external/rust/crates/prettyplease/src/ |
| D | item.rs | 1396 input: ParseStream, in parse() 1419 input: ParseStream, in parse() 1490 input: ParseStream, in parse()
|
| /external/rust/crates/pin-project-internal/src/ |
| D | utils.rs | 157 impl<'a> ParseBufferExt<'a> for ParseStream<'a> { implementation
|
| /external/lzma/CPP/7zip/Archive/Wim/ |
| D | WimIn.cpp | 411 static inline void ParseStream(bool oldVersion, const Byte *p, CStreamInfo &s) in ParseStream() function
|
| /external/webrtc/logging/rtc_event_log/ |
| D | rtc_event_log_parser.cc | 1148 ParsedRtcEventLog::ParseStatus ParsedRtcEventLog::ParseStream( in ParseStream() function in webrtc::ParsedRtcEventLog
|