Searched refs:GrpcTool (Results 1 – 1 of 1) sorted by relevance
/third_party/grpc/test/cpp/util/ |
D | grpc_tool.cc | 76 class GrpcTool { class 78 explicit GrpcTool(); 79 virtual ~GrpcTool() {} in ~GrpcTool() 116 std::function<bool(GrpcTool*, int, const char**, const CliCredentials&, 235 std::function<bool(GrpcTool*, int, const char**, const CliCredentials&, 243 {"help", BindWith5Args(&GrpcTool::Help), 0, INT_MAX}, 244 {"ls", BindWith5Args(&GrpcTool::ListServices), 1, 3}, 245 {"list", BindWith5Args(&GrpcTool::ListServices), 1, 3}, 246 {"call", BindWith5Args(&GrpcTool::CallMethod), 2, 3}, 247 {"type", BindWith5Args(&GrpcTool::PrintType), 2, 2}, [all …]
|