Home
last modified time | relevance | path

Searched defs:ParseStream (Results 1 – 19 of 19) sorted by relevance

/external/rust/crates/syn/src/
Dstmt.rs154 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()
Dty.rs366 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()
Dderive.rs165 input: ParseStream, in data_struct()
201 input: ParseStream, in data_enum()
Dpat.rs460 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()
Dexpr.rs1286 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 …]
Dpath.rs405 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()
Dtoken.rs896 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()
Ditem.rs1177 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()
Dattr.rs503 pub fn parse_inner(input: ParseStream, attrs: &mut Vec<Attribute>) -> Result<()> { in parse_inner()
Dpunctuated.rs290 input: ParseStream, in parse_terminated_with()
348 input: ParseStream, in parse_separated_nonempty_with()
Dparse.rs230 pub type ParseStream<'a> = &'a ParseBuffer<'a>; typedef
Dgenerics.rs833 input: ParseStream, in parse_multiple()
/external/pdfium/core/fpdfapi/parser/
Dcfdf_document.cpp38 void CFDF_Document::ParseStream(RetainPtr<IFX_SeekableReadStream> pFile) { in ParseStream() function in CFDF_Document
/external/rust/cxx/syntax/
Dqualified.rs33 fn parse_unquoted(input: ParseStream, allow_raw: bool) -> Result<QualifiedName> { in parse_unquoted()
Dparse.rs749 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/
Dfile.rs20 fn parse(input: ParseStream, modules: &mut Vec<Module>) -> Result<()> { in parse()
/external/rust/crates/thiserror-impl/src/
Dattr.rs122 fn parse_token_expr(input: ParseStream, mut begin_expr: bool) -> Result<TokenStream> { in parse_token_expr()
/external/rust/crates/pin-project-internal/src/
Dutils.rs169 impl<'a> ParseBufferExt<'a> for ParseStream<'a> { implementation
/external/webrtc/logging/rtc_event_log/
Drtc_event_log_parser.cc1148 ParsedRtcEventLog::ParseStatus ParsedRtcEventLog::ParseStream( in ParseStream() function in webrtc::ParsedRtcEventLog