Home
last modified time | relevance | path

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

/third_party/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 …]
/third_party/skia/third_party/externals/dawn/src/dawn_node/interop/
DCore.h183 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/
Dnode_file-inl.h177 void FSReqPromise<AliasedBufferT>::Reject(v8::Local<v8::Value> reject) { in Reject() function
Dnode_file.cc298 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/
Dstylo.hpp104003 Reject, enumerator