/external/grpc-grpc/test/core/end2end/tests/ |
D | request_with_flags.cc | 137 op->op = GRPC_OP_RECV_INITIAL_METADATA; in test_invoke_request_with_flags() 185 GRPC_OP_RECV_INITIAL_METADATA, in request_with_flags()
|
D | max_concurrent_streams.cc | 124 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()
|
D | filter_call_init_fails.cc | 147 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()
|
D | max_connection_age.cc | 134 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()
|
D | negative_deadline.cc | 121 op->op = GRPC_OP_RECV_INITIAL_METADATA; in simple_request_body()
|
D | bad_hostname.cc | 124 op->op = GRPC_OP_RECV_INITIAL_METADATA; in simple_request_body()
|
D | bad_ping.cc | 133 op->op = GRPC_OP_RECV_INITIAL_METADATA; in test_bad_ping() 292 op->op = GRPC_OP_RECV_INITIAL_METADATA; in test_pings_without_data()
|
D | cancel_before_invoke.cc | 147 op->op = GRPC_OP_RECV_INITIAL_METADATA; in test_cancel_before_invoke()
|
D | authority_not_supported.cc | 140 op->op = GRPC_OP_RECV_INITIAL_METADATA; in test_with_authority_header()
|
D | cancel_with_status.cc | 124 op->op = GRPC_OP_RECV_INITIAL_METADATA; in simple_request_body()
|
D | shutdown_finishes_calls.cc | 117 op->op = GRPC_OP_RECV_INITIAL_METADATA; in test_early_server_shutdown_finishes_inflight_calls()
|
/external/grpc-grpc/test/core/fling/ |
D | client.cc | 64 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/ |
D | client.cc | 70 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/rust/crates/grpcio-sys/grpc/src/core/lib/surface/ |
D | call_log_batch.cc | 82 case GRPC_OP_RECV_INITIAL_METADATA: in grpc_op_string()
|
/external/grpc-grpc/src/core/lib/surface/ |
D | call_log_batch.cc | 81 case GRPC_OP_RECV_INITIAL_METADATA: in grpc_op_string()
|
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | operation.pyx.pxi | 125 return GRPC_OP_RECV_INITIAL_METADATA 128 self.c_op.type = GRPC_OP_RECV_INITIAL_METADATA
|
/external/grpc-grpc/test/cpp/microbenchmarks/ |
D | bm_call_create.cc | 199 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/ |
D | rb_call.c | 561 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/test/core/surface/ |
D | lame_client_test.cc | 110 op->op = GRPC_OP_RECV_INITIAL_METADATA; in main()
|
/external/grpc-grpc/src/php/ext/grpc/ |
D | php_grpc.c | 188 GRPC_OP_RECV_INITIAL_METADATA, in PHP_MINIT_FUNCTION()
|
/external/grpc-grpc/test/core/bad_ssl/ |
D | bad_ssl_test.cc | 88 op->op = GRPC_OP_RECV_INITIAL_METADATA; in run_test()
|
/external/grpc-grpc/test/core/end2end/fuzzers/ |
D | client_fuzzer.cc | 95 op->op = GRPC_OP_RECV_INITIAL_METADATA; in LLVMFuzzerTestOneInput()
|
/external/grpc-grpc/include/grpc/impl/codegen/ |
D | grpc_types.h | 513 GRPC_OP_RECV_INITIAL_METADATA, enumerator
|
/external/rust/crates/grpcio-sys/grpc/include/grpc/impl/codegen/ |
D | grpc_types.h | 586 GRPC_OP_RECV_INITIAL_METADATA, enumerator
|
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/impl/codegen/ |
D | grpc_types.h | 586 GRPC_OP_RECV_INITIAL_METADATA, enumerator
|