Home
last modified time | relevance | path

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

/third_party/grpc/src/csharp/Grpc.Tools/
DProtoCompile.cs299 public string[] GrpcOutputOptions { get; set; } property in Grpc.Tools.ProtoCompile
362 GrpcOutputOptions = null; in ValidateParameters()
421 cmd.AddSwitchMaybe("grpc_opt", GrpcOutputOptions); in GenerateResponseFileCommands()
/third_party/grpc/src/csharp/Grpc.Tools.Tests/
DProtoCompileCommandLineGeneratorTest.cs137 _task.GrpcOutputOptions = new[] { "baz", "quux" }; in GenerateGrpcWithOptions()