Home
last modified time | relevance | path

Searched refs:GRPC_OP_RECV_INITIAL_METADATA (Results 1 – 25 of 104) sorted by relevance

12345

/external/grpc-grpc/test/core/end2end/tests/
Dmax_concurrent_streams.cc124 op->op = GRPC_OP_RECV_INITIAL_METADATA; in simple_request_body()
284 op->op = GRPC_OP_RECV_INITIAL_METADATA; in test_max_concurrent_streams()
318 op->op = GRPC_OP_RECV_INITIAL_METADATA; in test_max_concurrent_streams()
526 op->op = GRPC_OP_RECV_INITIAL_METADATA; in test_max_concurrent_streams_with_timeout_on_first()
564 op->op = GRPC_OP_RECV_INITIAL_METADATA; in test_max_concurrent_streams_with_timeout_on_first()
722 op->op = GRPC_OP_RECV_INITIAL_METADATA; in test_max_concurrent_streams_with_timeout_on_second()
760 op->op = GRPC_OP_RECV_INITIAL_METADATA; in test_max_concurrent_streams_with_timeout_on_second()
Drequest_with_flags.cc137 op->op = GRPC_OP_RECV_INITIAL_METADATA; in test_invoke_request_with_flags()
185 GRPC_OP_RECV_INITIAL_METADATA, in request_with_flags()
Dfilter_call_init_fails.cc147 op->op = GRPC_OP_RECV_INITIAL_METADATA; in test_server_channel_filter()
241 op->op = GRPC_OP_RECV_INITIAL_METADATA; in test_client_channel_filter()
330 op->op = GRPC_OP_RECV_INITIAL_METADATA; in test_client_subchannel_filter()
Dmax_connection_age.cc134 op->op = GRPC_OP_RECV_INITIAL_METADATA; in test_max_age_forcibly_close()
276 op->op = GRPC_OP_RECV_INITIAL_METADATA; in test_max_age_gracefully_close()
Dbad_ping.cc133 op->op = GRPC_OP_RECV_INITIAL_METADATA; in test_bad_ping()
292 op->op = GRPC_OP_RECV_INITIAL_METADATA; in test_pings_without_data()
Dnegative_deadline.cc121 op->op = GRPC_OP_RECV_INITIAL_METADATA; in simple_request_body()
Dbad_hostname.cc124 op->op = GRPC_OP_RECV_INITIAL_METADATA; in simple_request_body()
Dmax_message_length.cc210 op->op = GRPC_OP_RECV_INITIAL_METADATA; in test_max_message_length_on_request()
393 op->op = GRPC_OP_RECV_INITIAL_METADATA; in test_max_message_length_on_response()
Dcancel_with_status.cc124 op->op = GRPC_OP_RECV_INITIAL_METADATA; in simple_request_body()
Dshutdown_finishes_calls.cc117 op->op = GRPC_OP_RECV_INITIAL_METADATA; in test_early_server_shutdown_finishes_inflight_calls()
Dcancel_before_invoke.cc147 op->op = GRPC_OP_RECV_INITIAL_METADATA; in test_cancel_before_invoke()
Dauthority_not_supported.cc140 op->op = GRPC_OP_RECV_INITIAL_METADATA; in test_with_authority_header()
Dcall_creds.cc203 op->op = GRPC_OP_RECV_INITIAL_METADATA; in request_response_with_payload_and_call_creds()
433 op->op = GRPC_OP_RECV_INITIAL_METADATA; in test_request_with_server_rejecting_client_creds()
Dcancel_after_invoke.cc135 op->op = GRPC_OP_RECV_INITIAL_METADATA; in test_cancel_after_invoke()
/external/grpc-grpc/test/core/fling/
Dclient.cc64 op->op = GRPC_OP_RECV_INITIAL_METADATA; in init_ping_pong_request()
104 stream_init_ops[1].op = GRPC_OP_RECV_INITIAL_METADATA; in init_ping_pong_stream()
/external/grpc-grpc/test/core/memory_usage/
Dclient.cc70 op->op = GRPC_OP_RECV_INITIAL_METADATA; in init_ping_pong_request()
128 op->op = GRPC_OP_RECV_INITIAL_METADATA; in send_snapshot_request()
/external/grpc-grpc/test/cpp/microbenchmarks/
Dbm_call_create.cc199 op->op = GRPC_OP_RECV_INITIAL_METADATA; in BM_LameChannelCallCreateCore()
278 op->op = GRPC_OP_RECV_INITIAL_METADATA; in BM_LameChannelCallCreateCoreSeparateBatch()
762 ops[3].op = GRPC_OP_RECV_INITIAL_METADATA; in BM_IsolatedCall_Unary()
802 ops[1].op = GRPC_OP_RECV_INITIAL_METADATA; in BM_IsolatedCall_StreamingSend()
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_call.c561 case GRPC_OP_RECV_INITIAL_METADATA: in grpc_rb_call_check_op_keys_hash_cb()
718 case GRPC_OP_RECV_INITIAL_METADATA: in grpc_run_batch_stack_fill_ops()
768 case GRPC_OP_RECV_INITIAL_METADATA: in grpc_run_batch_stack_build_result()
942 UINT2NUM(GRPC_OP_RECV_INITIAL_METADATA)); in Init_grpc_op_codes()
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Doperation.pyx.pxi125 return GRPC_OP_RECV_INITIAL_METADATA
128 self.c_op.type = GRPC_OP_RECV_INITIAL_METADATA
/external/grpc-grpc/src/core/lib/surface/
Dcall_log_batch.cc81 case GRPC_OP_RECV_INITIAL_METADATA: in grpc_op_string()
/external/grpc-grpc/test/core/bad_ssl/
Dbad_ssl_test.cc88 op->op = GRPC_OP_RECV_INITIAL_METADATA; in run_test()
/external/grpc-grpc/src/php/ext/grpc/
Dphp_grpc.c188 GRPC_OP_RECV_INITIAL_METADATA, in PHP_MINIT_FUNCTION()
/external/grpc-grpc/test/core/surface/
Dlame_client_test.cc110 op->op = GRPC_OP_RECV_INITIAL_METADATA; in main()
/external/grpc-grpc/test/core/end2end/fuzzers/
Dclient_fuzzer.cc95 op->op = GRPC_OP_RECV_INITIAL_METADATA; in LLVMFuzzerTestOneInput()
/external/grpc-grpc/include/grpc/impl/codegen/
Dgrpc_types.h513 GRPC_OP_RECV_INITIAL_METADATA, enumerator

12345