Home
last modified time | relevance | path

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

/third_party/grpc/test/core/surface/
Dserver_test.cc64 GPR_ASSERT(GRPC_CALL_ERROR_NOT_SERVER_COMPLETION_QUEUE == in test_request_call_on_no_server_cq()
67 GPR_ASSERT(GRPC_CALL_ERROR_NOT_SERVER_COMPLETION_QUEUE == in test_request_call_on_no_server_cq()
/third_party/grpc/include/grpc/impl/codegen/
Dgrpc_types.h454 GRPC_CALL_ERROR_NOT_SERVER_COMPLETION_QUEUE, enumerator
/third_party/grpc/src/core/lib/surface/
Dserver.cc888 return GRPC_CALL_ERROR_NOT_SERVER_COMPLETION_QUEUE; in ValidateServerRequestAndCq()
Dcall.cc2040 case GRPC_CALL_ERROR_NOT_SERVER_COMPLETION_QUEUE: in grpc_call_error_to_string()