Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/
DStruct.cs293 public const int BoolValueFieldNumber = 4; field in Google.Protobuf.WellKnownTypes.Value
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DJsonFormatter.cs651 case Value.BoolValueFieldNumber: in WriteStructFieldValue()
DJsonParser.cs444 …fields[Value.BoolValueFieldNumber].Accessor.SetValue(message, firstToken.Type == JsonToken.TokenTy… in MergeStructValue()