Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/surface/
Dcall.cc613 struct BatchControl { struct in grpc_core::FilterStackCall
614 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 …]
/aosp_15_r20/external/grpc-grpc/src/core/lib/surface/
H A Dcall.cc625 struct BatchControl { struct in grpc_core::FilterStackCall
626 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 …]