Lines Matching defs:method
54 PrepareCall(ClientContext* context, const std::string& method, in PrepareCall()
64 ClientContext* context, const std::string& method, in PrepareUnaryCall()
81 ClientContext* context, const std::string& method, in Call()
89 void UnaryCall(ClientContext* context, const std::string& method, in UnaryCall()
100 void PrepareUnaryCall(ClientContext* context, const std::string& method, in PrepareUnaryCall()
110 ClientContext* context, const std::string& method, in PrepareBidiStreamingCall()
125 void UnaryCall(ClientContext* context, const std::string& method, in UnaryCall()
136 void PrepareUnaryCall(ClientContext* context, const std::string& method, in PrepareUnaryCall()
147 ClientContext* context, const std::string& method, in PrepareBidiStreamingCall()
164 void UnaryCallInternal(ClientContext* context, const std::string& method, in UnaryCallInternal()
175 const std::string& method, in PrepareUnaryCallInternal()
187 ClientContext* context, const std::string& method, in PrepareBidiStreamingCallInternal()
198 const std::string& method, ::grpc::CompletionQueue* cq, in CallInternal()