Home
last modified time | relevance | path

Searched refs:FieldMaskPathSeparators (Results 1 - 1 of 1) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
H A DJsonParser.cs66 private static readonly char[] FieldMaskPathSeparators = new[] { ',' }; field in Google.Protobuf.JsonParser
928 string[] jsonPaths = token.StringValue.Split(FieldMaskPathSeparators, StringSplitOptions.RemoveEmptyEntries); in MergeFieldMask()

Completed in 3 milliseconds