Lines Matching defs:_hasBits0

1130     private int _hasBits0;
1154 _hasBits0 = other._hasBits0;
1260 get { if ((_hasBits0 & 1) != 0) { return optionalInt32_; } else { return OptionalInt32DefaultValue; } }
1262 _hasBits0 |= 1;
1269 get { return (_hasBits0 & 1) != 0; }
1274 _hasBits0 &= ~1;
1284 get { if ((_hasBits0 & 2) != 0) { return optionalInt64_; } else { return OptionalInt64DefaultValue; } }
1286 _hasBits0 |= 2;
1293 get { return (_hasBits0 & 2) != 0; }
1298 _hasBits0 &= ~2;
1308 get { if ((_hasBits0 & 4) != 0) { return optionalUint32_; } else { return OptionalUint32DefaultValue; } }
1310 _hasBits0 |= 4;
1317 get { return (_hasBits0 & 4) != 0; }
1322 _hasBits0 &= ~4;
1332 get { if ((_hasBits0 & 8) != 0) { return optionalUint64_; } else { return OptionalUint64DefaultValue; } }
1334 _hasBits0 |= 8;
1341 get { return (_hasBits0 & 8) != 0; }
1346 _hasBits0 &= ~8;
1356 get { if ((_hasBits0 & 16) != 0) { return optionalSint32_; } else { return OptionalSint32DefaultValue; } }
1358 _hasBits0 |= 16;
1365 get { return (_hasBits0 & 16) != 0; }
1370 _hasBits0 &= ~16;
1380 get { if ((_hasBits0 & 32) != 0) { return optionalSint64_; } else { return OptionalSint64DefaultValue; } }
1382 _hasBits0 |= 32;
1389 get { return (_hasBits0 & 32) != 0; }
1394 _hasBits0 &= ~32;
1404 get { if ((_hasBits0 & 64) != 0) { return optionalFixed32_; } else { return OptionalFixed32DefaultValue; } }
1406 _hasBits0 |= 64;
1413 get { return (_hasBits0 & 64) != 0; }
1418 _hasBits0 &= ~64;
1428 get { if ((_hasBits0 & 128) != 0) { return optionalFixed64_; } else { return OptionalFixed64DefaultValue; } }
1430 _hasBits0 |= 128;
1437 get { return (_hasBits0 & 128) != 0; }
1442 _hasBits0 &= ~128;
1452 get { if ((_hasBits0 & 256) != 0) { return optionalSfixed32_; } else { return OptionalSfixed32DefaultValue; } }
1454 _hasBits0 |= 256;
1461 get { return (_hasBits0 & 256) != 0; }
1466 _hasBits0 &= ~256;
1476 get { if ((_hasBits0 & 512) != 0) { return optionalSfixed64_; } else { return OptionalSfixed64DefaultValue; } }
1478 _hasBits0 |= 512;
1485 get { return (_hasBits0 & 512) != 0; }
1490 _hasBits0 &= ~512;
1500 get { if ((_hasBits0 & 1024) != 0) { return optionalFloat_; } else { return OptionalFloatDefaultValue; } }
1502 _hasBits0 |= 1024;
1509 get { return (_hasBits0 & 1024) != 0; }
1514 _hasBits0 &= ~1024;
1524 get { if ((_hasBits0 & 2048) != 0) { return optionalDouble_; } else { return OptionalDoubleDefaultValue; } }
1526 _hasBits0 |= 2048;
1533 get { return (_hasBits0 & 2048) != 0; }
1538 _hasBits0 &= ~2048;
1548 get { if ((_hasBits0 & 4096) != 0) { return optionalBool_; } else { return OptionalBoolDefaultValue; } }
1550 _hasBits0 |= 4096;
1557 get { return (_hasBits0 & 4096) != 0; }
1562 _hasBits0 &= ~4096;
1672 get { if ((_hasBits0 & 8192) != 0) { return optionalNestedEnum_; } else { return OptionalNestedEnumDefaultValue; } }
1674 _hasBits0 |= 8192;
1681 get { return (_hasBits0 & 8192) != 0; }
1686 _hasBits0 &= ~8192;
1696 get { if ((_hasBits0 & 16384) != 0) { return optionalForeignEnum_; } else { return OptionalForeignEnumDefaultValue; } }
1698 _hasBits0 |= 16384;
1705 get { return (_hasBits0 & 16384) != 0; }
1710 _hasBits0 &= ~16384;
1720 get { if ((_hasBits0 & 32768) != 0) { return optionalImportEnum_; } else { return OptionalImportEnumDefaultValue; } }
1722 _hasBits0 |= 32768;
1729 get { return (_hasBits0 & 32768) != 0; }
1734 _hasBits0 &= ~32768;
2071 get { if ((_hasBits0 & 65536) != 0) { return defaultInt32_; } else { return DefaultInt32DefaultValue; } }
2073 _hasBits0 |= 65536;
2080 get { return (_hasBits0 & 65536) != 0; }
2085 _hasBits0 &= ~65536;
2095 get { if ((_hasBits0 & 131072) != 0) { return defaultInt64_; } else { return DefaultInt64DefaultValue; } }
2097 _hasBits0 |= 131072;
2104 get { return (_hasBits0 & 131072) != 0; }
2109 _hasBits0 &= ~131072;
2119 get { if ((_hasBits0 & 262144) != 0) { return defaultUint32_; } else { return DefaultUint32DefaultValue; } }
2121 _hasBits0 |= 262144;
2128 get { return (_hasBits0 & 262144) != 0; }
2133 _hasBits0 &= ~262144;
2143 get { if ((_hasBits0 & 524288) != 0) { return defaultUint64_; } else { return DefaultUint64DefaultValue; } }
2145 _hasBits0 |= 524288;
2152 get { return (_hasBits0 & 524288) != 0; }
2157 _hasBits0 &= ~524288;
2167 get { if ((_hasBits0 & 1048576) != 0) { return defaultSint32_; } else { return DefaultSint32DefaultValue; } }
2169 _hasBits0 |= 1048576;
2176 get { return (_hasBits0 & 1048576) != 0; }
2181 _hasBits0 &= ~1048576;
2191 get { if ((_hasBits0 & 2097152) != 0) { return defaultSint64_; } else { return DefaultSint64DefaultValue; } }
2193 _hasBits0 |= 2097152;
2200 get { return (_hasBits0 & 2097152) != 0; }
2205 _hasBits0 &= ~2097152;
2215 get { if ((_hasBits0 & 4194304) != 0) { return defaultFixed32_; } else { return DefaultFixed32DefaultValue; } }
2217 _hasBits0 |= 4194304;
2224 get { return (_hasBits0 & 4194304) != 0; }
2229 _hasBits0 &= ~4194304;
2239 get { if ((_hasBits0 & 8388608) != 0) { return defaultFixed64_; } else { return DefaultFixed64DefaultValue; } }
2241 _hasBits0 |= 8388608;
2248 get { return (_hasBits0 & 8388608) != 0; }
2253 _hasBits0 &= ~8388608;
2263 get { if ((_hasBits0 & 16777216) != 0) { return defaultSfixed32_; } else { return DefaultSfixed32DefaultValue; } }
2265 _hasBits0 |= 16777216;
2272 get { return (_hasBits0 & 16777216) != 0; }
2277 _hasBits0 &= ~16777216;
2287 get { if ((_hasBits0 & 33554432) != 0) { return defaultSfixed64_; } else { return DefaultSfixed64DefaultValue; } }
2289 _hasBits0 |= 33554432;
2296 get { return (_hasBits0 & 33554432) != 0; }
2301 _hasBits0 &= ~33554432;
2311 get { if ((_hasBits0 & 67108864) != 0) { return defaultFloat_; } else { return DefaultFloatDefaultValue; } }
2313 _hasBits0 |= 67108864;
2320 get { return (_hasBits0 & 67108864) != 0; }
2325 _hasBits0 &= ~67108864;
2335 get { if ((_hasBits0 & 134217728) != 0) { return defaultDouble_; } else { return DefaultDoubleDefaultValue; } }
2337 _hasBits0 |= 134217728;
2344 get { return (_hasBits0 & 134217728) != 0; }
2349 _hasBits0 &= ~134217728;
2359 get { if ((_hasBits0 & 268435456) != 0) { return defaultBool_; } else { return DefaultBoolDefaultValue; } }
2361 _hasBits0 |= 268435456;
2368 get { return (_hasBits0 & 268435456) != 0; }
2373 _hasBits0 &= ~268435456;
2429 get { if ((_hasBits0 & 536870912) != 0) { return defaultNestedEnum_; } else { return DefaultNestedEnumDefaultValue; } }
2431 _hasBits0 |= 536870912;
2438 get { return (_hasBits0 & 536870912) != 0; }
2443 _hasBits0 &= ~536870912;
2453 get { if ((_hasBits0 & 1073741824) != 0) { return defaultForeignEnum_; } else { return DefaultForeignEnumDefaultValue; } }
2455 _hasBits0 |= 1073741824;
2462 get { return (_hasBits0 & 1073741824) != 0; }
2467 _hasBits0 &= ~1073741824;
2477 get { if ((_hasBits0 & -2147483648) != 0) { return defaultImportEnum_; } else { return DefaultImportEnumDefaultValue; } }
2479 _hasBits0 |= -2147483648;
2486 get { return (_hasBits0 & -2147483648) != 0; }
2491 _hasBits0 &= ~-2147483648;
4415 private int _hasBits0;
4438 _hasBits0 = other._hasBits0;
4460 get { if ((_hasBits0 & 1) != 0) { return bb_; } else { return BbDefaultValue; } }
4462 _hasBits0 |= 1;
4469 get { return (_hasBits0 & 1) != 0; }
4474 _hasBits0 &= ~1;
4607 private int _hasBits0;
4630 _hasBits0 = other._hasBits0;
4647 get { if ((_hasBits0 & 1) != 0) { return a_; } else { return ADefaultValue; } }
4649 _hasBits0 |= 1;
4656 get { return (_hasBits0 & 1) != 0; }
4661 _hasBits0 &= ~1;
4798 private int _hasBits0;
4821 _hasBits0 = other._hasBits0;
4838 get { if ((_hasBits0 & 1) != 0) { return a_; } else { return ADefaultValue; } }
4840 _hasBits0 |= 1;
4847 get { return (_hasBits0 & 1) != 0; }
4852 _hasBits0 &= ~1;
5248 private int _hasBits0;
5271 _hasBits0 = other._hasBits0;
5295 get { if ((_hasBits0 & 1) != 0) { return deprecatedInt32_; } else { return DeprecatedInt32DefaultValue; } }
5297 _hasBits0 |= 1;
5305 get { return (_hasBits0 & 1) != 0; }
5311 _hasBits0 &= ~1;
5658 private int _hasBits0;
5681 _hasBits0 = other._hasBits0;
5699 get { if ((_hasBits0 & 1) != 0) { return c_; } else { return CDefaultValue; } }
5701 _hasBits0 |= 1;
5708 get { return (_hasBits0 & 1) != 0; }
5713 _hasBits0 &= ~1;
5723 get { if ((_hasBits0 & 2) != 0) { return d_; } else { return DDefaultValue; } }
5725 _hasBits0 |= 2;
5732 get { return (_hasBits0 & 2) != 0; }
5737 _hasBits0 &= ~2;
6211 private int _hasBits0;
6234 _hasBits0 = other._hasBits0;
6251 get { if ((_hasBits0 & 1) != 0) { return a_; } else { return ADefaultValue; } }
6253 _hasBits0 |= 1;
6260 get { return (_hasBits0 & 1) != 0; }
6265 _hasBits0 &= ~1;
6402 private int _hasBits0;
6425 _hasBits0 = other._hasBits0;
6442 get { if ((_hasBits0 & 1) != 0) { return a_; } else { return ADefaultValue; } }
6444 _hasBits0 |= 1;
6451 get { return (_hasBits0 & 1) != 0; }
6456 _hasBits0 &= ~1;
6593 private int _hasBits0;
6616 _hasBits0 = other._hasBits0;
6655 get { if ((_hasBits0 & 1) != 0) { return optionalForeignEnum_; } else { return OptionalForeignEnumDefaultValue; } }
6657 _hasBits0 |= 1;
6664 get { return (_hasBits0 & 1) != 0; }
6669 _hasBits0 &= ~1;
6839 private int _hasBits0;
6862 _hasBits0 = other._hasBits0;
6879 get { if ((_hasBits0 & 1) != 0) { return a_; } else { return ADefaultValue; } }
6881 _hasBits0 |= 1;
6888 get { return (_hasBits0 & 1) != 0; }
6893 _hasBits0 &= ~1;
7354 private int _hasBits0;
7377 _hasBits0 = other._hasBits0;
7394 get { if ((_hasBits0 & 1) != 0) { return a_; } else { return ADefaultValue; } }
7396 _hasBits0 |= 1;
7403 get { return (_hasBits0 & 1) != 0; }
7408 _hasBits0 &= ~1;
7580 private int _hasBits0;
7604 _hasBits0 = other._hasBits0;
7654 get { if ((_hasBits0 & 1) != 0) { return a_; } else { return ADefaultValue; } }
7656 _hasBits0 |= 1;
7663 get { return (_hasBits0 & 1) != 0; }
7668 _hasBits0 &= ~1;
7678 get { if ((_hasBits0 & 2) != 0) { return dummy2_; } else { return Dummy2DefaultValue; } }
7680 _hasBits0 |= 2;
7687 get { return (_hasBits0 & 2) != 0; }
7692 _hasBits0 &= ~2;
7702 get { if ((_hasBits0 & 4) != 0) { return b_; } else { return BDefaultValue; } }
7704 _hasBits0 |= 4;
7711 get { return (_hasBits0 & 4) != 0; }
7716 _hasBits0 &= ~4;
7730 get { if ((_hasBits0 & 8) != 0) { return dummy4_; } else { return Dummy4DefaultValue; } }
7732 _hasBits0 |= 8;
7739 get { return (_hasBits0 & 8) != 0; }
7744 _hasBits0 &= ~8;
7754 get { if ((_hasBits0 & 16) != 0) { return dummy5_; } else { return Dummy5DefaultValue; } }
7756 _hasBits0 |= 16;
7763 get { return (_hasBits0 & 16) != 0; }
7768 _hasBits0 &= ~16;
7778 get { if ((_hasBits0 & 32) != 0) { return dummy6_; } else { return Dummy6DefaultValue; } }
7780 _hasBits0 |= 32;
7787 get { return (_hasBits0 & 32) != 0; }
7792 _hasBits0 &= ~32;
7802 get { if ((_hasBits0 & 64) != 0) { return dummy7_; } else { return Dummy7DefaultValue; } }
7804 _hasBits0 |= 64;
7811 get { return (_hasBits0 & 64) != 0; }
7816 _hasBits0 &= ~64;
7826 get { if ((_hasBits0 & 128) != 0) { return dummy8_; } else { return Dummy8DefaultValue; } }
7828 _hasBits0 |= 128;
7835 get { return (_hasBits0 & 128) != 0; }
7840 _hasBits0 &= ~128;
7850 get { if ((_hasBits0 & 256) != 0) { return dummy9_; } else { return Dummy9DefaultValue; } }
7852 _hasBits0 |= 256;
7859 get { return (_hasBits0 & 256) != 0; }
7864 _hasBits0 &= ~256;
7874 get { if ((_hasBits0 & 512) != 0) { return dummy10_; } else { return Dummy10DefaultValue; } }
7876 _hasBits0 |= 512;
7883 get { return (_hasBits0 & 512) != 0; }
7888 _hasBits0 &= ~512;
7898 get { if ((_hasBits0 & 1024) != 0) { return dummy11_; } else { return Dummy11DefaultValue; } }
7900 _hasBits0 |= 1024;
7907 get { return (_hasBits0 & 1024) != 0; }
7912 _hasBits0 &= ~1024;
7922 get { if ((_hasBits0 & 2048) != 0) { return dummy12_; } else { return Dummy12DefaultValue; } }
7924 _hasBits0 |= 2048;
7931 get { return (_hasBits0 & 2048) != 0; }
7936 _hasBits0 &= ~2048;
7946 get { if ((_hasBits0 & 4096) != 0) { return dummy13_; } else { return Dummy13DefaultValue; } }
7948 _hasBits0 |= 4096;
7955 get { return (_hasBits0 & 4096) != 0; }
7960 _hasBits0 &= ~4096;
7970 get { if ((_hasBits0 & 8192) != 0) { return dummy14_; } else { return Dummy14DefaultValue; } }
7972 _hasBits0 |= 8192;
7979 get { return (_hasBits0 & 8192) != 0; }
7984 _hasBits0 &= ~8192;
7994 get { if ((_hasBits0 & 16384) != 0) { return dummy15_; } else { return Dummy15DefaultValue; } }
7996 _hasBits0 |= 16384;
8003 get { return (_hasBits0 & 16384) != 0; }
8008 _hasBits0 &= ~16384;
8018 get { if ((_hasBits0 & 32768) != 0) { return dummy16_; } else { return Dummy16DefaultValue; } }
8020 _hasBits0 |= 32768;
8027 get { return (_hasBits0 & 32768) != 0; }
8032 _hasBits0 &= ~32768;
8042 get { if ((_hasBits0 & 65536) != 0) { return dummy17_; } else { return Dummy17DefaultValue; } }
8044 _hasBits0 |= 65536;
8051 get { return (_hasBits0 & 65536) != 0; }
8056 _hasBits0 &= ~65536;
8066 get { if ((_hasBits0 & 131072) != 0) { return dummy18_; } else { return Dummy18DefaultValue; } }
8068 _hasBits0 |= 131072;
8075 get { return (_hasBits0 & 131072) != 0; }
8080 _hasBits0 &= ~131072;
8090 get { if ((_hasBits0 & 262144) != 0) { return dummy19_; } else { return Dummy19DefaultValue; } }
8092 _hasBits0 |= 262144;
8099 get { return (_hasBits0 & 262144) != 0; }
8104 _hasBits0 &= ~262144;
8114 get { if ((_hasBits0 & 524288) != 0) { return dummy20_; } else { return Dummy20DefaultValue; } }
8116 _hasBits0 |= 524288;
8123 get { return (_hasBits0 & 524288) != 0; }
8128 _hasBits0 &= ~524288;
8138 get { if ((_hasBits0 & 1048576) != 0) { return dummy21_; } else { return Dummy21DefaultValue; } }
8140 _hasBits0 |= 1048576;
8147 get { return (_hasBits0 & 1048576) != 0; }
8152 _hasBits0 &= ~1048576;
8162 get { if ((_hasBits0 & 2097152) != 0) { return dummy22_; } else { return Dummy22DefaultValue; } }
8164 _hasBits0 |= 2097152;
8171 get { return (_hasBits0 & 2097152) != 0; }
8176 _hasBits0 &= ~2097152;
8186 get { if ((_hasBits0 & 4194304) != 0) { return dummy23_; } else { return Dummy23DefaultValue; } }
8188 _hasBits0 |= 4194304;
8195 get { return (_hasBits0 & 4194304) != 0; }
8200 _hasBits0 &= ~4194304;
8210 get { if ((_hasBits0 & 8388608) != 0) { return dummy24_; } else { return Dummy24DefaultValue; } }
8212 _hasBits0 |= 8388608;
8219 get { return (_hasBits0 & 8388608) != 0; }
8224 _hasBits0 &= ~8388608;
8234 get { if ((_hasBits0 & 16777216) != 0) { return dummy25_; } else { return Dummy25DefaultValue; } }
8236 _hasBits0 |= 16777216;
8243 get { return (_hasBits0 & 16777216) != 0; }
8248 _hasBits0 &= ~16777216;
8258 get { if ((_hasBits0 & 33554432) != 0) { return dummy26_; } else { return Dummy26DefaultValue; } }
8260 _hasBits0 |= 33554432;
8267 get { return (_hasBits0 & 33554432) != 0; }
8272 _hasBits0 &= ~33554432;
8282 get { if ((_hasBits0 & 67108864) != 0) { return dummy27_; } else { return Dummy27DefaultValue; } }
8284 _hasBits0 |= 67108864;
8291 get { return (_hasBits0 & 67108864) != 0; }
8296 _hasBits0 &= ~67108864;
8306 get { if ((_hasBits0 & 134217728) != 0) { return dummy28_; } else { return Dummy28DefaultValue; } }
8308 _hasBits0 |= 134217728;
8315 get { return (_hasBits0 & 134217728) != 0; }
8320 _hasBits0 &= ~134217728;
8330 get { if ((_hasBits0 & 268435456) != 0) { return dummy29_; } else { return Dummy29DefaultValue; } }
8332 _hasBits0 |= 268435456;
8339 get { return (_hasBits0 & 268435456) != 0; }
8344 _hasBits0 &= ~268435456;
8354 get { if ((_hasBits0 & 536870912) != 0) { return dummy30_; } else { return Dummy30DefaultValue; } }
8356 _hasBits0 |= 536870912;
8363 get { return (_hasBits0 & 536870912) != 0; }
8368 _hasBits0 &= ~536870912;
8378 get { if ((_hasBits0 & 1073741824) != 0) { return dummy31_; } else { return Dummy31DefaultValue; } }
8380 _hasBits0 |= 1073741824;
8387 get { return (_hasBits0 & 1073741824) != 0; }
8392 _hasBits0 &= ~1073741824;
8402 get { if ((_hasBits0 & -2147483648) != 0) { return dummy32_; } else { return Dummy32DefaultValue; } }
8404 _hasBits0 |= -2147483648;
8411 get { return (_hasBits0 & -2147483648) != 0; }
8416 _hasBits0 &= ~-2147483648;
9352 private int _hasBits0;
9375 _hasBits0 = other._hasBits0;
9415 get { if ((_hasBits0 & 1) != 0) { return dummy_; } else { return DummyDefaultValue; } }
9417 _hasBits0 |= 1;
9424 get { return (_hasBits0 & 1) != 0; }
9429 _hasBits0 &= ~1;
10552 private int _hasBits0;
10575 _hasBits0 = other._hasBits0;
10597 get { if ((_hasBits0 & 1) != 0) { return a_; } else { return ADefaultValue; } }
10599 _hasBits0 |= 1;
10606 get { return (_hasBits0 & 1) != 0; }
10611 _hasBits0 &= ~1;
10621 get { if ((_hasBits0 & 2) != 0) { return bb_; } else { return BbDefaultValue; } }
10623 _hasBits0 |= 2;
10630 get { return (_hasBits0 & 2) != 0; }
10635 _hasBits0 &= ~2;
10792 private int _hasBits0;
10815 _hasBits0 = other._hasBits0;
10844 get { if ((_hasBits0 & 1) != 0) { return i_; } else { return IDefaultValue; } }
10846 _hasBits0 |= 1;
10853 get { return (_hasBits0 & 1) != 0; }
10858 _hasBits0 &= ~1;
11686 private int _hasBits0;
11709 _hasBits0 = other._hasBits0;
11738 get { if ((_hasBits0 & 1) != 0) { return optionalInt32_; } else { return OptionalInt32DefaultValue; } }
11740 _hasBits0 |= 1;
11747 get { return (_hasBits0 & 1) != 0; }
11752 _hasBits0 &= ~1;
12296 private int _hasBits0;
12319 _hasBits0 = other._hasBits0;
12336 get { if ((_hasBits0 & 1) != 0) { return i_; } else { return IDefaultValue; } }
12338 _hasBits0 |= 1;
12345 get { return (_hasBits0 & 1) != 0; }
12350 _hasBits0 &= ~1;
12503 private int _hasBits0;
12526 _hasBits0 = other._hasBits0;
12548 get { if ((_hasBits0 & 1) != 0) { return a_; } else { return ADefaultValue; } }
12550 _hasBits0 |= 1;
12557 get { return (_hasBits0 & 1) != 0; }
12562 _hasBits0 &= ~1;
12809 private int _hasBits0;
12832 _hasBits0 = other._hasBits0;
12849 get { if ((_hasBits0 & 1) != 0) { return a_; } else { return ADefaultValue; } }
12851 _hasBits0 |= 1;
12858 get { return (_hasBits0 & 1) != 0; }
12863 _hasBits0 &= ~1;
13000 private int _hasBits0;
13023 _hasBits0 = other._hasBits0;
13040 get { if ((_hasBits0 & 1) != 0) { return a_; } else { return ADefaultValue; } }
13042 _hasBits0 |= 1;
13049 get { return (_hasBits0 & 1) != 0; }
13054 _hasBits0 &= ~1;
13944 private int _hasBits0;
13967 _hasBits0 = other._hasBits0;
13995 get { if ((_hasBits0 & 1) != 0) { return primitiveField_; } else { return PrimitiveFieldDefaultValue; } }
13997 _hasBits0 |= 1;
14004 get { return (_hasBits0 & 1) != 0; }
14009 _hasBits0 &= ~1;
14042 get { if ((_hasBits0 & 2) != 0) { return enumField_; } else { return EnumFieldDefaultValue; } }
14044 _hasBits0 |= 2;
14051 get { return (_hasBits0 & 2) != 0; }
14056 _hasBits0 &= ~2;
14529 private int _hasBits0;
14552 _hasBits0 = other._hasBits0;
14596 get { if ((_hasBits0 & 1) != 0) { return myInt_; } else { return MyIntDefaultValue; } }
14598 _hasBits0 |= 1;
14605 get { return (_hasBits0 & 1) != 0; }
14610 _hasBits0 &= ~1;
14620 get { if ((_hasBits0 & 2) != 0) { return myFloat_; } else { return MyFloatDefaultValue; } }
14622 _hasBits0 |= 2;
14629 get { return (_hasBits0 & 2) != 0; }
14634 _hasBits0 &= ~2;
14903 private int _hasBits0;
14926 _hasBits0 = other._hasBits0;
14944 get { if ((_hasBits0 & 2) != 0) { return oo_; } else { return OoDefaultValue; } }
14946 _hasBits0 |= 2;
14953 get { return (_hasBits0 & 2) != 0; }
14958 _hasBits0 &= ~2;
14973 get { if ((_hasBits0 & 1) != 0) { return bb_; } else { return BbDefaultValue; } }
14975 _hasBits0 |= 1;
14982 get { return (_hasBits0 & 1) != 0; }
14987 _hasBits0 &= ~1;
15735 private int _hasBits0;
15758 _hasBits0 = other._hasBits0;
15824 get { if ((_hasBits0 & 1) != 0) { return largeUint32_; } else { return LargeUint32DefaultValue; } }
15826 _hasBits0 |= 1;
15833 get { return (_hasBits0 & 1) != 0; }
15838 _hasBits0 &= ~1;
15848 get { if ((_hasBits0 & 2) != 0) { return largeUint64_; } else { return LargeUint64DefaultValue; } }
15850 _hasBits0 |= 2;
15857 get { return (_hasBits0 & 2) != 0; }
15862 _hasBits0 &= ~2;
15872 get { if ((_hasBits0 & 4) != 0) { return smallInt32_; } else { return SmallInt32DefaultValue; } }
15874 _hasBits0 |= 4;
15881 get { return (_hasBits0 & 4) != 0; }
15886 _hasBits0 &= ~4;
15896 get { if ((_hasBits0 & 8) != 0) { return smallInt64_; } else { return SmallInt64DefaultValue; } }
15898 _hasBits0 |= 8;
15905 get { return (_hasBits0 & 8) != 0; }
15910 _hasBits0 &= ~8;
15920 get { if ((_hasBits0 & 131072) != 0) { return reallySmallInt32_; } else { return ReallySmallInt32DefaultValue; } }
15922 _hasBits0 |= 131072;
15929 get { return (_hasBits0 & 131072) != 0; }
15934 _hasBits0 &= ~131072;
15944 get { if ((_hasBits0 & 262144) != 0) { return reallySmallInt64_; } else { return ReallySmallInt64DefaultValue; } }
15946 _hasBits0 |= 262144;
15953 get { return (_hasBits0 & 262144) != 0; }
15958 _hasBits0 &= ~262144;
15999 get { if ((_hasBits0 & 16) != 0) { return zeroFloat_; } else { return ZeroFloatDefaultValue; } }
16001 _hasBits0 |= 16;
16008 get { return (_hasBits0 & 16) != 0; }
16013 _hasBits0 &= ~16;
16023 get { if ((_hasBits0 & 32) != 0) { return oneFloat_; } else { return OneFloatDefaultValue; } }
16025 _hasBits0 |= 32;
16032 get { return (_hasBits0 & 32) != 0; }
16037 _hasBits0 &= ~32;
16047 get { if ((_hasBits0 & 64) != 0) { return smallFloat_; } else { return SmallFloatDefaultValue; } }
16049 _hasBits0 |= 64;
16056 get { return (_hasBits0 & 64) != 0; }
16061 _hasBits0 &= ~64;
16071 get { if ((_hasBits0 & 128) != 0) { return negativeOneFloat_; } else { return NegativeOneFloatDefaultValue; } }
16073 _hasBits0 |= 128;
16080 get { return (_hasBits0 & 128) != 0; }
16085 _hasBits0 &= ~128;
16095 get { if ((_hasBits0 & 256) != 0) { return negativeFloat_; } else { return NegativeFloatDefaultValue; } }
16097 _hasBits0 |= 256;
16104 get { return (_hasBits0 & 256) != 0; }
16109 _hasBits0 &= ~256;
16122 get { if ((_hasBits0 & 512) != 0) { return largeFloat_; } else { return LargeFloatDefaultValue; } }
16124 _hasBits0 |= 512;
16131 get { return (_hasBits0 & 512) != 0; }
16136 _hasBits0 &= ~512;
16146 get { if ((_hasBits0 & 1024) != 0) { return smallNegativeFloat_; } else { return SmallNegativeFloatDefaultValue; } }
16148 _hasBits0 |= 1024;
16155 get { return (_hasBits0 & 1024) != 0; }
16160 _hasBits0 &= ~1024;
16173 get { if ((_hasBits0 & 2048) != 0) { return infDouble_; } else { return InfDoubleDefaultValue; } }
16175 _hasBits0 |= 2048;
16182 get { return (_hasBits0 & 2048) != 0; }
16187 _hasBits0 &= ~2048;
16197 get { if ((_hasBits0 & 4096) != 0) { return negInfDouble_; } else { return NegInfDoubleDefaultValue; } }
16199 _hasBits0 |= 4096;
16206 get { return (_hasBits0 & 4096) != 0; }
16211 _hasBits0 &= ~4096;
16221 get { if ((_hasBits0 & 8192) != 0) { return nanDouble_; } else { return NanDoubleDefaultValue; } }
16223 _hasBits0 |= 8192;
16230 get { return (_hasBits0 & 8192) != 0; }
16235 _hasBits0 &= ~8192;
16245 get { if ((_hasBits0 & 16384) != 0) { return infFloat_; } else { return InfFloatDefaultValue; } }
16247 _hasBits0 |= 16384;
16254 get { return (_hasBits0 & 16384) != 0; }
16259 _hasBits0 &= ~16384;
16269 get { if ((_hasBits0 & 32768) != 0) { return negInfFloat_; } else { return NegInfFloatDefaultValue; } }
16271 _hasBits0 |= 32768;
16278 get { return (_hasBits0 & 32768) != 0; }
16283 _hasBits0 &= ~32768;
16293 get { if ((_hasBits0 & 65536) != 0) { return nanFloat_; } else { return NanFloatDefaultValue; } }
16295 _hasBits0 |= 65536;
16302 get { return (_hasBits0 & 65536) != 0; }
16307 _hasBits0 &= ~65536;
17212 private int _hasBits0;
17235 _hasBits0 = other._hasBits0;
17252 get { if ((_hasBits0 & 1) != 0) { return sparseEnum_; } else { return SparseEnumDefaultValue; } }
17254 _hasBits0 |= 1;
17261 get { return (_hasBits0 & 1) != 0; }
17266 _hasBits0 &= ~1;
18095 private int _hasBits0;
18118 _hasBits0 = other._hasBits0;
18135 get { if ((_hasBits0 & 1) != 0) { return data_; } else { return DataDefaultValue; } }
18137 _hasBits0 |= 1;
18144 get { return (_hasBits0 & 1) != 0; }
18149 _hasBits0 &= ~1;
18282 private int _hasBits0;
18305 _hasBits0 = other._hasBits0;
18322 get { if ((_hasBits0 & 1) != 0) { return data_; } else { return DataDefaultValue; } }
18324 _hasBits0 |= 1;
18331 get { return (_hasBits0 & 1) != 0; }
18336 _hasBits0 &= ~1;
18469 private int _hasBits0;
18492 _hasBits0 = other._hasBits0;
18509 get { if ((_hasBits0 & 1) != 0) { return data_; } else { return DataDefaultValue; } }
18511 _hasBits0 |= 1;
18518 get { return (_hasBits0 & 1) != 0; }
18523 _hasBits0 &= ~1;
18656 private int _hasBits0;
18679 _hasBits0 = other._hasBits0;
18696 get { if ((_hasBits0 & 1) != 0) { return data_; } else { return DataDefaultValue; } }
18698 _hasBits0 |= 1;
18705 get { return (_hasBits0 & 1) != 0; }
18710 _hasBits0 &= ~1;
18843 private int _hasBits0;
18866 _hasBits0 = other._hasBits0;
18883 get { if ((_hasBits0 & 1) != 0) { return data_; } else { return DataDefaultValue; } }
18885 _hasBits0 |= 1;
18892 get { return (_hasBits0 & 1) != 0; }
18897 _hasBits0 &= ~1;
19416 private int _hasBits0;
19439 _hasBits0 = other._hasBits0;
19457 get { if ((_hasBits0 & 1) != 0) { return a_; } else { return ADefaultValue; } }
19459 _hasBits0 |= 1;
19466 get { return (_hasBits0 & 1) != 0; }
19471 _hasBits0 &= ~1;
19660 private int _hasBits0;
19683 _hasBits0 = other._hasBits0;
19703 get { if ((_hasBits0 & 1) != 0) { return fooInt_; } else { return FooIntDefaultValue; } }
19705 _hasBits0 |= 1;
19712 get { return (_hasBits0 & 1) != 0; }
19717 _hasBits0 &= ~1;
19999 private int _hasBits0;
20022 _hasBits0 = other._hasBits0;
20040 get { if ((_hasBits0 & 1) != 0) { return a_; } else { return ADefaultValue; } }
20042 _hasBits0 |= 1;
20049 get { return (_hasBits0 & 1) != 0; }
20054 _hasBits0 &= ~1;
20243 private int _hasBits0;
20266 _hasBits0 = other._hasBits0;
20656 get { if ((_hasBits0 & 1) != 0) { return bazInt_; } else { return BazIntDefaultValue; } }
20658 _hasBits0 |= 1;
20665 get { return (_hasBits0 & 1) != 0; }
20670 _hasBits0 &= ~1;
21322 private int _hasBits0;
21345 _hasBits0 = other._hasBits0;
21363 get { if ((_hasBits0 & 1) != 0) { return a_; } else { return ADefaultValue; } }
21365 _hasBits0 |= 1;
21372 get { return (_hasBits0 & 1) != 0; }
21377 _hasBits0 &= ~1;
21561 private int _hasBits0;
21584 _hasBits0 = other._hasBits0;
21602 get { if ((_hasBits0 & 1) != 0) { return quxInt_; } else { return QuxIntDefaultValue; } }
21604 _hasBits0 |= 1;
21611 get { return (_hasBits0 & 1) != 0; }
21616 _hasBits0 &= ~1;
22097 private int _hasBits0;
22120 _hasBits0 = other._hasBits0;
22137 get { if ((_hasBits0 & 1) != 0) { return requiredDouble_; } else { return RequiredDoubleDefaultValue; } }
22139 _hasBits0 |= 1;
22146 get { return (_hasBits0 & 1) != 0; }
22151 _hasBits0 &= ~1;
22452 private int _hasBits0;
22475 _hasBits0 = other._hasBits0;
22492 get { if ((_hasBits0 & 1) != 0) { return requiredInt32_; } else { return RequiredInt32DefaultValue; } }
22494 _hasBits0 |= 1;
22501 get { return (_hasBits0 & 1) != 0; }
22506 _hasBits0 &= ~1;
24043 private int _hasBits0;
24066 _hasBits0 = other._hasBits0;
24089 get { if ((_hasBits0 & 1) != 0) { return scalarExtension_; } else { return ScalarExtensionDefaultValue; } }
24091 _hasBits0 |= 1;
24098 get { return (_hasBits0 & 1) != 0; }
24103 _hasBits0 &= ~1;
24113 get { if ((_hasBits0 & 2) != 0) { return enumExtension_; } else { return EnumExtensionDefaultValue; } }
24115 _hasBits0 |= 2;
24122 get { return (_hasBits0 & 2) != 0; }
24127 _hasBits0 &= ~2;
24137 get { if ((_hasBits0 & 4) != 0) { return dynamicEnumExtension_; } else { return DynamicEnumExtensionDefaultValue; } }
24139 _hasBits0 |= 4;
24146 get { return (_hasBits0 & 4) != 0; }
24151 _hasBits0 &= ~4;
24478 private int _hasBits0;
24501 _hasBits0 = other._hasBits0;
24518 get { if ((_hasBits0 & 1) != 0) { return dynamicField_; } else { return DynamicFieldDefaultValue; } }
24520 _hasBits0 |= 1;
24527 get { return (_hasBits0 & 1) != 0; }
24532 _hasBits0 &= ~1;
27453 private int _hasBits0;
27476 _hasBits0 = other._hasBits0;
27498 get { if ((_hasBits0 & 1) != 0) { return fieldName1_; } else { return FieldName1DefaultValue; } }
27500 _hasBits0 |= 1;
27507 get { return (_hasBits0 & 1) != 0; }
27512 _hasBits0 &= ~1;
27522 get { if ((_hasBits0 & 2) != 0) { return fieldName2_; } else { return FieldName2DefaultValue; } }
27524 _hasBits0 |= 2;
27531 get { return (_hasBits0 & 2) != 0; }
27536 _hasBits0 &= ~2;
27546 get { if ((_hasBits0 & 4) != 0) { return fieldName3_; } else { return FieldName3DefaultValue; } }
27548 _hasBits0 |= 4;
27555 get { return (_hasBits0 & 4) != 0; }
27560 _hasBits0 &= ~4;
27570 get { if ((_hasBits0 & 8) != 0) { return FieldName4_; } else { return FieldName4DefaultValue; } }
27572 _hasBits0 |= 8;
27579 get { return (_hasBits0 & 8) != 0; }
27584 _hasBits0 &= ~8;
27594 get { if ((_hasBits0 & 16) != 0) { return fIELDNAME5_; } else { return FIELDNAME5DefaultValue; } }
27596 _hasBits0 |= 16;
27603 get { return (_hasBits0 & 16) != 0; }
27608 _hasBits0 &= ~16;
27618 get { if ((_hasBits0 & 32) != 0) { return fieldName6_; } else { return FieldName6DefaultValue; } }
27620 _hasBits0 |= 32;
27627 get { return (_hasBits0 & 32) != 0; }
27632 _hasBits0 &= ~32;
27887 private int _hasBits0;
27910 _hasBits0 = other._hasBits0;
27952 get { if ((_hasBits0 & 1) != 0) { return optionalInt32_; } else { return OptionalInt32DefaultValue; } }
27954 _hasBits0 |= 1;
27961 get { return (_hasBits0 & 1) != 0; }
27966 _hasBits0 &= ~1;
27976 get { if ((_hasBits0 & 2) != 0) { return fixed32_; } else { return Fixed32DefaultValue; } }
27978 _hasBits0 |= 2;
27985 get { return (_hasBits0 & 2) != 0; }
27990 _hasBits0 &= ~2;
28020 get { if ((_hasBits0 & 4) != 0) { return optionalEnum_; } else { return OptionalEnumDefaultValue; } }
28022 _hasBits0 |= 4;
28029 get { return (_hasBits0 & 4) != 0; }
28034 _hasBits0 &= ~4;
28724 private int _hasBits0;
28747 _hasBits0 = other._hasBits0;
28764 get { if ((_hasBits0 & 1) != 0) { return groupA_; } else { return GroupADefaultValue; } }
28766 _hasBits0 |= 1;
28773 get { return (_hasBits0 & 1) != 0; }
28778 _hasBits0 &= ~1;
28922 private int _hasBits0;
28945 _hasBits0 = other._hasBits0;
28971 get { if ((_hasBits0 & 1) != 0) { return field1_; } else { return Field1DefaultValue; } }
28973 _hasBits0 |= 1;
28980 get { return (_hasBits0 & 1) != 0; }
28985 _hasBits0 &= ~1;
28995 get { if ((_hasBits0 & 2) != 0) { return field2_; } else { return Field2DefaultValue; } }
28997 _hasBits0 |= 2;
29004 get { return (_hasBits0 & 2) != 0; }
29009 _hasBits0 &= ~2;
29019 get { if ((_hasBits0 & 4) != 0) { return field3_; } else { return Field3DefaultValue; } }
29021 _hasBits0 |= 4;
29028 get { return (_hasBits0 & 4) != 0; }
29033 _hasBits0 &= ~4;
29043 get { if ((_hasBits0 & 8) != 0) { return field4_; } else { return Field4DefaultValue; } }
29045 _hasBits0 |= 8;
29052 get { return (_hasBits0 & 8) != 0; }
29057 _hasBits0 &= ~8;
29067 get { if ((_hasBits0 & 16) != 0) { return field6_; } else { return Field6DefaultValue; } }
29069 _hasBits0 |= 16;
29076 get { return (_hasBits0 & 16) != 0; }
29081 _hasBits0 &= ~16;
29091 get { if ((_hasBits0 & 32) != 0) { return field7_; } else { return Field7DefaultValue; } }
29093 _hasBits0 |= 32;
29100 get { return (_hasBits0 & 32) != 0; }
29105 _hasBits0 &= ~32;
29115 get { if ((_hasBits0 & 64) != 0) { return field8_; } else { return Field8DefaultValue; } }
29117 _hasBits0 |= 64;
29124 get { return (_hasBits0 & 64) != 0; }
29129 _hasBits0 &= ~64;
29139 get { if ((_hasBits0 & 128) != 0) { return field9_; } else { return Field9DefaultValue; } }
29141 _hasBits0 |= 128;
29148 get { return (_hasBits0 & 128) != 0; }
29153 _hasBits0 &= ~128;
29163 get { if ((_hasBits0 & 256) != 0) { return field10_; } else { return Field10DefaultValue; } }
29165 _hasBits0 |= 256;
29172 get { return (_hasBits0 & 256) != 0; }
29177 _hasBits0 &= ~256;