Home
last modified time | relevance | path

Searched defs:AlreadyExistsError (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/icing/icing/absl_ports/
H A Dcanonical_errors.cc52 libtextclassifier3::Status AlreadyExistsError(std::string_view error_message) { in AlreadyExistsError() function
/aosp_15_r20/external/protobuf/src/google/protobuf/stubs/
H A Dstatus.cc199 Status AlreadyExistsError(StringPiece message) { in AlreadyExistsError() function
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/stubs/
H A Dstatus.cc199 Status AlreadyExistsError(StringPiece message) { in AlreadyExistsError() function
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/status/
H A Dstatus.cc140 Status AlreadyExistsError(absl::string_view message) { in AlreadyExistsError() function
/aosp_15_r20/external/abseil-cpp/absl/status/
H A Dstatus.cc140 Status AlreadyExistsError(absl::string_view message) { in AlreadyExistsError() function
/aosp_15_r20/external/python/cpython2/Lib/idlelib/
Dtabbedpages.py13 class AlreadyExistsError(Exception): pass class
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/status/
H A Dstatus.cc140 Status AlreadyExistsError(absl::string_view message) { in AlreadyExistsError() function
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/status/
H A Dstatus.cc317 Status AlreadyExistsError(absl::string_view message) { in AlreadyExistsError() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/status/
Dstatus.cc334 Status AlreadyExistsError(absl::string_view message) { in AlreadyExistsError() function
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/status/
H A Dstatus.cc333 Status AlreadyExistsError(absl::string_view message) { in AlreadyExistsError() function
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/status/
H A Dstatus.cc334 Status AlreadyExistsError(absl::string_view message) { in AlreadyExistsError() function
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Derrors_impl.py312 class AlreadyExistsError(OpError): class