Searched refs:_hasBits1 (Results 1 - 2 of 2) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ | ||
H A D | TestMessagesProto2.cs | 257 private int _hasBits1; field in ProtobufTestMessages.Proto2.TestAllTypesProto2 281 _hasBits1 = other._hasBits1; in TestAllTypesProto2() 2245 get { if ((_hasBits1 & 1) != 0) { return fieldName18_; } else { return FieldName18DefaultValue; } } 2247 _hasBits1 |= 1; 2254 get { return (_hasBits1 & 1) != 0; } 2259 _hasBits1 &= ~1; in ClearFieldName18() |
H A D | Unittest.cs | 1131 private int _hasBits1; field in Google.Protobuf.TestProtos.Proto2.TestAllTypes 1155 _hasBits1 = other._hasBits1; in TestAllTypes() 7581 private int _hasBits1; field in Google.Protobuf.TestProtos.Proto2.TestRequired 7605 _hasBits1 = other._hasBits1; in TestRequired() 8426 get { if ((_hasBits1 & 1) != 0) { return c_; } else { return CDefaultValue; } } 8428 _hasBits1 |= 1; 8435 get { return (_hasBits1 & 1) != 0; } 8440 _hasBits1 in ClearC() [all...] |
Completed in 37 milliseconds