Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/
DStruct.cs251 public const int NullValueFieldNumber = 1; field in Google.Protobuf.WellKnownTypes.Value
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DJsonFormatter.cs662 case Value.NullValueFieldNumber: in WriteStructFieldValue()
DJsonParser.cs434 fields[Value.NullValueFieldNumber].Accessor.SetValue(message, 0); in MergeStructValue()