Home
last modified time | relevance | path

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

/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/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_state.h93 stub_->PrepareUnaryCall(context_.get(), method_, request_buf_, cq_)); in StartCall()
/external/grpc-grpc/test/cpp/end2end/
Dgeneric_end2end_test.cc221 generic_stub_->PrepareUnaryCall(&cli_ctx, kMethodName, in TEST_F()