Home
last modified time | relevance | path

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

/external/icing/icing/absl_ports/
Dcanonical_errors.cc48 libtextclassifier3::Status NotFoundError(const char* error_message) { in NotFoundError() function
135 libtextclassifier3::Status NotFoundError(std::string error_message) { in NotFoundError() function
/external/python/apitools/apitools/base/py/
Dexceptions.py30 class NotFoundError(Error): class
/external/protobuf/src/google/protobuf/stubs/
Dstatus.cc227 Status NotFoundError(StringPiece message) { in NotFoundError() function
/external/cronet/stable/third_party/protobuf/src/google/protobuf/stubs/
Dstatus.cc227 Status NotFoundError(StringPiece message) { in NotFoundError() function
/external/cronet/tot/third_party/protobuf/src/google/protobuf/stubs/
Dstatus.cc227 Status NotFoundError(StringPiece message) { in NotFoundError() function
/external/angle/third_party/abseil-cpp/absl/status/
Dstatus.cc164 Status NotFoundError(absl::string_view message) { in NotFoundError() function
/external/cronet/stable/third_party/abseil-cpp/absl/status/
Dstatus.cc168 Status NotFoundError(absl::string_view message) { in NotFoundError() function
/external/cronet/tot/third_party/abseil-cpp/absl/status/
Dstatus.cc168 Status NotFoundError(absl::string_view message) { in NotFoundError() function
/external/abseil-cpp/absl/status/
Dstatus.cc168 Status NotFoundError(absl::string_view message) { in NotFoundError() function
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dcloud_storage.py98 class NotFoundError(CloudStorageError): class
/external/openscreen/third_party/abseil/src/absl/status/
Dstatus.cc345 Status NotFoundError(absl::string_view message) { in NotFoundError() function
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/status/
Dstatus.cc362 Status NotFoundError(absl::string_view message) { in NotFoundError() function
/external/tensorflow/tensorflow/python/framework/
Derrors_impl.py295 class NotFoundError(OpError): class