Searched refs:OptionalInt64DefaultValue (Results 1 - 2 of 2) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ | ||
H A D | TestMessagesProto2.cs | 459 private readonly static long OptionalInt64DefaultValue = 0L; field in ProtobufTestMessages.Proto2.TestAllTypesProto2 464 get { if ((_hasBits0 & 2) != 0) { return optionalInt64_; } else { return OptionalInt64DefaultValue; } } |
H A D | Unittest.cs | 1279 private readonly static long OptionalInt64DefaultValue = 0L; field in Google.Protobuf.TestProtos.Proto2.TestAllTypes 1284 get { if ((_hasBits0 & 2) != 0) { return optionalInt64_; } else { return OptionalInt64DefaultValue; } } [all...] |
Completed in 50 milliseconds