Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/util/
Dgrpc_tool.cc109 BindWith5Args(T&& func) { in BindWith5Args() function
228 {"help", BindWith5Args(&GrpcTool::Help), 0, INT_MAX},
229 {"ls", BindWith5Args(&GrpcTool::ListServices), 1, 3},
230 {"list", BindWith5Args(&GrpcTool::ListServices), 1, 3},
231 {"call", BindWith5Args(&GrpcTool::CallMethod), 2, 3},
232 {"type", BindWith5Args(&GrpcTool::PrintType), 2, 2},
233 {"parse", BindWith5Args(&GrpcTool::ParseMessage), 2, 3},
234 {"totext", BindWith5Args(&GrpcTool::ToText), 2, 3},
235 {"tobinary", BindWith5Args(&GrpcTool::ToBinary), 2, 3},