Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
DJsonFormatter.cs627 case Value.BoolValueFieldNumber: in WriteStructFieldValue()
DJsonParser.cs462 …fields[Value.BoolValueFieldNumber].Accessor.SetValue(message, firstToken.Type == JsonToken.TokenTy… in MergeStructValue()
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DStruct.cs353 public const int BoolValueFieldNumber = 4; field in Google.Protobuf.WellKnownTypes.Value