Lines Matching defs:_hasBits0
77 private int _hasBits0;
100 _hasBits0 = other._hasBits0;
138 get { if ((_hasBits0 & 1) != 0) { return optionalInt32_; } else { return 0; } }
140 _hasBits0 |= 1;
147 get { return (_hasBits0 & 1) != 0; }
152 _hasBits0 &= ~1;
160 get { if ((_hasBits0 & 2) != 0) { return optionalInt64_; } else { return 0L; } }
162 _hasBits0 |= 2;
169 get { return (_hasBits0 & 2) != 0; }
174 _hasBits0 &= ~2;
182 get { if ((_hasBits0 & 4) != 0) { return optionalUint32_; } else { return 0; } }
184 _hasBits0 |= 4;
191 get { return (_hasBits0 & 4) != 0; }
196 _hasBits0 &= ~4;
204 get { if ((_hasBits0 & 8) != 0) { return optionalUint64_; } else { return 0UL; } }
206 _hasBits0 |= 8;
213 get { return (_hasBits0 & 8) != 0; }
218 _hasBits0 &= ~8;
226 get { if ((_hasBits0 & 16) != 0) { return optionalSint32_; } else { return 0; } }
228 _hasBits0 |= 16;
235 get { return (_hasBits0 & 16) != 0; }
240 _hasBits0 &= ~16;
248 get { if ((_hasBits0 & 32) != 0) { return optionalSint64_; } else { return 0L; } }
250 _hasBits0 |= 32;
257 get { return (_hasBits0 & 32) != 0; }
262 _hasBits0 &= ~32;
270 get { if ((_hasBits0 & 64) != 0) { return optionalFixed32_; } else { return 0; } }
272 _hasBits0 |= 64;
279 get { return (_hasBits0 & 64) != 0; }
284 _hasBits0 &= ~64;
292 get { if ((_hasBits0 & 128) != 0) { return optionalFixed64_; } else { return 0UL; } }
294 _hasBits0 |= 128;
301 get { return (_hasBits0 & 128) != 0; }
306 _hasBits0 &= ~128;
314 get { if ((_hasBits0 & 256) != 0) { return optionalSfixed32_; } else { return 0; } }
316 _hasBits0 |= 256;
323 get { return (_hasBits0 & 256) != 0; }
328 _hasBits0 &= ~256;
336 get { if ((_hasBits0 & 512) != 0) { return optionalSfixed64_; } else { return 0L; } }
338 _hasBits0 |= 512;
345 get { return (_hasBits0 & 512) != 0; }
350 _hasBits0 &= ~512;
358 get { if ((_hasBits0 & 1024) != 0) { return optionalFloat_; } else { return 0F; } }
360 _hasBits0 |= 1024;
367 get { return (_hasBits0 & 1024) != 0; }
372 _hasBits0 &= ~1024;
380 get { if ((_hasBits0 & 2048) != 0) { return optionalDouble_; } else { return 0D; } }
382 _hasBits0 |= 2048;
389 get { return (_hasBits0 & 2048) != 0; }
394 _hasBits0 &= ~2048;
402 get { if ((_hasBits0 & 4096) != 0) { return optionalBool_; } else { return false; } }
404 _hasBits0 |= 4096;
411 get { return (_hasBits0 & 4096) != 0; }
416 _hasBits0 &= ~4096;
509 get { if ((_hasBits0 & 8192) != 0) { return optionalNestedEnum_; } else { return global::ProtobufUnittest.TestProto3Optional.Types.NestedEnum.Unspecified; } }
511 _hasBits0 |= 8192;
518 get { return (_hasBits0 & 8192) != 0; }
523 _hasBits0 &= ~8192;
1192 private int _hasBits0;
1215 _hasBits0 = other._hasBits0;
1235 get { if ((_hasBits0 & 1) != 0) { return bb_; } else { return 0; } }
1237 _hasBits0 |= 1;
1244 get { return (_hasBits0 & 1) != 0; }
1249 _hasBits0 &= ~1;