Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/
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()
754 writer.Write(CommonRepresentations[c]); in WriteString()