Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/
DStruct.cs321 public const int ListValueFieldNumber = 6; field in Google.Protobuf.WellKnownTypes.Value
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DJsonFormatter.cs657 case Value.ListValueFieldNumber: in WriteStructFieldValue()
DJsonParser.cs457 var field = fields[Value.ListValueFieldNumber]; in MergeStructValue()