Home
last modified time | relevance | path

Searched refs:ALREADY_EXISTS (Results 1 – 14 of 14) sorted by relevance

/third_party/grpc/src/ruby/lib/grpc/core/
Dstatus_codes.rb53 ALREADY_EXISTS = 6 constant
/third_party/grpc/include/grpcpp/impl/codegen/
Dstatus_code_enum.h55 ALREADY_EXISTS = 6, enumerator
Dstatus.h54 static_assert(StatusCode::ALREADY_EXISTS == in Status()
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/
Dtypes.h39 enum Status : int { SUCCESS = 0, FAILED, INVALID_ARGUMENT, ALREADY_EXISTS, NOT_FOUND }; enumerator
/third_party/protobuf/src/google/protobuf/stubs/
Dstatus.h53 ALREADY_EXISTS = 6, enumerator
Dstatus.cc55 case ALREADY_EXISTS: in CodeEnumToString()
/third_party/grpc/src/python/grpcio/grpc/
D_common.py45 cygrpc.StatusCode.already_exists: grpc.StatusCode.ALREADY_EXISTS,
D__init__.py263 ALREADY_EXISTS = (_cygrpc.StatusCode.already_exists, 'already exists') variable in StatusCode
/third_party/grpc/src/ruby/lib/grpc/
Derrors.rb88 codes[ALREADY_EXISTS] = AlreadyExists
/third_party/grpc/doc/
Dstatuscodes.md14 | ALREADY_EXISTS | 6 | The entity that a client attempted to create (e.g., file or directory) alrea…
68 - ALREADY_EXISTS
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DTextureStorage11.h144 ALREADY_EXISTS enumerator
DTextureStorage11.cpp1404 *dropStencilOut = DropStencil::ALREADY_EXISTS; in ensureDropStencilTexture()
2487 *dropStencilOut = DropStencil::ALREADY_EXISTS; in ensureDropStencilTexture()
3226 *dropStencilOut = DropStencil::ALREADY_EXISTS; in ensureDropStencilTexture()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DTextureStorage11.h173 ALREADY_EXISTS enumerator
DTextureStorage11.cpp1593 *dropStencilOut = DropStencil::ALREADY_EXISTS; in ensureDropStencilTexture()
2776 *dropStencilOut = DropStencil::ALREADY_EXISTS; in ensureDropStencilTexture()
3615 *dropStencilOut = DropStencil::ALREADY_EXISTS; in ensureDropStencilTexture()