Searched defs:BatchControl (Results 1 – 2 of 2) sorted by relevance
613 struct BatchControl { struct in grpc_core::FilterStackCall614 FilterStackCall* call_ = nullptr;615 CallTracerAnnotationInterface* call_tracer_ = nullptr;616 grpc_transport_stream_op_batch op_;624 union {635 } completion_data_;636 grpc_closure start_batch_;637 grpc_closure finish_batch_;638 std::atomic<intptr_t> ops_pending_{0};639 AtomicError batch_error_;[all …]
625 struct BatchControl { struct in grpc_core::FilterStackCall626 FilterStackCall* call_ = nullptr;627 CallTracerAnnotationInterface* call_tracer_ = nullptr;628 grpc_transport_stream_op_batch op_;636 union {647 } completion_data_;648 grpc_closure start_batch_;649 grpc_closure finish_batch_;650 std::atomic<intptr_t> ops_pending_{0};651 AtomicError batch_error_;[all …]