Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptorPool.cs184 private static readonly Regex ValidationRegex = new Regex("^[_A-Za-z][_A-Za-z0-9]*$", field in Google.Protobuf.Reflection.DescriptorPool
198 if (!ValidationRegex.IsMatch(descriptor.Name)) in ValidateSymbolName()