Searched refs:Reject (Results 1 – 4 of 4) sorted by relevance
67 fn parse(&self, tag: &str) -> Result<Cursor<'a>, Reject> { in parse() argument71 Err(Reject) in parse()76 pub(crate) struct Reject; struct77 type PResult<'a, O> = Result<(Cursor<'a>, O), Reject>;104 Err(Reject) => return s, in skip_whitespace()129 return Err(Reject); in block_comment()151 Err(Reject) in block_comment()159 fn word_break(input: Cursor) -> Result<Cursor, Reject> { in word_break() argument161 Some(ch) if is_ident_continue(ch) => Err(Reject), in word_break()241 Err(Reject) => return Err(lex_error(input)), in token_stream()[all …]
2 /// Since commit 1c6c69525b40 ("genirq: Reject bogus threaded irq requests")
278 Reject unsigned modules or signed modules for which we don't have a
854 35 filter (2:r0=1) (* Reject too-early starts. *)