Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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()
740 writer.Write(CommonRepresentations[c]); in WriteString()