Searched refs:OptionalSint64DefaultValue (Results 1 - 2 of 2) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ | ||
H A D | TestMessagesProto2.cs | 555 private readonly static long OptionalSint64DefaultValue = 0L; field in ProtobufTestMessages.Proto2.TestAllTypesProto2 560 get { if ((_hasBits0 & 32) != 0) { return optionalSint64_; } else { return OptionalSint64DefaultValue; } } |
H A D | Unittest.cs | 1375 private readonly static long OptionalSint64DefaultValue = 0L; field in Google.Protobuf.TestProtos.Proto2.TestAllTypes 1380 get { if ((_hasBits0 & 32) != 0) { return optionalSint64_; } else { return OptionalSint64DefaultValue; } } [all...] |
Completed in 67 milliseconds