Searched refs:SendMessagePtr (Results 1 – 12 of 12) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/ |
D | server_callback_handlers.h | 144 finish_ops_.SendMessagePtr(response())); in Finish() 329 finish_ops_.SendMessagePtr(&resp_)); in Finish() 575 GPR_CODEGEN_ASSERT(write_ops_.SendMessagePtr(resp, options).ok()); in Write() 583 GPR_CODEGEN_ASSERT(finish_ops_.SendMessagePtr(resp, options).ok()); in WriteAndFinish() 780 GPR_CODEGEN_ASSERT(write_ops_.SendMessagePtr(resp, options).ok()); in Write() 787 GPR_CODEGEN_ASSERT(finish_ops_.SendMessagePtr(resp, options).ok()); in WriteAndFinish()
|
D | sync_stream.h | 257 GPR_CODEGEN_ASSERT(ops.SendMessagePtr(&request).ok()); 335 if (!ops.SendMessagePtr(&msg, options).ok()) { in Write() 508 if (!ops.SendMessagePtr(&msg, options).ok()) { in Write() 665 if (!ctx_->pending_ops_.SendMessagePtr(&msg, options).ok()) { in Write() 744 if (!ctx_->pending_ops_.SendMessagePtr(&msg, options).ok()) { in Write()
|
D | call_op_set.h | 299 Status SendMessagePtr(const M* message, 305 Status SendMessagePtr(const M* message) GRPC_MUST_USE_RESULT; 397 Status CallOpSendMessage::SendMessagePtr(const M* message, in SendMessagePtr() function 419 Status CallOpSendMessage::SendMessagePtr(const M* message) { in SendMessagePtr() function 420 return SendMessagePtr(message, WriteOptions()); in SendMessagePtr()
|
D | client_unary_call.h | 69 status_ = ops.SendMessagePtr(&request); in BlockingUnaryCallImpl()
|
D | client_callback.h | 93 ::grpc::Status s = ops->SendMessagePtr(request); in CallbackUnaryCallImpl() 531 GPR_CODEGEN_ASSERT(write_ops_.SendMessagePtr(msg, options).ok()); in Write() 804 GPR_CODEGEN_ASSERT(start_ops_.SendMessagePtr(request).ok()); in ClientCallbackReaderImpl() 926 GPR_CODEGEN_ASSERT(write_ops_.SendMessagePtr(msg, options).ok()); in Write() 1150 GPR_CODEGEN_ASSERT(start_ops_.SendMessagePtr(request).ok()); in ClientCallbackUnaryImpl()
|
D | method_handler.h | 70 status = ops.SendMessagePtr(rsp); in UnaryRunHandlerHelper() 173 status = ops.SendMessagePtr(&rsp); in RunHandler()
|
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/ |
D | server_callback_handlers.h | 144 finish_ops_.SendMessagePtr(response())); in Finish() 329 finish_ops_.SendMessagePtr(&resp_)); in Finish() 575 GPR_CODEGEN_ASSERT(write_ops_.SendMessagePtr(resp, options).ok()); in Write() 583 GPR_CODEGEN_ASSERT(finish_ops_.SendMessagePtr(resp, options).ok()); in WriteAndFinish() 780 GPR_CODEGEN_ASSERT(write_ops_.SendMessagePtr(resp, options).ok()); in Write() 787 GPR_CODEGEN_ASSERT(finish_ops_.SendMessagePtr(resp, options).ok()); in WriteAndFinish()
|
D | sync_stream.h | 257 GPR_CODEGEN_ASSERT(ops.SendMessagePtr(&request).ok()); 335 if (!ops.SendMessagePtr(&msg, options).ok()) { in Write() 508 if (!ops.SendMessagePtr(&msg, options).ok()) { in Write() 665 if (!ctx_->pending_ops_.SendMessagePtr(&msg, options).ok()) { in Write() 744 if (!ctx_->pending_ops_.SendMessagePtr(&msg, options).ok()) { in Write()
|
D | call_op_set.h | 299 Status SendMessagePtr(const M* message, 305 Status SendMessagePtr(const M* message) GRPC_MUST_USE_RESULT; 397 Status CallOpSendMessage::SendMessagePtr(const M* message, in SendMessagePtr() function 419 Status CallOpSendMessage::SendMessagePtr(const M* message) { in SendMessagePtr() function 420 return SendMessagePtr(message, WriteOptions()); in SendMessagePtr()
|
D | client_unary_call.h | 69 status_ = ops.SendMessagePtr(&request); in BlockingUnaryCallImpl()
|
D | client_callback.h | 93 ::grpc::Status s = ops->SendMessagePtr(request); in CallbackUnaryCallImpl() 531 GPR_CODEGEN_ASSERT(write_ops_.SendMessagePtr(msg, options).ok()); in Write() 804 GPR_CODEGEN_ASSERT(start_ops_.SendMessagePtr(request).ok()); in ClientCallbackReaderImpl() 926 GPR_CODEGEN_ASSERT(write_ops_.SendMessagePtr(msg, options).ok()); in Write() 1150 GPR_CODEGEN_ASSERT(start_ops_.SendMessagePtr(request).ok()); in ClientCallbackUnaryImpl()
|
D | method_handler.h | 70 status = ops.SendMessagePtr(rsp); in UnaryRunHandlerHelper() 173 status = ops.SendMessagePtr(&rsp); in RunHandler()
|