Home
last modified time | relevance | path

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

/third_party/grpc/include/grpcpp/impl/codegen/
Dcall_op_set.h284 CallOpSendMessage() : send_buf_() {} in CallOpSendMessage()
309 if (msg_ == nullptr && !send_buf_.Valid()) return; in AddOp()
322 op->data.send_message.send_message = send_buf_.c_buffer(); in AddOp()
327 if (msg_ == nullptr && !send_buf_.Valid()) return; in FinishOp()
328 send_buf_.Clear(); in FinishOp()
340 if (msg_ == nullptr && !send_buf_.Valid()) return; in SetInterceptionHookPoint()
343 interceptor_methods->SetSendMessage(&send_buf_, &msg_, &failed_send_, in SetInterceptionHookPoint()
349 if (msg_ != nullptr || send_buf_.Valid()) { in SetFinishInterceptionHookPoint()
353 send_buf_.Clear(); in SetFinishInterceptionHookPoint()
369 ByteBuffer send_buf_; variable
[all …]
/third_party/grpc/test/cpp/end2end/
Dclient_callback_end2end_test.cc305 send_buf_ = SerializeToByteBuffer(&request_); in SendGenericEchoAsBidi()
306 StartWrite(send_buf_.get()); in SendGenericEchoAsBidi()
339 std::unique_ptr<ByteBuffer> send_buf_; in SendGenericEchoAsBidi() member in grpc::testing::__anon49633daf0111::ClientCallbackEnd2endTest::SendGenericEchoAsBidi::Client
859 send_buf_ = SerializeToByteBuffer(&request_); in TEST_P()
862 send_buf_.get(), &recv_buf_, this); in TEST_P()
897 std::unique_ptr<ByteBuffer> send_buf_; in TEST_P() member in grpc::testing::__anon49633daf0111::TEST_P::UnaryClient