Searched refs:PrepareUnaryCall (Results 1 – 6 of 6) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/generic/ |
D | generic_stub.h | 63 std::unique_ptr<ClientAsyncResponseReader<ResponseType>> PrepareUnaryCall( in PrepareUnaryCall() function 100 void PrepareUnaryCall(ClientContext* context, const std::string& method, in PrepareUnaryCall() function 136 void PrepareUnaryCall(ClientContext* context, const std::string& method, in PrepareUnaryCall() function
|
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/generic/ |
D | generic_stub.h | 63 std::unique_ptr<ClientAsyncResponseReader<ResponseType>> PrepareUnaryCall( in PrepareUnaryCall() function 100 void PrepareUnaryCall(ClientContext* context, const std::string& method, in PrepareUnaryCall() function 136 void PrepareUnaryCall(ClientContext* context, const std::string& method, in PrepareUnaryCall() function
|
/external/grpc-grpc/include/grpcpp/generic/ |
D | generic_stub.h | 54 std::unique_ptr<GenericClientAsyncResponseReader> PrepareUnaryCall(
|
/external/grpc-grpc/src/cpp/client/ |
D | generic_stub.cc | 55 std::unique_ptr<GenericClientAsyncResponseReader> GenericStub::PrepareUnaryCall( in PrepareUnaryCall() function in grpc::GenericStub
|
/external/grpc-grpc/test/cpp/end2end/ |
D | generic_end2end_test.cc | 221 generic_stub_->PrepareUnaryCall(&cli_ctx, kMethodName, in TEST_F()
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_state.h | 133 call_ = stub_->PrepareUnaryCall(context_.get(), method_, request_buf_, cq_); in StartCall()
|