Searched refs:CommonRepresentations (Results 1 – 1 of 1) sorted by relevance
80 private static readonly string[] CommonRepresentations = { field in Google.Protobuf.JsonFormatter117 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()