Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DFieldMaskPartial.cs58 var firstInvalid = paths.FirstOrDefault(p => !ValidatePath(p)); in ToJson()
86 private static bool ValidatePath(string input) in ValidatePath() method in Google.Protobuf.WellKnownTypes.FieldMask