Searched refs:StartDefaultValue (Results 1 - 1 of 1) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ | ||
H A D | Descriptor.cs | 1421 private readonly static int StartDefaultValue = 0; field in Google.Protobuf.Reflection.DescriptorProto.Types.ExtensionRange 1429 get { if ((_hasBits0 & 1) != 0) { return start_; } else { return StartDefaultValue; } } 1712 private readonly static int StartDefaultValue = 0; field in Google.Protobuf.Reflection.DescriptorProto.Types.ReservedRange 1720 get { if ((_hasBits0 & 1) != 0) { return start_; } else { return StartDefaultValue; } } 3519 private readonly static int StartDefaultValue = 0; field in Google.Protobuf.Reflection.EnumDescriptorProto.Types.EnumReservedRange 3527 get { if ((_hasBits0 & 1) != 0) { return start_; } else { return StartDefaultValue; } } |
Completed in 15 milliseconds