Home
last modified time | relevance | path

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

/external/rust/crates/proc-macro2/src/
Dparse.rs54 fn parse(&self, tag: &str) -> Result<Cursor<'a>, Reject> { in parse() argument
63 pub(crate) struct Reject; struct
146 fn word_break(input: Cursor) -> Result<Cursor, Reject> { in word_break() argument
320 fn literal_nocapture(input: Cursor) -> Result<Cursor, Reject> { in literal_nocapture() argument
345 fn string(input: Cursor) -> Result<Cursor, Reject> { in string() argument
355 fn cooked_string(input: Cursor) -> Result<Cursor, Reject> { in cooked_string() argument
404 fn byte_string(input: Cursor) -> Result<Cursor, Reject> { in byte_string() argument
414 fn cooked_byte_string(mut input: Cursor) -> Result<Cursor, Reject> { in cooked_byte_string() argument
462 fn raw_string(input: Cursor) -> Result<Cursor, Reject> { in raw_string() argument
495 fn byte(input: Cursor) -> Result<Cursor, Reject> { in byte() argument
[all …]
/external/perfetto/src/ipc/
Ddeferred.cc74 void DeferredBase::Reject() { in Reject() function in perfetto::ipc::DeferredBase
/external/rust/crates/libfuzzer-sys/src/
Dlib.rs26 Reject, enumerator
/external/zucchini/
Darm_utils_unittest.cc246 void Reject(CODE_T clean_slate_code, in Reject() function in zucchini::__anonecbca1650111::ArmTranslatorWriteReadTest