/external/grpc-grpc/include/grpcpp/impl/codegen/ |
D | call.h | 209 void AddOp(grpc_op* ops, size_t* nops) {} in AddOp() 235 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() 237 grpc_op* op = &ops[(*nops)++]; in AddOp() 280 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() 282 grpc_op* op = &ops[(*nops)++]; in AddOp() 334 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() 336 grpc_op* op = &ops[(*nops)++]; in AddOp() 409 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() 411 grpc_op* op = &ops[(*nops)++]; in AddOp() 451 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() [all …]
|
/external/grpc-grpc/test/core/end2end/ |
D | invalid_call_argument_test.cc | 42 grpc_op ops[6]; 58 grpc_op* op; in prepare_test() 157 grpc_op* op; in test_non_null_reserved_on_op() 176 grpc_op* op; in test_send_initial_metadata_more_than_once() 207 grpc_op* op; in test_too_many_metadata() 226 grpc_op* op; in test_send_null_message() 250 grpc_op* op; in test_send_messages_at_the_same_time() 283 grpc_op* op; in test_send_server_status_from_client() 305 grpc_op* op; in test_receive_initial_metadata_twice_at_client() 336 grpc_op* op; in test_receive_message_with_invalid_flags() [all …]
|
D | no_server_test.cc | 54 grpc_op ops[6]; in run_test() 56 grpc_op* op = ops; in run_test()
|
D | connection_refused_test.cc | 44 grpc_op ops[6]; in run_test() 45 grpc_op* op; in run_test()
|
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/ |
D | call_op_set.h | 202 void AddOp(grpc_op* /*ops*/, size_t* /*nops*/) {} in AddOp() argument 232 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() 234 grpc_op* op = &ops[(*nops)++]; in AddOp() 308 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() 318 grpc_op* op = &ops[(*nops)++]; in AddOp() 434 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() 436 grpc_op* op = &ops[(*nops)++]; in AddOp() 543 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() 545 grpc_op* op = &ops[(*nops)++]; in AddOp() 626 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() [all …]
|
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/ |
D | call_op_set.h | 202 void AddOp(grpc_op* /*ops*/, size_t* /*nops*/) {} in AddOp() argument 232 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() 234 grpc_op* op = &ops[(*nops)++]; in AddOp() 308 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() 318 grpc_op* op = &ops[(*nops)++]; in AddOp() 434 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() 436 grpc_op* op = &ops[(*nops)++]; in AddOp() 543 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() 545 grpc_op* op = &ops[(*nops)++]; in AddOp() 626 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() [all …]
|
/external/grpc-grpc/test/core/fling/ |
D | server.cc | 54 static grpc_op read_op; 55 static grpc_op metadata_send_op; 56 static grpc_op write_op; 57 static grpc_op status_op[2]; 59 static grpc_op unary_ops[6]; 88 grpc_op* op; in handle_unary_method()
|
D | client.cc | 39 static grpc_op ops[6]; 40 static grpc_op stream_init_ops[2]; 41 static grpc_op stream_step_ops[2]; 47 static grpc_op* op;
|
/external/grpc-grpc/test/core/tsi/alts/handshaker/ |
D | alts_handshaker_client_test.cc | 106 static bool validate_op(alts_tsi_event* event, const grpc_op* op, size_t nops, in validate_op() 110 grpc_op* start_op = const_cast<grpc_op*>(op); in validate_op() 154 const grpc_op* ops, size_t nops, in check_must_not_be_called() 166 const grpc_op* op, in check_client_start_success() 209 const grpc_op* op, in check_server_start_success() 244 static grpc_call_error check_next_success(grpc_call* call, const grpc_op* op, in check_next_success() 264 const grpc_op* op, size_t nops, in check_grpc_call_failure()
|
/external/grpc-grpc/src/csharp/ext/ |
D | grpc_csharp_ext.c | 531 const grpc_op* ops, 538 const grpc_op* ops, in grpcsharp_call_start_batch_nop() 545 const grpc_op* ops, in grpcsharp_call_start_batch_default() 556 const grpc_op* ops, in grpcsharp_call_start_batch() 567 grpc_op ops[6]; in grpcsharp_call_start_unary() 617 grpc_op ops[4]; in grpcsharp_call_start_client_streaming() 658 grpc_op ops[4]; in grpcsharp_call_start_server_streaming() 697 grpc_op ops[2]; in grpcsharp_call_start_duplex_streaming() 725 grpc_op ops[1]; in grpcsharp_call_recv_initial_metadata() 741 grpc_op ops[2]; in grpcsharp_call_send_message() [all …]
|
/external/rust/crates/grpcio-sys/ |
D | grpc_wrap.cc | 475 grpc_op ops[6]; in grpcwrap_call_start_unary() 525 grpc_op ops[4]; in grpcwrap_call_start_client_streaming() 565 grpc_op ops[4]; in grpcwrap_call_start_server_streaming() 604 grpc_op ops[2]; in grpcwrap_call_start_duplex_streaming() 631 grpc_op ops[1]; in grpcwrap_call_recv_initial_metadata() 646 grpc_op ops[2]; in grpcwrap_call_send_message() 664 grpc_op ops[1]; in grpcwrap_call_send_close_from_client() 679 grpc_op ops[3]; in grpcwrap_call_send_status_from_server() 717 grpc_op ops[1]; in grpcwrap_call_recv_message() 729 grpc_op ops[1]; in grpcwrap_call_start_serverside() [all …]
|
/external/grpc-grpc/test/core/end2end/fixtures/ |
D | proxy.cc | 164 grpc_op op; in on_p2s_recv_initial_metadata() 193 grpc_op op; in on_p2s_sent_message() 218 grpc_op op; in on_c2p_recv_msg() 253 grpc_op op; in on_c2p_sent_message() 273 grpc_op op; in on_p2s_recv_msg() 298 grpc_op op; in on_p2s_status() 331 grpc_op op; in on_new_call()
|
/external/grpc-grpc/test/core/memory_usage/ |
D | server.cc | 45 static grpc_op metadata_ops[2]; 46 static grpc_op snapshot_ops[5]; 47 static grpc_op status_op; 110 grpc_op* op; in send_snapshot()
|
D | client.cc | 39 static grpc_op metadata_ops[2]; 40 static grpc_op status_ops[2]; 41 static grpc_op snapshot_ops[6]; 42 static grpc_op* op;
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/ |
D | call.h | 82 const grpc_op* ops, 94 const grpc_op* ops, size_t nops);
|
D | call_log_batch.cc | 51 static std::string grpc_op_string(const grpc_op* op) { in grpc_op_string() 106 const grpc_op* ops, size_t nops) { in grpc_call_log_batch()
|
/external/grpc-grpc/src/core/lib/surface/ |
D | call.h | 80 const grpc_op* ops, 88 grpc_call* call, const grpc_op* ops, size_t nops,
|
D | call_log_batch.cc | 46 char* grpc_op_string(const grpc_op* op) { in grpc_op_string() 111 grpc_call* call, const grpc_op* ops, size_t nops, in grpc_call_log_batch()
|
/external/grpc-grpc/test/core/end2end/tests/ |
D | filter_call_init_fails.cc | 108 grpc_op ops[6]; in test_server_channel_filter() 109 grpc_op* op; in test_server_channel_filter() 203 grpc_op ops[6]; in test_client_channel_filter() 204 grpc_op* op; in test_client_channel_filter() 292 grpc_op ops[6]; in test_client_subchannel_filter() 293 grpc_op* op; in test_client_subchannel_filter()
|
D | max_connection_age.cc | 101 grpc_op ops[6]; in test_max_age_forcibly_close() 102 grpc_op* op; in test_max_age_forcibly_close() 243 grpc_op ops[6]; in test_max_age_gracefully_close() 244 grpc_op* op; in test_max_age_gracefully_close()
|
/external/grpc-grpc/test/core/bad_client/tests/ |
D | duplicate_header.cc | 60 grpc_op* op; in verifier() 61 grpc_op ops[6]; in verifier()
|
/external/grpc-grpc/test/core/surface/ |
D | lame_client_test.cc | 69 grpc_op ops[6]; in main() 70 grpc_op* op; in main()
|
/external/grpc-grpc/test/core/bad_ssl/ |
D | bad_ssl_test.cc | 53 grpc_op ops[6]; in run_test() 54 grpc_op* op; in run_test()
|
/external/grpc-grpc/test/core/end2end/fuzzers/ |
D | client_fuzzer.cc | 83 grpc_op ops[6]; in LLVMFuzzerTestOneInput() 85 grpc_op* op = ops; in LLVMFuzzerTestOneInput()
|
/external/grpc-grpc/src/cpp/server/ |
D | server_context.cc | 50 void FillOps(grpc_call* call, grpc_op* ops, size_t* nops) override; 91 void ServerContext::CompletionOp::FillOps(grpc_call* call, grpc_op* ops, in FillOps()
|