Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/surface/
Dcall.cc99 gpr_atm batch_error; member
1007 grpc_error* batch_error) { in recv_trailing_filter() argument
1009 if (batch_error != GRPC_ERROR_NONE) { in recv_trailing_filter()
1010 set_final_status(call, batch_error); in recv_trailing_filter()
1124 reinterpret_cast<grpc_error*>(gpr_atm_acq_load(&bctl->batch_error))); in reset_batch_errors()
1125 gpr_atm_rel_store(&bctl->batch_error, in reset_batch_errors()
1133 reinterpret_cast<grpc_error*>(gpr_atm_acq_load(&bctl->batch_error))); in post_batch_completion()
1297 if (reinterpret_cast<grpc_error*>(gpr_atm_acq_load(&bctl->batch_error)) == in receiving_stream_ready()
1299 gpr_atm_rel_store(&bctl->batch_error, in receiving_stream_ready()
1406 if (reinterpret_cast<grpc_error*>(gpr_atm_acq_load(&bctl->batch_error)) == in receiving_initial_metadata_ready()
[all …]
/external/python/google-api-python-client/tests/
Dtest_http.py1216 with self.assertRaises(BatchError) as batch_error:
1218 str(batch_error.exception)