Searched refs:NullValueFieldNumber (Results 1 - 4 of 4) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/ | ||
H A D | JsonParser.cs | 452 fields[Value.NullValueFieldNumber].Accessor.SetValue(message, 0); in MergeStructValue() |
H A D | JsonFormatter.cs | 638 case Value.NullValueFieldNumber: in WriteStructFieldValue() |
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ | ||
H A D | Struct.cs | 311 public const int NullValueFieldNumber = 1; field in Google.Protobuf.WellKnownTypes.Value |
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ | ||
H A D | UnittestIssues.cs | 2955 public const int NullValueFieldNumber = 2; field in UnitTest.Issues.TestProtos.NullValueOutsideStruct 3177 public const int NullValueFieldNumber = 2; field in UnitTest.Issues.TestProtos.NullValueNotInOneof |
Completed in 10 milliseconds