Lines Matching refs:ParseStream

284     use crate::parse::{Parse, ParseStream};
299 fn parse(input: ParseStream) -> Result<Self> { in parse()
313 pub fn without_plus(input: ParseStream) -> Result<Self> { in without_plus()
321 input: ParseStream, in ambig_ty() argument
617 fn parse(input: ParseStream) -> Result<Self> { in parse()
628 fn parse(input: ParseStream) -> Result<Self> { in parse()
641 fn parse(input: ParseStream) -> Result<Self> { in parse()
664 fn parse(input: ParseStream) -> Result<Self> { in parse()
677 fn parse(input: ParseStream) -> Result<Self> { in parse()
724 fn parse(input: ParseStream) -> Result<Self> { in parse()
733 fn parse(input: ParseStream) -> Result<Self> { in parse()
742 fn parse(input: ParseStream) -> Result<Self> { in parse()
775 fn parse(input: ParseStream) -> Result<Self> { in parse()
784 fn parse(input: ParseStream) -> Result<Self> { in parse()
793 pub fn without_plus(input: ParseStream) -> Result<Self> { in without_plus()
798 pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result<Self> { in parse() argument
812 fn parse(input: ParseStream) -> Result<Self> { in parse()
820 fn parse(input: ParseStream) -> Result<Self> { in parse()
828 pub fn without_plus(input: ParseStream) -> Result<Self> { in without_plus()
834 pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result<Self> { in parse() argument
846 input: ParseStream, in parse_bounds() argument
884 fn parse(input: ParseStream) -> Result<Self> { in parse()
892 pub fn without_plus(input: ParseStream) -> Result<Self> { in without_plus()
897 pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result<Self> { in parse() argument
950 fn parse(input: ParseStream) -> Result<Self> { in parse()
961 fn parse(input: ParseStream) -> Result<Self> { in parse()
968 fn parse(input: ParseStream, allow_plus: bool) -> Result<Self> { in parse() argument
982 fn parse(input: ParseStream) -> Result<Self> { in parse()
988 fn parse_bare_fn_arg(input: ParseStream, allow_self: bool) -> Result<BareFnArg> { in parse_bare_fn_arg() argument
1036 fn parse_bare_variadic(input: ParseStream, attrs: Vec<Attribute>) -> Result<BareVariadic> { in parse_bare_variadic() argument
1053 fn parse(input: ParseStream) -> Result<Self> { in parse()
1063 fn parse(input: ParseStream) -> Result<Self> { in parse()