Searched defs:Reject (Results 1 – 5 of 5) sorted by relevance
/third_party/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 …]
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/interop/ |
D | Core.h | 183 void Reject(Napi::Value value) const { in Reject() function 187 void Reject(Napi::Error err) const { in Reject() function 190 void Reject(std::string err) const { in Reject() function
|
/third_party/node/src/ |
D | node_file-inl.h | 177 void FSReqPromise<AliasedBufferT>::Reject(v8::Local<v8::Value> reject) { in Reject() function
|
D | node_file.cc | 298 void FileHandle::CloseReq::Reject(Local<Value> reason) { in Reject() function in node::fs::FileHandle::CloseReq 566 void FSReqCallback::Reject(Local<Value> reject) { in Reject() function in node::fs::FSReqCallback 623 void FSReqAfterScope::Reject(uv_fs_t* req) { in Reject() function in node::fs::FSReqAfterScope
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 104003 Reject, enumerator
|