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