Home
last modified time | relevance | path

Searched refs:GRPC_STATUS__DO_NOT_USE (Results 1 – 4 of 4) sorted by relevance

/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dcall.pyx.pxi47 self, grpc_status_code error_code=GRPC_STATUS__DO_NOT_USE,
52 if (details is None) != (error_code == GRPC_STATUS__DO_NOT_USE):
57 if error_code != GRPC_STATUS__DO_NOT_USE:
Dgrpc.pxi136 GRPC_STATUS__DO_NOT_USE
/third_party/grpc/include/grpc/impl/codegen/
Dstatus.h147 GRPC_STATUS__DO_NOT_USE = -1 enumerator
/third_party/grpc/test/core/bad_connection/
Dclose_fd_test.cc215 grpc_status_code status = GRPC_STATUS__DO_NOT_USE; in _test_close_before_server_recv()
331 GPR_ASSERT(status == GRPC_STATUS__DO_NOT_USE); in _test_close_before_server_recv()
389 grpc_status_code status = GRPC_STATUS__DO_NOT_USE; in _test_close_before_server_send()
533 GPR_ASSERT(status == GRPC_STATUS__DO_NOT_USE); in _test_close_before_server_send()