Home
last modified time | relevance | path

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

/third_party/grpc/src/csharp/Grpc.Tools.Tests/
DProtoCompileCommandLineGeneratorTest.cs116 _task.GrpcPluginExe = "/foo/grpcgen"; in GenerateGrpc()
126 _task.GrpcPluginExe = "/foo/grpcgen"; in GenerateGrpcWithOutDir()
136 _task.GrpcPluginExe = "/foo/grpcgen"; in GenerateGrpcWithOptions()
146 _task.GrpcPluginExe = "/foo/grpcgen"; in DirectoryArgumentsSlashTrimmed()
/third_party/grpc/src/csharp/Grpc.Tools/
DProtoCompile.cs286 public string GrpcPluginExe { get; set; } property in Grpc.Tools.ProtoCompile
360 if (GrpcPluginExe == null) in ValidateParameters()
419 cmd.AddSwitchMaybe("plugin=protoc-gen-grpc", GrpcPluginExe); in GenerateResponseFileCommands()