Searched defs:BatchControl (Results 1 – 1 of 1) sorted by relevance
185 struct BatchControl { struct186 FilterStackCall* call_ = nullptr;187 CallTracerAnnotationInterface* call_tracer_ = nullptr;188 grpc_transport_stream_op_batch op_;196 union {207 } completion_data_;208 grpc_closure start_batch_;209 grpc_closure finish_batch_;211 AtomicError batch_error_;212 void set_pending_ops(uintptr_t ops) { in set_pending_ops()[all …]