/external/rust/crates/syn/src/ |
D | stmt.rs | 154 fn parse_stmt(input: ParseStream, allow_nosemi: bool) -> Result<Stmt> { in parse_stmt() 203 fn stmt_mac(input: ParseStream, attrs: Vec<Attribute>, path: Path) -> Result<Stmt> { in stmt_mac() 222 fn stmt_local(input: ParseStream, attrs: Vec<Attribute>) -> Result<Local> { in stmt_local() 254 input: ParseStream, in stmt_expr()
|
D | derive.rs | 165 input: ParseStream, in data_struct() 201 input: ParseStream, in data_enum()
|
D | expr.rs | 1261 input: ParseStream, in parse_expr() 1373 input: ParseStream, in parse_expr() 1435 fn ambiguous_expr(input: ParseStream, allow_struct: AllowStruct) -> Result<Expr> { in ambiguous_expr() 1469 fn unary_expr(input: ParseStream, allow_struct: AllowStruct) -> Result<Expr> { in unary_expr() 1506 fn unary_expr(input: ParseStream, allow_struct: AllowStruct) -> Result<Expr> { in unary_expr() 1527 input: ParseStream, in trailer_expr() 1540 fn trailer_helper(input: ParseStream, mut e: Expr) -> Result<Expr> { in trailer_helper() 1642 fn trailer_expr(input: ParseStream, allow_struct: AllowStruct) -> Result<Expr> { in trailer_expr() 1688 fn atom_expr(input: ParseStream, allow_struct: AllowStruct) -> Result<Expr> { in atom_expr() 1781 fn atom_expr(input: ParseStream, _allow_struct: AllowStruct) -> Result<Expr> { in atom_expr() [all …]
|
D | pat.rs | 465 fn pat_tuple_struct(input: ParseStream, path: Path) -> Result<PatTupleStruct> { in pat_tuple_struct() 473 fn pat_struct(input: ParseStream, path: Path) -> Result<PatStruct> { in pat_struct() 560 input: ParseStream, in pat_range() 583 fn pat_range_half_open(input: ParseStream, begin: ParseBuffer) -> Result<Pat> { in pat_range_half_open() 741 fn multi_pat_impl(input: ParseStream, leading_vert: Option<Token![|]>) -> Result<Pat> { in multi_pat_impl()
|
D | ty.rs | 367 fn ambig_ty(input: ParseStream, allow_plus: bool) -> Result<Type> { in ambig_ty() 712 fn parse_bare_fn(input: ParseStream, allow_mut_self: bool) -> Result<Option<TypeBareFn>> { in parse_bare_fn() 844 pub fn parse(input: ParseStream, allow_plus: bool) -> Result<Self> { in parse() 886 pub fn parse(input: ParseStream, allow_plus: bool) -> Result<Self> { in parse() 957 fn parse(input: ParseStream, allow_plus: bool) -> Result<Self> { in parse() 975 input: ParseStream, in parse_bare_fn_arg()
|
D | path.rs | 363 fn parse_helper(input: ParseStream, expr_style: bool) -> Result<Self> { in parse_helper() 561 pub(crate) fn parse_helper(input: ParseStream, expr_style: bool) -> Result<Self> { in parse_helper() 576 input: ParseStream, in parse_rest() 590 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 | 1535 input: ParseStream, in parse_rest_of_fn() 2132 input: ParseStream, in parse_rest_of_trait() 2191 input: ParseStream, in parse_start_of_trait_alias() 2202 input: ParseStream, in parse_rest_of_trait_alias() 2457 fn parse_impl(input: ParseStream, allow_const_impl: bool) -> Result<Option<ItemImpl>> { in parse_impl()
|
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 | 106 fn parse_token_expr(input: ParseStream, mut begin_expr: bool) -> Result<TokenStream> { in parse_token_expr()
|
/external/rust/cxx/syntax/ |
D | parse.rs | 685 input: ParseStream, in parse_extern_verbatim_type() 759 input: ParseStream, in parse_type_alias() 815 input: ParseStream, in parse_extern_type_bounded()
|
/external/openscreen/cast/streaming/ |
D | offer_messages.cc | 100 ErrorOr<Stream> ParseStream(const Json::Value& value, Stream::Type type) { in ParseStream() function
|
/external/rust/crates/pin-project-internal/src/ |
D | utils.rs | 159 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
|