Home
last modified time | relevance | path

Searched refs:GRPC_STATUS_ALREADY_EXISTS (Results 1 – 8 of 8) sorted by relevance

/third_party/grpc/src/core/lib/channel/
Dstatus_util.cc36 {"ALREADY_EXISTS", GRPC_STATUS_ALREADY_EXISTS},
74 case GRPC_STATUS_ALREADY_EXISTS: in grpc_status_code_to_string()
/third_party/grpc/test/core/transport/
Dstatus_conversion_test.cc44 GRPC_STATUS_TO_HTTP2_ERROR(GRPC_STATUS_ALREADY_EXISTS, in test_grpc_status_to_http2_error()
72 GRPC_STATUS_TO_HTTP2_STATUS(GRPC_STATUS_ALREADY_EXISTS, 200); in test_grpc_status_to_http2_status()
/third_party/grpc/include/grpc/impl/codegen/
Dstatus.h58 GRPC_STATUS_ALREADY_EXISTS = 6, enumerator
/third_party/grpc/include/grpcpp/impl/codegen/
Dstatus.h55 static_cast<StatusCode>(GRPC_STATUS_ALREADY_EXISTS), in Status()
/third_party/grpc/src/cpp/ext/filters/census/
Dcontext.cc125 case GRPC_STATUS_ALREADY_EXISTS: in StatusCodeToString()
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Drecords.pyx.pxi68 already_exists = GRPC_STATUS_ALREADY_EXISTS
Dgrpc.pxi125 GRPC_STATUS_ALREADY_EXISTS
/third_party/grpc/src/php/ext/grpc/
Dphp_grpc.c369 GRPC_STATUS_ALREADY_EXISTS, in PHP_MINIT_FUNCTION()