Searched refs:Parser (Results 1 – 16 of 16) sorted by relevance
| /linux/rust/syn/ |
| H A D | meta.rs | 8 use crate::parse::{ParseStream, Parser}; 134 pub fn parser(logic: impl FnMut(ParseNestedMeta) -> Result<()>) -> impl Parser<Output = ()> { in parser()
|
| H A D | mac.rs | 6 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 D | parse_macro_input.rs | 120 match $crate::parse::Parser::parse($parser, $tokenstream) {
|
| H A D | lib.rs | 907 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 D | attr.rs | 12 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 D | parse.rs | 1241 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 D | parse_quote.rs | 124 use crate::parse::{Parse, ParseStream, Parser};
|
| H A D | lit.rs | 6 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 D | men-chameleon-bus.rst | 13 2.3 Parser 83 Parser section in Architecture
|
| /linux/drivers/mtd/parsers/ |
| H A D | Kconfig | 95 tristate "Parser for BCM963XX Image Tag format partitions" 137 tristate "Parser for TRX format partitions"
|
| /linux/Documentation/networking/ |
| H A D | strparser.rst | 4 Stream Parser (strparser) 14 Connection Multiplexor (KCM) uses the Stream Parser to parse messages
|
| H A D | radiotap-headers.rst | 94 Using the Radiotap Parser
|
| /linux/drivers/gpu/drm/msm/registers/ |
| H A D | gen_header.py | 459 class Parser(object): class 910 p = Parser() 965 p = Parser()
|
| /linux/Documentation/networking/device_drivers/ethernet/freescale/ |
| H A D | dpaa.rst | 190 DPAA FMan Parser and Keygen blocks to distribute traffic on 128
|
| /linux/Documentation/networking/device_drivers/ethernet/stmicro/ |
| H A D | stmmac.rst | 89 - Flexible RX Parser
|
| /linux/Documentation/hid/ |
| H A D | hidintro.rst | 101 * the online `USB Descriptor and Request Parser
|