Home
last modified time | relevance | path

Searched defs:NotFoundError (Results 1 – 14 of 14) sorted by relevance

/external/python/apitools/apitools/base/py/
Dexceptions.py30 class NotFoundError(Error): class
/external/icing/icing/absl_ports/
Dcanonical_errors.cc47 libtextclassifier3::Status NotFoundError(std::string_view error_message) { in NotFoundError() function
/external/cronet/third_party/protobuf/src/google/protobuf/stubs/
Dstatus.cc227 Status NotFoundError(StringPiece message) { in NotFoundError() function
/external/protobuf/src/google/protobuf/stubs/
Dstatus.cc227 Status NotFoundError(StringPiece message) { in NotFoundError() function
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dcloud_storage.py98 class NotFoundError(CloudStorageError): class
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/status/
Dstatus.cc355 Status NotFoundError(absl::string_view message) { in NotFoundError() function
/external/libtextclassifier/abseil-cpp/absl/status/
Dstatus.cc348 Status NotFoundError(absl::string_view message) { in NotFoundError() function
/external/openscreen/third_party/abseil/src/absl/status/
Dstatus.cc345 Status NotFoundError(absl::string_view message) { in NotFoundError() function
/external/tensorflow/third_party/absl/abseil-cpp/absl/status/
Dstatus.cc361 Status NotFoundError(absl::string_view message) { in NotFoundError() function
/external/abseil-cpp/absl/status/
Dstatus.cc355 Status NotFoundError(absl::string_view message) { in NotFoundError() function
/external/angle/third_party/abseil-cpp/absl/status/
Dstatus.cc359 Status NotFoundError(absl::string_view message) { in NotFoundError() function
/external/cronet/third_party/abseil-cpp/absl/status/
Dstatus.cc362 Status NotFoundError(absl::string_view message) { in NotFoundError() function
/external/webrtc/third_party/abseil-cpp/absl/status/
Dstatus.cc361 Status NotFoundError(absl::string_view message) { in NotFoundError() function
/external/tensorflow/tensorflow/python/framework/
Derrors_impl.py295 class NotFoundError(OpError): class