Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DFieldMaskPartial.cs71 JsonFormatter.Default.WriteList(writer, (IList)paths); in ToJson()
/external/protobuf/csharp/src/Google.Protobuf/
DJsonFormatter.cs408 WriteList(writer, (IList)value); in WriteValue()
519 WriteList(writer, (IList)fieldAccessor.GetValue((IMessage)value)); in WriteWellKnownTypeValue()
670 internal void WriteList(TextWriter writer, IList list) in WriteList() method in Google.Protobuf.JsonFormatter
/external/protobuf/csharp/src/Google.Protobuf/Collections/
DRepeatedField.cs479 JsonFormatter.Default.WriteList(writer, this); in ToString()
/external/doclava/src/com/google/doclava/
DPageMetadata.java97 public static void WriteList(List<Node> rootTypeNodesList) { in WriteList() method in PageMetadata