Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs1221 private readonly static int EndDefaultValue = 0; field in Google.Protobuf.Reflection.DescriptorProto.Types.ExtensionRange
1229 get { if ((_hasBits0 & 2) != 0) { return end_; } else { return EndDefaultValue; } }
1460 private readonly static int EndDefaultValue = 0; field in Google.Protobuf.Reflection.DescriptorProto.Types.ReservedRange
1468 get { if ((_hasBits0 & 2) != 0) { return end_; } else { return EndDefaultValue; } }
2887 private readonly static int EndDefaultValue = 0; field in Google.Protobuf.Reflection.EnumDescriptorProto.Types.EnumReservedRange
2895 get { if ((_hasBits0 & 2) != 0) { return end_; } else { return EndDefaultValue; } }
8243 private readonly static int EndDefaultValue = 0; field in Google.Protobuf.Reflection.GeneratedCodeInfo.Types.Annotation
8253 get { if ((_hasBits0 & 2) != 0) { return end_; } else { return EndDefaultValue; } }