Home
last modified time | relevance | path

Searched refs:is_not_found (Results 1 – 25 of 93) sorted by relevance

1234

/dports/net/oha/oha-0.4.7/cargo-crates/warp-0.3.1/tests/
H A Dhost.rs10 assert!(req.filter(&filter).await.unwrap_err().is_not_found()); in exact()
17 assert!(req.filter(&filter).await.unwrap_err().is_not_found()); in exact()
28 assert!(req.filter(&filter).await.unwrap_err().is_not_found()); in exact()
39 assert!(req.filter(&filter).await.unwrap_err().is_not_found()); in exact()
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/warp-0.3.1/tests/
H A Dhost.rs10 assert!(req.filter(&filter).await.unwrap_err().is_not_found()); in exact()
17 assert!(req.filter(&filter).await.unwrap_err().is_not_found()); in exact()
28 assert!(req.filter(&filter).await.unwrap_err().is_not_found()); in exact()
39 assert!(req.filter(&filter).await.unwrap_err().is_not_found()); in exact()
/dports/lang/v8/v8-9.6.180.12/test/cctest/
H A Dtest-orderedhashtable.cc87 if (entry.is_not_found()) return table; in Delete()
1924 .is_not_found()); in TEST()
1960 .is_not_found()); in TEST()
1969 .is_not_found()); in TEST()
1988 CHECK(dict->FindEntry(isolate, *key).is_not_found()); in TEST()
2031 CHECK(dict->FindEntry(isolate, *key).is_not_found()); in TEST()
2074 CHECK(dict->FindEntry(isolate, *key).is_not_found()); in TEST()
2087 CHECK(entry.is_not_found()); in TEST()
2115 CHECK(entry.is_not_found()); in TEST()
2149 CHECK(entry.is_not_found()); in TEST()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Dcompilation-cache-table.cc240 if (entry.is_not_found()) return MaybeHandle<SharedFunctionInfo>(); in LookupScript()
262 if (entry.is_not_found()) return empty_result; in LookupEval()
281 if (entry.is_not_found()) return isolate->factory()->undefined_value(); in LookupRegExp()
291 if (entry.is_not_found()) return {}; in LookupCode()
H A Dinternal-index.h35 bool is_not_found() const { return entry_ == kNotFound; } in is_not_found() function
H A Dlookup.cc745 DCHECK_IMPLIES(!IsFound(), number_.is_not_found()); in TransitionToAccessorProperty()
1124 if (number_.is_not_found()) return NOT_FOUND; in LookupInSpecialHolder()
1162 if (number_.is_not_found()) { in LookupInRegularHolder()
1176 if (number_.is_not_found()) return NotFound(holder); in LookupInRegularHolder()
1183 if (number_.is_not_found()) return NotFound(holder); in LookupInRegularHolder()
1188 if (number_.is_not_found()) return NotFound(holder); in LookupInRegularHolder()
H A Dstring-table.cc298 if (insertion_entry.is_not_found()) return entry; in FindEntryOrInsertionEntry()
305 if (insertion_entry.is_not_found()) insertion_entry = entry; in FindEntryOrInsertionEntry()
631 if (entry.is_not_found()) { in TryStringToIndexOrLookupExisting()
H A Dliteral-objects.cc43 if (entry.is_not_found()) { in AddToDescriptorArrayTemplate()
139 if (entry.is_not_found()) { in AddToDictionaryTemplate()
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Dinternal-index.h35 bool is_not_found() const { return entry_ == kNotFound; } in is_not_found() function
H A Dcompilation-cache-table.cc253 if (entry.is_not_found()) return MaybeHandle<SharedFunctionInfo>(); in LookupScript()
275 if (entry.is_not_found()) return empty_result; in LookupEval()
294 if (entry.is_not_found()) return isolate->factory()->undefined_value(); in LookupRegExp()
H A Dstring-table.cc297 if (insertion_entry.is_not_found()) return entry; in FindEntryOrInsertionEntry()
304 if (insertion_entry.is_not_found()) insertion_entry = entry; in FindEntryOrInsertionEntry()
606 if (entry.is_not_found()) { in TryStringToIndexOrLookupExisting()
H A Dlookup.cc751 DCHECK_IMPLIES(!IsFound(), number_.is_not_found()); in TransitionToAccessorProperty()
1231 if (number_.is_not_found()) return NOT_FOUND; in LookupInSpecialHolder()
1280 DCHECK(number_.is_not_found()); in LookupInRegularHolder()
1290 if (number_.is_not_found()) { in LookupInRegularHolder()
1304 if (number_.is_not_found()) return NotFound(holder); in LookupInRegularHolder()
1311 if (number_.is_not_found()) return NotFound(holder); in LookupInRegularHolder()
1316 if (number_.is_not_found()) return NotFound(holder); in LookupInRegularHolder()
H A Djs-weak-refs-inl.h92 if (entry.is_not_found()) { in RemoveUnregisterToken()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Dinternal-index.h35 bool is_not_found() const { return entry_ == kNotFound; } in is_not_found() function
H A Dlookup.cc705 DCHECK_IMPLIES(!IsFound(), number_.is_not_found()); in TransitionToAccessorProperty()
1077 if (number_.is_not_found()) return NOT_FOUND; in LookupInSpecialHolder()
1115 if (number_.is_not_found()) { in LookupInRegularHolder()
1128 if (number_.is_not_found()) return NotFound(holder); in LookupInRegularHolder()
1134 if (number_.is_not_found()) return NotFound(holder); in LookupInRegularHolder()
H A Dliteral-objects.cc43 if (entry.is_not_found()) { in AddToDescriptorArrayTemplate()
138 if (entry.is_not_found()) { in AddToDictionaryTemplate()
/dports/sysutils/duplicity/duplicity-0.8.20/duplicity/backends/
H A Ddpbxbackend.py201 if err.get_path().is_not_found():
205 if lookup.is_not_found():
419 e.error.get_path().is_not_found()):
/dports/sysutils/vector/vector-0.10.0/cargo-crates/warp-0.2.3/examples/
H A Drejections.rs66 if err.is_not_found() { in handle_rejection()
/dports/www/firefox/firefox-99.0/third_party/rust/warp/examples/
H A Drejections.rs66 if err.is_not_found() { in handle_rejection()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/warp/examples/
H A Drejections.rs66 if err.is_not_found() { in handle_rejection()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/warp/examples/
H A Drejections.rs66 if err.is_not_found() { in handle_rejection()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/warp/examples/
H A Drejections.rs66 if err.is_not_found() { in handle_rejection()
/dports/net/oha/oha-0.4.7/cargo-crates/warp-0.3.1/examples/
H A Drejections.rs84 if err.is_not_found() { in handle_rejection()
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/warp-0.3.1/examples/
H A Drejections.rs84 if err.is_not_found() { in handle_rejection()
/dports/security/vaultwarden/Rocket-263e39b5b429de1913ce7e3036575a7b4d88b6d7/core/lib/src/config/
H A Derror.rs129 pub fn is_not_found(&self) -> bool { in is_not_found() method

1234