Home
last modified time | relevance | path

Searched refs:NotFoundError (Results 1 – 18 of 18) sorted by relevance

/third_party/node/deps/npm/node_modules/cacache/lib/
Dget.js25 throw new index.NotFoundError(cache, key)
79 throw new index.NotFoundError(cache, key)
151 throw new index.NotFoundError(cache, key)
Dentry-index.js22 module.exports.NotFoundError = class NotFoundError extends Error { class
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DErrors.h31 static Napi::Error NotFoundError(Napi::Env);
DErrors.cpp79 Napi::Error Errors::NotFoundError(Napi::Env env) { in NotFoundError() function in wgpu::binding::Errors
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCheckImpl.h344 class NotFoundError : public ErrorInfo<NotFoundError> {
DFileCheck.cpp112 char NotFoundError::ID = 0;
616 return make_error<NotFoundError>(); in match()
656 return make_error<NotFoundError>(); in match()
724 handleAllErrors(MatchedValue.takeError(), [](const NotFoundError &E) {}, in printSubstitutions()
/third_party/skia/third_party/externals/abseil-cpp/absl/status/
Dstatus.h734 Status NotFoundError(absl::string_view message);
Dstatusor_test.cc1077 absl::StatusOr<int> so = absl::NotFoundError("taco"); in TEST()
1100 absl::StatusOr<int> so = absl::NotFoundError("taco"); in TEST()
1127 absl::StatusOr<std::unique_ptr<int>> so = absl::NotFoundError("taco"); in TEST()
1309 absl::StatusOr<int> so(absl::NotFoundError("taco")); in TEST()
Dstatus.cc347 Status NotFoundError(absl::string_view message) { in NotFoundError() function
Dstatus_test.cc54 {absl::StatusCode::kNotFound, absl::NotFoundError, absl::IsNotFound},
/third_party/skia/third_party/externals/abseil-cpp/
Dsymbols_x86_rel.def568 ?NotFoundError@absl@@YA?AVStatus@1@Vstring_view@1@@Z
Dsymbols_arm64_rel.def566 ?NotFoundError@absl@@YA?AVStatus@1@Vstring_view@1@@Z
Dsymbols_x64_rel.def571 ?NotFoundError@absl@@YA?AVStatus@1@Vstring_view@1@@Z
Dsymbols_x64_rel_asan.def584 ?NotFoundError@absl@@YA?AVStatus@1@Vstring_view@1@@Z
Dsymbols_x86_dbg.def2222 ?NotFoundError@absl@@YA?AVStatus@1@Vstring_view@1@@Z
Dsymbols_x64_dbg.def2228 ?NotFoundError@absl@@YA?AVStatus@1@Vstring_view@1@@Z
Dsymbols_arm64_dbg.def2226 ?NotFoundError@absl@@YA?AVStatus@1@Vstring_view@1@@Z
/third_party/node/deps/corepack/dist/lib/
Dcorepack.cjs11959 var NotFoundError = class extends Error {
11965 exports.default = NotFoundError;