Home
last modified time | relevance | path

Searched defs:Reject (Results 1 – 2 of 2) sorted by relevance

/linux/rust/proc-macro2/
H A Dparse.rs67 fn parse(&self, tag: &str) -> Result<Cursor<'a>, Reject> { in parse() argument
76 pub(crate) struct Reject; struct
159 fn word_break(input: Cursor) -> Result<Cursor, Reject> { in word_break() argument
345 fn literal_nocapture(input: Cursor) -> Result<Cursor, Reject> { in literal_nocapture() argument
372 fn string(input: Cursor) -> Result<Cursor, Reject> { in string() argument
382 fn cooked_string(mut input: Cursor) -> Result<Cursor, Reject> { in cooked_string() argument
416 fn raw_string(input: Cursor) -> Result<Cursor, Reject> { in raw_string() argument
435 fn byte_string(input: Cursor) -> Result<Cursor, Reject> { in byte_string() argument
445 fn cooked_byte_string(mut input: Cursor) -> Result<Cursor, Reject> { in cooked_byte_string() argument
493 fn raw_byte_string(input: Cursor) -> Result<Cursor, Reject> { in raw_byte_string() argument
[all …]
/linux/drivers/isdn/capi/
H A Dkcapi.h147 __u16 Reject; member