Searched refs:OptionalSint32DefaultValue (Results 1 - 2 of 2) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ | ||
H A D | TestMessagesProto2.cs | 531 private readonly static int OptionalSint32DefaultValue = 0; field in ProtobufTestMessages.Proto2.TestAllTypesProto2 536 get { if ((_hasBits0 & 16) != 0) { return optionalSint32_; } else { return OptionalSint32DefaultValue; } } |
H A D | Unittest.cs | 1351 private readonly static int OptionalSint32DefaultValue = 0; field in Google.Protobuf.TestProtos.Proto2.TestAllTypes 1356 get { if ((_hasBits0 & 16) != 0) { return optionalSint32_; } else { return OptionalSint32DefaultValue; } } [all...] |
Completed in 48 milliseconds