Searched defs:Reject (Results 1 – 8 of 8) sorted by relevance
/third_party/rust/crates/proc-macro2/src/ |
D | parse.rs | 65 fn parse(&self, tag: &str) -> Result<Cursor<'a>, Reject> { in parse() argument 74 pub(crate) struct Reject; struct 157 fn word_break(input: Cursor) -> Result<Cursor, Reject> { in word_break() argument 347 fn literal_nocapture(input: Cursor) -> Result<Cursor, Reject> { in literal_nocapture() argument 374 fn string(input: Cursor) -> Result<Cursor, Reject> { in string() argument 384 fn cooked_string(mut input: Cursor) -> Result<Cursor, Reject> { in cooked_string() argument 418 fn raw_string(input: Cursor) -> Result<Cursor, Reject> { in raw_string() argument 437 fn byte_string(input: Cursor) -> Result<Cursor, Reject> { in byte_string() argument 447 fn cooked_byte_string(mut input: Cursor) -> Result<Cursor, Reject> { in cooked_byte_string() argument 495 fn raw_byte_string(input: Cursor) -> Result<Cursor, Reject> { in raw_byte_string() 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/deps/v8/src/snapshot/ |
D | code-serializer.h | 30 void Reject() { rejected_ = true; } in Reject() function
|
/third_party/node/src/ |
D | node_file-inl.h | 220 void FSReqPromise<AliasedBufferT>::Reject(v8::Local<v8::Value> reject) { in Reject() function
|
D | node_file.cc | 390 void FileHandle::CloseReq::Reject(Local<Value> reason) { in Reject() function in node::fs::FileHandle::CloseReq 682 void FSReqCallback::Reject(Local<Value> reject) { in Reject() function in node::fs::FSReqCallback 743 void FSReqAfterScope::Reject(uv_fs_t* req) { in Reject() function in node::fs::FSReqAfterScope
|
/third_party/node/deps/v8/src/objects/ |
D | objects.cc | 5443 Handle<Object> JSPromise::Reject(Handle<JSPromise> promise, in Reject() function in v8::internal::JSPromise
|
/third_party/node/deps/v8/src/api/ |
D | api.cc | 7662 Maybe<bool> Promise::Resolver::Reject(Local<Context> context, in Reject() function in v8::Promise::Resolver
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 104003 Reject, enumerator
|