Searched defs:Reject (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/proc-macro2/src/ |
D | parse.rs | 53 fn parse(&self, tag: &str) -> Result<Cursor<'a>, Reject> { in parse() argument 62 pub(crate) struct Reject; struct 145 fn word_break(input: Cursor) -> Result<Cursor, Reject> { in word_break() argument 319 fn literal_nocapture(input: Cursor) -> Result<Cursor, Reject> { in literal_nocapture() argument 344 fn string(input: Cursor) -> Result<Cursor, Reject> { in string() argument 354 fn cooked_string(input: Cursor) -> Result<Cursor, Reject> { in cooked_string() argument 403 fn byte_string(input: Cursor) -> Result<Cursor, Reject> { in byte_string() argument 413 fn cooked_byte_string(mut input: Cursor) -> Result<Cursor, Reject> { in cooked_byte_string() argument 461 fn raw_string(input: Cursor) -> Result<Cursor, Reject> { in raw_string() argument 490 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/zucchini/ |
D | arm_utils_unittest.cc | 246 void Reject(CODE_T clean_slate_code, in Reject() function in zucchini::__anoned8c642c0111::ArmTranslatorWriteReadTest
|