Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/src/csharp/Grpc.Tools/
H A DProtoCompile.cs125 static string[] s_supportedGenerators = new[] { "cpp", "csharp", "java", field in Grpc.Tools.ProtoCompile
399 if (!System.Array.Exists(s_supportedGenerators, g => g == Generator)) in ValidateParameters()
402 Generator, string.Join(", ", s_supportedGenerators)); in ValidateParameters()