Searched defs:arguments (Results 1 – 2 of 2) sorted by relevance
68 const std::vector<std::string>& arguments, in CombineArgumentsAndOptions()88 Result<void> RunGrpcCommand(const std::vector<std::string>& arguments, in RunGrpcCommand()104 Result<std::string> RunGrpcCommand(const std::vector<std::string>& arguments, in RunGrpcCommand()111 Result<std::string> RunGrpcCommand(const std::vector<std::string>& arguments) { in RunGrpcCommand()121 std::vector<std::string> arguments{"grpc_cli", "ls", server_address}; in GetServiceList() local
190 public static Bundle getPolicy(String policy, Bundle arguments) { in getPolicy()