Home
last modified time | relevance | path

Searched refs:PrepareUnaryCall (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/include/grpcpp/generic/
Dgeneric_stub.h63 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/
Dgeneric_stub.h63 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/
Dgeneric_stub.h54 std::unique_ptr<GenericClientAsyncResponseReader> PrepareUnaryCall(
/external/grpc-grpc/src/cpp/client/
Dgeneric_stub.cc55 std::unique_ptr<GenericClientAsyncResponseReader> GenericStub::PrepareUnaryCall( in PrepareUnaryCall() function in grpc::GenericStub
/external/grpc-grpc/test/cpp/end2end/
Dgeneric_end2end_test.cc221 generic_stub_->PrepareUnaryCall(&cli_ctx, kMethodName, in TEST_F()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_state.h133 call_ = stub_->PrepareUnaryCall(context_.get(), method_, request_buf_, cq_); in StartCall()