Home
last modified time | relevance | path

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

/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/
DJsonFormatter.cs393 WriteList(writer, (IList)value); in WriteValue()
503 WriteList(writer, (IList)fieldAccessor.GetValue((IMessage)value)); in WriteWellKnownTypeValue()
654 internal void WriteList(TextWriter writer, IList list) in WriteList() method in Google.Protobuf.JsonFormatter
/external/protobuf/csharp/src/Google.Protobuf/
DJsonFormatter.cs393 WriteList(writer, (IList)value); in WriteValue()
503 WriteList(writer, (IList)fieldAccessor.GetValue((IMessage)value)); in WriteWellKnownTypeValue()
654 internal void WriteList(TextWriter writer, IList list) in WriteList() method in Google.Protobuf.JsonFormatter
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DFieldMaskPartial.cs80 JsonFormatter.Default.WriteList(writer, (IList)paths); in ToJson()
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DFieldMaskPartial.cs80 JsonFormatter.Default.WriteList(writer, (IList)paths); in ToJson()
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
DRepeatedField.cs612 JsonFormatter.Default.WriteList(writer, this); in ToString()
/external/protobuf/csharp/src/Google.Protobuf/Collections/
DRepeatedField.cs612 JsonFormatter.Default.WriteList(writer, this); in ToString()
/external/cronet/net/third_party/quiche/src/quiche/common/
Dstructured_headers.cc545 bool WriteList(const List& value) { in WriteList() function in quiche::structured_headers::__anondbc5ff4e0111::StructuredHeaderSerializer
899 if (s.WriteList(value)) return s.Output(); in SerializeList()
/external/doclava/src/com/google/doclava/
DPageMetadata.java97 public static void WriteList(List<Node> rootTypeNodesList) { in WriteList() method in PageMetadata