Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
DJsonFormatter.cs638 case Value.NullValueFieldNumber: in WriteStructFieldValue()
DJsonParser.cs452 fields[Value.NullValueFieldNumber].Accessor.SetValue(message, 0); in MergeStructValue()
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DStruct.cs311 public const int NullValueFieldNumber = 1; field in Google.Protobuf.WellKnownTypes.Value
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestIssues.cs2955 public const int NullValueFieldNumber = 2; field in UnitTest.Issues.TestProtos.NullValueOutsideStruct
3177 public const int NullValueFieldNumber = 2; field in UnitTest.Issues.TestProtos.NullValueNotInOneof