HomeSort by relevance Sort by last modified time
    Searched refs:call_error (Results 1 - 2 of 2) sorted by null

  /external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
call.pyx.pxi 73 cdef grpc_call_error call_error = grpc_call_set_credentials(
76 return call_error
  /external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
grpclb.cc 572 grpc_call_error call_error; local
594 call_error = grpc_call_start_batch_and_execute(
596 GPR_ASSERT(GRPC_CALL_OK == call_error);
616 call_error = grpc_call_start_batch_and_execute(
618 GPR_ASSERT(GRPC_CALL_OK == call_error);
632 call_error = grpc_call_start_batch_and_execute(
634 GPR_ASSERT(GRPC_CALL_OK == call_error);
709 grpc_call_error call_error = grpc_call_start_batch_and_execute( local
711 if (GPR_UNLIKELY(call_error != GRPC_CALL_OK)) {
712 gpr_log(GPR_ERROR, "[grpclb %p] call_error=%d", grpclb_policy_.get()
870 const grpc_call_error call_error = grpc_call_start_batch_and_execute( local
    [all...]

Completed in 231 milliseconds