Home
last modified time | relevance | path

Searched defs:batch_control (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/
Dcall.cc82 struct batch_control { struct
85 grpc_call* call = nullptr;
86 grpc_transport_stream_op_batch op;
94 union {
105 } completion_data;
106 grpc_closure start_batch;
107 grpc_closure finish_batch;
108 grpc_core::Atomic<intptr_t> steps_to_complete;
109 gpr_atm batch_error = reinterpret_cast<gpr_atm>(GRPC_ERROR_NONE);
110 void set_num_steps_to_complete(uintptr_t steps) { in set_num_steps_to_complete()
[all …]
/external/grpc-grpc/src/core/lib/surface/
Dcall.cc75 typedef struct batch_control { struct
76 grpc_call* call;
101 } batch_control; argument