Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
DJsonParser.cs64 …private static readonly Regex DurationRegex = new Regex(@"^(?<sign>-)?(?<int>[0-9]{1,12})(?<subsec… field in Google.Protobuf.JsonParser
883 var match = DurationRegex.Match(token.StringValue); in MergeDuration()