Home
last modified time | relevance | path

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

/external/icing/icing/absl_ports/
Dcanonical_errors.cc53 libtextclassifier3::Status AlreadyExistsError(const char* error_message) { in AlreadyExistsError() function
140 libtextclassifier3::Status AlreadyExistsError(std::string error_message) { in AlreadyExistsError() function
/external/protobuf/src/google/protobuf/stubs/
Dstatus.cc199 Status AlreadyExistsError(StringPiece message) { in AlreadyExistsError() function
/external/cronet/stable/third_party/protobuf/src/google/protobuf/stubs/
Dstatus.cc199 Status AlreadyExistsError(StringPiece message) { in AlreadyExistsError() function
/external/cronet/tot/third_party/protobuf/src/google/protobuf/stubs/
Dstatus.cc199 Status AlreadyExistsError(StringPiece message) { in AlreadyExistsError() function
/external/angle/third_party/abseil-cpp/absl/status/
Dstatus.cc136 Status AlreadyExistsError(absl::string_view message) { in AlreadyExistsError() function
/external/cronet/stable/third_party/abseil-cpp/absl/status/
Dstatus.cc140 Status AlreadyExistsError(absl::string_view message) { in AlreadyExistsError() function
/external/cronet/tot/third_party/abseil-cpp/absl/status/
Dstatus.cc140 Status AlreadyExistsError(absl::string_view message) { in AlreadyExistsError() function
/external/abseil-cpp/absl/status/
Dstatus.cc140 Status AlreadyExistsError(absl::string_view message) { in AlreadyExistsError() function
/external/openscreen/third_party/abseil/src/absl/status/
Dstatus.cc317 Status AlreadyExistsError(absl::string_view message) { in AlreadyExistsError() function
/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
/external/tensorflow/tensorflow/python/framework/
Derrors_impl.py312 class AlreadyExistsError(OpError): class