Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
DJsonFormatter.cs633 case Value.ListValueFieldNumber: in WriteStructFieldValue()
DJsonParser.cs475 var field = fields[Value.ListValueFieldNumber]; in MergeStructValue()
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DStruct.cs381 public const int ListValueFieldNumber = 6; field in Google.Protobuf.WellKnownTypes.Value