Searched defs:Reject (Results 1 – 8 of 8) 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/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 | 391 void FileHandle::CloseReq::Reject(Local<Value> reason) { in Reject() function in node::fs::FileHandle::CloseReq 683 void FSReqCallback::Reject(Local<Value> reject) { in Reject() function in node::fs::FSReqCallback 744 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 | 7643 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
|