HomeSort by relevance Sort by last modified time
    Searched refs:CliCall (Results 1 - 4 of 4) sorted by null

  /external/grpc-grpc/test/cpp/util/
cli_call.cc 37 Status CliCall::Call(std::shared_ptr<grpc::Channel> channel,
43 CliCall call(std::move(channel), method, metadata);
52 CliCall::CliCall(const std::shared_ptr<grpc::Channel>& channel,
72 CliCall::~CliCall() {
77 void CliCall::Write(const grpc::string& request) {
89 bool CliCall::Read(grpc::string* response,
114 void CliCall::WritesDone() {
123 void CliCall::WriteAndWait(const grpc::string& request)
    [all...]
cli_call.h 36 // CliCall handles the sending and receiving of generic messages given the name
39 class CliCall final {
45 CliCall(const std::shared_ptr<grpc::Channel>& channel,
48 ~CliCall();
cli_call_test.cc 89 // Send a rpc with a normal stub and then a CliCall. Verify they match.
111 Status s2 = CliCall::Call(channel_, kMethod, request_bin, &response_bin,
grpc_tool.cc 179 void ReadResponse(CliCall* call, const grpc::string& method_name,
522 CliCall call(channel, formatted_method_name, client_metadata);
648 CliCall call(channel, formatted_method_name, client_metadata);
745 CliCall call(channel, formatted_method_name, client_metadata);

Completed in 236 milliseconds