Home
last modified time | relevance | path

Searched refs:batch_error (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/core/lib/surface/
Dcall.cc109 gpr_atm batch_error = reinterpret_cast<gpr_atm>(GRPC_ERROR_NONE); member
1056 grpc_error* batch_error) { in recv_trailing_filter() argument
1058 if (batch_error != GRPC_ERROR_NONE) { in recv_trailing_filter()
1059 set_final_status(call, batch_error); in recv_trailing_filter()
1175 reinterpret_cast<grpc_error*>(gpr_atm_acq_load(&bctl->batch_error))); in reset_batch_errors()
1176 gpr_atm_rel_store(&bctl->batch_error, in reset_batch_errors()
1184 reinterpret_cast<grpc_error*>(gpr_atm_acq_load(&bctl->batch_error))); in post_batch_completion()
1353 if (reinterpret_cast<grpc_error*>(gpr_atm_acq_load(&bctl->batch_error)) == in receiving_stream_ready()
1355 gpr_atm_rel_store(&bctl->batch_error, in receiving_stream_ready()
1486 if (reinterpret_cast<grpc_error*>(gpr_atm_acq_load(&bctl->batch_error)) == in receiving_initial_metadata_ready()
[all …]
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/
Dcall.pyx.pxi417 except ExecuteBatchError as batch_error:
502 except ExecuteBatchError as batch_error: