Home
last modified time | relevance | path

Searched refs:grpc_op (Results 1 – 25 of 145) sorted by relevance

123456

/external/grpc-grpc/include/grpcpp/impl/codegen/
Dcall.h209 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/
Dinvalid_call_argument_test.cc42 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 …]
Dno_server_test.cc54 grpc_op ops[6]; in run_test()
56 grpc_op* op = ops; in run_test()
Dconnection_refused_test.cc44 grpc_op ops[6]; in run_test()
45 grpc_op* op; in run_test()
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/
Dcall_op_set.h202 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/
Dcall_op_set.h202 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/
Dserver.cc54 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()
Dclient.cc39 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/
Dalts_handshaker_client_test.cc106 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/
Dgrpc_csharp_ext.c531 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/
Dgrpc_wrap.cc475 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/
Dproxy.cc164 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/
Dserver.cc45 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()
Dclient.cc39 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/
Dcall.h82 const grpc_op* ops,
94 const grpc_op* ops, size_t nops);
Dcall_log_batch.cc51 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/
Dcall.h80 const grpc_op* ops,
88 grpc_call* call, const grpc_op* ops, size_t nops,
Dcall_log_batch.cc46 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/
Dfilter_call_init_fails.cc108 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()
Dmax_connection_age.cc101 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/
Dduplicate_header.cc60 grpc_op* op; in verifier()
61 grpc_op ops[6]; in verifier()
/external/grpc-grpc/test/core/surface/
Dlame_client_test.cc69 grpc_op ops[6]; in main()
70 grpc_op* op; in main()
/external/grpc-grpc/test/core/bad_ssl/
Dbad_ssl_test.cc53 grpc_op ops[6]; in run_test()
54 grpc_op* op; in run_test()
/external/grpc-grpc/test/core/end2end/fuzzers/
Dclient_fuzzer.cc83 grpc_op ops[6]; in LLVMFuzzerTestOneInput()
85 grpc_op* op = ops; in LLVMFuzzerTestOneInput()
/external/grpc-grpc/src/cpp/server/
Dserver_context.cc50 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()

123456