Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/
DStruct.cs307 public const int StructValueFieldNumber = 5; field in Google.Protobuf.WellKnownTypes.Value
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DJsonFormatter.cs656 case Value.StructValueFieldNumber: in WriteStructFieldValue()
DJsonParser.cs448 var field = fields[Value.StructValueFieldNumber]; in MergeStructValue()