Searched refs:_hasBits0 (Results 1 – 1 of 1) sorted by relevance
1157 private int _hasBits0; field in Google.Protobuf.Reflection.DescriptorProto.Types.ExtensionRange1180 _hasBits0 = other._hasBits0; in ExtensionRange()1202 get { if ((_hasBits0 & 1) != 0) { return start_; } else { return StartDefaultValue; } }1204 _hasBits0 |= 1;1211 get { return (_hasBits0 & 1) != 0; }1216 _hasBits0 &= ~1; in ClearStart()1229 get { if ((_hasBits0 & 2) != 0) { return end_; } else { return EndDefaultValue; } }1231 _hasBits0 |= 2;1238 get { return (_hasBits0 & 2) != 0; }1243 _hasBits0 &= ~2; in ClearEnd()[all …]