Home
last modified time | relevance | path

Searched defs:PrepareUnaryCall (Results 1 – 3 of 3) 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/src/cpp/client/
Dgeneric_stub.cc55 std::unique_ptr<GenericClientAsyncResponseReader> GenericStub::PrepareUnaryCall( in PrepareUnaryCall() function in grpc::GenericStub