Home
last modified time | relevance | path

Searched refs:trailing_metadata_count (Results 1 – 25 of 77) sorted by relevance

1234

/external/grpc-grpc/test/core/end2end/
Dinvalid_call_argument_test.cc288 op->data.send_status_from_server.trailing_metadata_count = 0; in test_send_server_status_from_client()
479 op->data.send_status_from_server.trailing_metadata_count = 0; in test_send_status_from_server_with_invalid_flags()
501 op->data.send_status_from_server.trailing_metadata_count = in test_too_many_trailing_metadata()
524 op->data.send_status_from_server.trailing_metadata_count = 0; in test_send_server_status_twice()
532 op->data.send_status_from_server.trailing_metadata_count = 0; in test_send_server_status_twice()
/external/grpc-grpc/test/core/fling/
Dserver.cc108 op->data.send_status_from_server.trailing_metadata_count = 0; in handle_unary_method()
159 status_op[0].data.send_status_from_server.trailing_metadata_count = 0; in start_send_status()
/external/grpc-grpc/test/core/memory_usage/
Dserver.cc100 status_op.data.send_status_from_server.trailing_metadata_count = 0; in send_status()
133 op->data.send_status_from_server.trailing_metadata_count = 0; in send_snapshot()
/external/grpc-grpc/test/core/end2end/tests/
Dretry_too_many_attempts.cc210 op->data.send_status_from_server.trailing_metadata_count = 0; in test_retry_too_many_attempts()
251 op->data.send_status_from_server.trailing_metadata_count = 0; in test_retry_too_many_attempts()
Dretry_server_pushback_disabled.cc216 op->data.send_status_from_server.trailing_metadata_count = 0; in test_retry_server_pushback_disabled()
257 op->data.send_status_from_server.trailing_metadata_count = 1; in test_retry_server_pushback_disabled()
Dmax_concurrent_streams.cc155 op->data.send_status_from_server.trailing_metadata_count = 0; in simple_request_body()
365 op->data.send_status_from_server.trailing_metadata_count = 0; in test_max_concurrent_streams()
404 op->data.send_status_from_server.trailing_metadata_count = 0; in test_max_concurrent_streams()
599 op->data.send_status_from_server.trailing_metadata_count = 0; in test_max_concurrent_streams_with_timeout_on_first()
793 op->data.send_status_from_server.trailing_metadata_count = 0; in test_max_concurrent_streams_with_timeout_on_second()
Dretry.cc217 op->data.send_status_from_server.trailing_metadata_count = 0; in test_retry()
277 op->data.send_status_from_server.trailing_metadata_count = 0; in test_retry()
Dretry_server_pushback_delay.cc215 op->data.send_status_from_server.trailing_metadata_count = 1; in test_retry_server_pushback_delay()
270 op->data.send_status_from_server.trailing_metadata_count = 0; in test_retry_server_pushback_delay()
Dmax_connection_age.cc181 op->data.send_status_from_server.trailing_metadata_count = 0; in test_max_age_forcibly_close()
314 op->data.send_status_from_server.trailing_metadata_count = 0; in test_max_age_gracefully_close()
Dretry_streaming_succeeds_before_replay_finished.cc285 op->data.send_status_from_server.trailing_metadata_count = 0; in test_retry_streaming_succeeds_before_replay_finished()
350 op->data.send_status_from_server.trailing_metadata_count = 0; in test_retry_streaming_succeeds_before_replay_finished()
Dbad_ping.cc179 op->data.send_status_from_server.trailing_metadata_count = 0; in test_bad_ping()
335 op->data.send_status_from_server.trailing_metadata_count = 0; in test_pings_without_data()
Dretry_streaming.cc269 op->data.send_status_from_server.trailing_metadata_count = 0; in test_retry_streaming()
369 op->data.send_status_from_server.trailing_metadata_count = 0; in test_retry_streaming()
Dserver_finishes_request.cc153 op->data.send_status_from_server.trailing_metadata_count = 0; in simple_request_body()
Ddisappearing_server.cc144 op->data.send_status_from_server.trailing_metadata_count = 0; in do_request_and_shutdown_server()
Dgraceful_server_shutdown.cc159 op->data.send_status_from_server.trailing_metadata_count = 0; in test_early_server_shutdown_finishes_inflight_calls()
Dregistered_call.cc157 op->data.send_status_from_server.trailing_metadata_count = 0; in simple_request_body()
Dhigh_initial_seqno.cc159 op->data.send_status_from_server.trailing_metadata_count = 0; in simple_request_body()
Dcall_host_override.cc184 op->data.send_status_from_server.trailing_metadata_count = 0; in test_invoke_simple_request()
Ddefault_host.cc173 op->data.send_status_from_server.trailing_metadata_count = 0; in test_invoke_simple_request()
Dretry_disabled.cc214 op->data.send_status_from_server.trailing_metadata_count = 0; in test_retry_disabled()
Dproxy_auth.cc177 op->data.send_status_from_server.trailing_metadata_count = 0; in simple_request_body()
Didempotent_request.cc173 op->data.send_status_from_server.trailing_metadata_count = 0; in simple_request_body()
/external/grpc-grpc/test/core/bad_client/tests/
Dduplicate_header.cc105 op->data.send_status_from_server.trailing_metadata_count = 0; in verifier()
/external/grpc-grpc/src/core/lib/surface/
Dcall_log_batch.cc79 op->data.send_status_from_server.trailing_metadata_count); in grpc_op_string()
/external/grpc-grpc/include/grpc/impl/codegen/
Dgrpc_types.h567 size_t trailing_metadata_count; member

1234