Searched refs:batch_error (Results 1 – 2 of 2) sorted by relevance
109 gpr_atm batch_error = reinterpret_cast<gpr_atm>(GRPC_ERROR_NONE); member1056 grpc_error* batch_error) { in recv_trailing_filter() argument1058 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 …]
417 except ExecuteBatchError as batch_error:502 except ExecuteBatchError as batch_error: