Searched refs:EndDefaultValue (Results 1 - 1 of 1) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ | ||
H A D | Descriptor.cs | 1448 private readonly static int EndDefaultValue = 0; field in Google.Protobuf.Reflection.DescriptorProto.Types.ExtensionRange 1456 get { if ((_hasBits0 & 2) != 0) { return end_; } else { return EndDefaultValue; } } 1739 private readonly static int EndDefaultValue = 0; field in Google.Protobuf.Reflection.DescriptorProto.Types.ReservedRange 1747 get { if ((_hasBits0 & 2) != 0) { return end_; } else { return EndDefaultValue; } } 3546 private readonly static int EndDefaultValue = 0; field in Google.Protobuf.Reflection.EnumDescriptorProto.Types.EnumReservedRange 3554 get { if ((_hasBits0 & 2) != 0) { return end_; } else { return EndDefaultValue; } } 10073 private readonly static int EndDefaultValue = 0; field in Google.Protobuf.Reflection.GeneratedCodeInfo.Types.Annotation 10083 get { if ((_hasBits0 & 2) != 0) { return end_; } else { return EndDefaultValue; } } |
Completed in 15 milliseconds