Home
last modified time | relevance | path

Searched refs:GRPC_STATUS_DATA_LOSS (Results 1 – 10 of 10) sorted by relevance

/external/grpc-grpc/src/core/lib/channel/
Dstatus_util.cc47 {"DATA_LOSS", GRPC_STATUS_DATA_LOSS},
95 case GRPC_STATUS_DATA_LOSS: in grpc_status_code_to_string()
/external/grpc-grpc/test/core/transport/
Dstatus_conversion_test.cc62 GRPC_STATUS_TO_HTTP2_ERROR(GRPC_STATUS_DATA_LOSS, GRPC_HTTP2_INTERNAL_ERROR); in test_grpc_status_to_http2_error()
82 GRPC_STATUS_TO_HTTP2_STATUS(GRPC_STATUS_DATA_LOSS, 200); in test_grpc_status_to_http2_status()
/external/grpc-grpc/include/grpc/impl/codegen/
Dstatus.h143 GRPC_STATUS_DATA_LOSS = 15, enumerator
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dstatus.h85 StatusCode::DATA_LOSS == static_cast<StatusCode>(GRPC_STATUS_DATA_LOSS), in Status()
/external/grpc-grpc/src/cpp/ext/filters/census/
Dcontext.cc123 case GRPC_STATUS_DATA_LOSS: in StatusCodeToString()
/external/grpc-grpc/src/php/ext/grpc/
Dphp_grpc.c171 REGISTER_LONG_CONSTANT("Grpc\\STATUS_DATA_LOSS", GRPC_STATUS_DATA_LOSS, in PHP_MINIT_FUNCTION()
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_grpc.c194 INT2NUM(GRPC_STATUS_DATA_LOSS)); in Init_grpc_status_codes()
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Drecords.pyx.pxi80 data_loss = GRPC_STATUS_DATA_LOSS
Dgrpc.pxi121 GRPC_STATUS_DATA_LOSS
/external/grpc-grpc/src/core/ext/filters/load_reporting/
Dserver_load_reporting_filter.cc325 case GRPC_STATUS_DATA_LOSS: in GetStatusTagForStatus()