Home
last modified time | relevance | path

Searched refs:Parser (Results 1 – 16 of 16) sorted by relevance

/linux/rust/syn/
H A Dmeta.rs8 use crate::parse::{ParseStream, Parser};
134 pub fn parser(logic: impl FnMut(ParseNestedMeta) -> Result<()>) -> impl Parser<Output = ()> { in parser()
H A Dmac.rs6 use crate::parse::{Parse, ParseStream, Parser};
148 pub fn parse_body_with<F: Parser>(&self, parser: F) -> Result<F::Output> { in parse_body_with()
H A Dparse_macro_input.rs120 match $crate::parse::Parser::parse($parser, $tokenstream) {
H A Dlib.rs907 parse::Parser::parse(T::parse, tokens) in parse()
925 parse::Parser::parse2(T::parse, tokens) in parse2()
955 parse::Parser::parse_str(T::parse, s) in parse_str()
H A Dattr.rs12 use crate::parse::{Parse, ParseStream, Parser};
247 pub fn parse_args_with<F: Parser>(&self, parser: F) -> Result<F::Output> { in parse_args_with()
579 pub fn parse_args_with<F: Parser>(&self, parser: F) -> Result<F::Output> { in parse_args_with()
H A Dparse.rs1241 pub trait Parser: Sized { interface
1288 impl<F, T> Parser for F
1325 pub(crate) fn parse_scoped<F: Parser>(f: F, scope: Span, tokens: TokenStream) -> Result<F::Output> { in parse_scoped()
H A Dparse_quote.rs124 use crate::parse::{Parse, ParseStream, Parser};
H A Dlit.rs6 use crate::parse::{Parse, Parser};
215 pub fn parse_with<F: Parser>(&self, parser: F) -> Result<F::Output> { in parse_with()
/linux/Documentation/driver-api/
H A Dmen-chameleon-bus.rst13 2.3 Parser
83 Parser section in Architecture
/linux/drivers/mtd/parsers/
H A DKconfig95 tristate "Parser for BCM963XX Image Tag format partitions"
137 tristate "Parser for TRX format partitions"
/linux/Documentation/networking/
H A Dstrparser.rst4 Stream Parser (strparser)
14 Connection Multiplexor (KCM) uses the Stream Parser to parse messages
H A Dradiotap-headers.rst94 Using the Radiotap Parser
/linux/drivers/gpu/drm/msm/registers/
H A Dgen_header.py459 class Parser(object): class
910 p = Parser()
965 p = Parser()
/linux/Documentation/networking/device_drivers/ethernet/freescale/
H A Ddpaa.rst190 DPAA FMan Parser and Keygen blocks to distribute traffic on 128
/linux/Documentation/networking/device_drivers/ethernet/stmicro/
H A Dstmmac.rst89 - Flexible RX Parser
/linux/Documentation/hid/
H A Dhidintro.rst101 * the online `USB Descriptor and Request Parser