/external/rust/crates/syn/src/ |
D | stmt.rs | 154 fn parse_stmt(input: ParseStream, allow_nosemi: bool) -> Result<Stmt> { in parse_stmt() 211 fn stmt_mac(input: ParseStream, attrs: Vec<Attribute>, path: Path) -> Result<Stmt> { in stmt_mac() 230 fn stmt_local(input: ParseStream, attrs: Vec<Attribute>, begin: ParseBuffer) -> Result<Stmt> { in stmt_local() 276 input: ParseStream, in stmt_expr()
|
D | ty.rs | 366 input: ParseStream, in ambig_ty() 724 fn parse_bare_fn(input: ParseStream, allow_mut_self: bool) -> Result<Option<TypeBareFn>> { in parse_bare_fn() 875 pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result<Self> { in parse() 911 pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result<Self> { in parse() 923 input: ParseStream, in parse_bounds() 964 pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result<Self> { in parse() 1012 fn parse(input: ParseStream, allow_plus: bool) -> Result<Self> { in parse() 1033 input: ParseStream, in parse_bare_fn_arg()
|
D | derive.rs | 165 input: ParseStream, in data_struct() 201 input: ParseStream, in data_enum()
|
D | pat.rs | 460 fn pat_tuple_struct(input: ParseStream, path: Path) -> Result<PatTupleStruct> { in pat_tuple_struct() 468 fn pat_struct(begin: ParseBuffer, input: ParseStream, path: Path) -> Result<Pat> { 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 | expr.rs | 1286 input: ParseStream, in parse_expr() 1405 input: ParseStream, in parse_expr() 1470 fn ambiguous_expr(input: ParseStream, allow_struct: AllowStruct) -> Result<Expr> { in ambiguous_expr() 1504 fn unary_expr(input: ParseStream, allow_struct: AllowStruct) -> Result<Expr> { in unary_expr() 1541 fn unary_expr(input: ParseStream, allow_struct: AllowStruct) -> Result<Expr> { in unary_expr() 1563 input: ParseStream, in trailer_expr() 1581 fn trailer_helper(input: ParseStream, mut e: Expr) -> Result<Expr> { in trailer_helper() 1669 fn trailer_expr(input: ParseStream, allow_struct: AllowStruct) -> Result<Expr> { in trailer_expr() 1715 fn atom_expr(input: ParseStream, allow_struct: AllowStruct) -> Result<Expr> { in atom_expr() 1817 fn atom_expr(input: ParseStream, _allow_struct: AllowStruct) -> Result<Expr> { in atom_expr() [all …]
|
D | path.rs | 405 fn parse_helper(input: ParseStream, expr_style: bool) -> Result<Self> { in parse_helper() 603 pub(crate) fn parse_helper(input: ParseStream, expr_style: bool) -> Result<Self> { in parse_helper() 618 input: ParseStream, in parse_rest() 632 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 | 1177 fn parse(input: ParseStream, where_clause_location: WhereClauseLocation) -> Result<Self> { in parse() 1546 input: ParseStream, in parse_rest_of_fn() 2094 input: ParseStream, in parse_rest_of_trait() 2153 input: ParseStream, in parse_start_of_trait_alias() 2164 input: ParseStream, in parse_rest_of_trait_alias() 2418 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 | punctuated.rs | 290 input: ParseStream, in parse_terminated_with() 348 input: ParseStream, in parse_separated_nonempty_with()
|
D | parse.rs | 230 pub type ParseStream<'a> = &'a ParseBuffer<'a>; typedef
|
D | generics.rs | 833 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/syntax/ |
D | qualified.rs | 33 fn parse_unquoted(input: ParseStream, allow_raw: bool) -> Result<QualifiedName> { in parse_unquoted()
|
D | parse.rs | 749 input: ParseStream, in parse_extern_verbatim_type() 846 input: ParseStream, in parse_type_alias() 908 input: ParseStream, in parse_extern_type_bounded()
|
/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/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 | 1148 ParsedRtcEventLog::ParseStatus ParsedRtcEventLog::ParseStream( in ParseStream() function in webrtc::ParsedRtcEventLog
|