Searched defs:Reject (Results 1 – 4 of 4) sorted by relevance
| /external/rust/crates/proc-macro2/src/ |
| D | parse.rs | 54 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/ |
| D | deferred.cc | 74 void DeferredBase::Reject() { in Reject() function in perfetto::ipc::DeferredBase
|
| /external/rust/crates/libfuzzer-sys/src/ |
| D | lib.rs | 26 Reject, enumerator
|
| /external/zucchini/ |
| D | arm_utils_unittest.cc | 246 void Reject(CODE_T clean_slate_code, in Reject() function in zucchini::__anonecbca1650111::ArmTranslatorWriteReadTest
|