Home
last modified time | relevance | path

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

/external/rust/crates/syn/src/
Dstmt.rs154 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()
Dderive.rs165 input: ParseStream, in data_struct()
201 input: ParseStream, in data_enum()
Dexpr.rs1261 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 …]
Dpat.rs465 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()
Dty.rs367 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()
Dpath.rs363 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()
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.rs1535 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()
Dpunctuated.rs289 input: ParseStream, in parse_terminated_with()
347 input: ParseStream, in parse_separated_nonempty_with()
Dparse.rs228 pub type ParseStream<'a> = &'a ParseBuffer<'a>; typedef
/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/gen/src/
Dfile.rs20 fn parse(input: ParseStream, modules: &mut Vec<Module>) -> Result<()> { in parse()
/external/rust/crates/thiserror-impl/src/
Dattr.rs106 fn parse_token_expr(input: ParseStream, mut begin_expr: bool) -> Result<TokenStream> { in parse_token_expr()
/external/rust/cxx/syntax/
Dparse.rs685 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/
Doffer_messages.cc100 ErrorOr<Stream> ParseStream(const Json::Value& value, Stream::Type type) { in ParseStream() function
/external/rust/crates/pin-project-internal/src/
Dutils.rs159 impl<'a> ParseBufferExt<'a> for ParseStream<'a> { implementation
/external/webrtc/logging/rtc_event_log/
Drtc_event_log_parser.cc1104 ParsedRtcEventLog::ParseStatus ParsedRtcEventLog::ParseStream( in ParseStream() function in webrtc::ParsedRtcEventLog