/external/rust/crates/syn/src/ |
D | stmt.rs | 154 fn parse_stmt(input: ParseStream, allow_nosemi: bool) -> Result<Stmt> { in parse_stmt() 207 fn stmt_mac(input: ParseStream, attrs: Vec<Attribute>, path: Path) -> Result<Stmt> { in stmt_mac() 226 fn stmt_local(input: ParseStream, attrs: Vec<Attribute>, begin: ParseBuffer) -> Result<Stmt> { in stmt_local() 272 input: ParseStream, in stmt_expr()
|
D | derive.rs | 165 input: ParseStream, in data_struct() 202 input: ParseStream, in data_enum() 220 input: ParseStream, in data_union()
|
D | ty.rs | 366 fn ambig_ty(input: ParseStream, allow_plus: bool) -> Result<Type> { in ambig_ty() 709 fn parse_bare_fn(input: ParseStream, allow_mut_self: bool) -> Result<Option<TypeBareFn>> { in parse_bare_fn() 844 pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result<Self> { in parse() 888 pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result<Self> { in parse() 896 input: ParseStream, in parse_bounds() 938 pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result<Self> { in parse() 966 fn parse(input: ParseStream, allow_plus: bool) -> Result<Self> { in parse() 984 input: ParseStream, in parse_bare_fn_arg()
|
D | expr.rs | 1279 input: ParseStream, in parse_expr() 1392 input: ParseStream, in parse_expr() 1454 fn ambiguous_expr(input: ParseStream, allow_struct: AllowStruct) -> Result<Expr> { in ambiguous_expr() 1488 fn unary_expr(input: ParseStream, allow_struct: AllowStruct) -> Result<Expr> { in unary_expr() 1525 fn unary_expr(input: ParseStream, allow_struct: AllowStruct) -> Result<Expr> { in unary_expr() 1546 input: ParseStream, in trailer_expr() 1559 fn trailer_helper(input: ParseStream, mut e: Expr) -> Result<Expr> { in trailer_helper() 1667 fn trailer_expr(input: ParseStream, allow_struct: AllowStruct) -> Result<Expr> { in trailer_expr() 1713 fn atom_expr(input: ParseStream, allow_struct: AllowStruct) -> Result<Expr> { in atom_expr() 1806 fn atom_expr(input: ParseStream, _allow_struct: AllowStruct) -> Result<Expr> { in atom_expr() [all …]
|
D | pat.rs | 463 fn pat_tuple_struct(input: ParseStream, path: Path) -> Result<PatTupleStruct> { in pat_tuple_struct() 471 fn pat_struct(input: ParseStream, path: Path) -> Result<PatStruct> { in pat_struct() 558 input: ParseStream, in pat_range() 581 fn pat_range_half_open(input: ParseStream, begin: ParseBuffer) -> Result<Pat> { in pat_range_half_open() 739 fn multi_pat_impl(input: ParseStream, leading_vert: Option<Token![|]>) -> Result<Pat> { in multi_pat_impl()
|
D | path.rs | 375 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() 602 pub fn qpath(input: ParseStream, expr_style: bool) -> Result<(Option<QSelf>, Path)> { in qpath()
|
D | token.rs | 896 pub fn keyword(input: ParseStream, token: &str) -> Result<Span> { in keyword() 915 pub fn punct<S: FromSpans>(input: ParseStream, token: &str) -> Result<S> { in punct() 921 fn punct_helper(input: ParseStream, token: &str, spans: &mut [Span; 3]) -> Result<()> { in punct_helper()
|
D | item.rs | 1532 input: ParseStream, in parse_rest_of_fn() 2084 input: ParseStream, in parse_rest_of_trait() 2143 input: ParseStream, in parse_start_of_trait_alias() 2154 input: ParseStream, in parse_rest_of_trait_alias() 2409 fn parse_impl(input: ParseStream, allow_verbatim_impl: bool) -> Result<Option<ItemImpl>> { in parse_impl()
|
D | attr.rs | 503 pub fn parse_inner(input: ParseStream, attrs: &mut Vec<Attribute>) -> Result<()> { in parse_inner()
|
D | data.rs | 299 input: ParseStream, in parse_braced()
|
D | punctuated.rs | 289 input: ParseStream, in parse_terminated_with() 347 input: ParseStream, in parse_separated_nonempty_with()
|
D | parse.rs | 228 pub type ParseStream<'a> = &'a ParseBuffer<'a>; typedef
|
/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/crates/thiserror-impl/src/ |
D | attr.rs | 122 fn parse_token_expr(input: ParseStream, mut begin_expr: bool) -> Result<TokenStream> { in parse_token_expr()
|
/external/rust/cxx/syntax/ |
D | parse.rs | 700 input: ParseStream, in parse_extern_verbatim_type() 774 input: ParseStream, in parse_type_alias() 830 input: ParseStream, in parse_extern_type_bounded()
|
/external/rust/crates/pin-project-internal/src/ |
D | utils.rs | 169 impl<'a> ParseBufferExt<'a> for ParseStream<'a> { implementation
|
/external/webrtc/logging/rtc_event_log/ |
D | rtc_event_log_parser.cc | 1104 ParsedRtcEventLog::ParseStatus ParsedRtcEventLog::ParseStream( in ParseStream() function in webrtc::ParsedRtcEventLog
|