Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
H A DJsonFormatter.cs80 private static readonly string[] CommonRepresentations = { field in Google.Protobuf.JsonFormatter
117 for (int i = 0; i < CommonRepresentations.Length; i++) in JsonFormatter()
119 if (CommonRepresentations[i] == "") in JsonFormatter()
121 CommonRepresentations[i] = ((char) i).ToString(); in JsonFormatter()
716 writer.Write(CommonRepresentations[c]); in WriteString()

Completed in 2 milliseconds