Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DJsonFormatter.cs412 WriteDictionary(writer, (IDictionary)value); in WriteValue()
686 internal void WriteDictionary(TextWriter writer, IDictionary dictionary) in WriteDictionary() method in Google.Protobuf.JsonFormatter
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Collections/
DMapField.cs479 JsonFormatter.Default.WriteDictionary(writer, this); in ToString()