Searched defs:Reject (Results 1 – 4 of 4) 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 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/llvm-project/polly/include/polly/ |
D | ScopDetectionDiagnostic.h | 178 void report(RejectReasonPtr Reject) { ErrorReports.push_back(Reject); } in report()
|
/external/llvm-project/clang-tools-extra/clangd/refactor/ |
D | Rename.cpp | 649 auto Reject = renameable(RenameDecl, RInputs.MainFilePath, RInputs.Index, in rename() local
|