Home
last modified time | relevance | path

Searched refs:sending_stream (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/core/lib/surface/
Dcall.cc184 grpc_core::ManualConstructor<grpc_core::SliceBufferByteStream> sending_stream; member
1615 call->sending_stream.Init( in call_start_batch()
1618 call->sending_stream.get()); in call_start_batch()
1857 call->sending_stream->Orphan(); in call_start_batch()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/
Dcall.cc223 grpc_core::ManualConstructor<grpc_core::SliceBufferByteStream> sending_stream; member
1705 call->sending_stream.Init( in call_start_batch()
1708 call->sending_stream.get()); in call_start_batch()
1949 call->sending_stream->Orphan(); in call_start_batch()