Searched refs:OptionalFixed64DefaultValue (Results 1 - 2 of 2) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ | ||
H A D | TestMessagesProto2.cs | 603 private readonly static ulong OptionalFixed64DefaultValue = 0UL; field in ProtobufTestMessages.Proto2.TestAllTypesProto2 608 get { if ((_hasBits0 & 128) != 0) { return optionalFixed64_; } else { return OptionalFixed64DefaultValue; } } |
H A D | Unittest.cs | 1423 private readonly static ulong OptionalFixed64DefaultValue = 0UL; field in Google.Protobuf.TestProtos.Proto2.TestAllTypes 1428 get { if ((_hasBits0 & 128) != 0) { return optionalFixed64_; } else { return OptionalFixed64DefaultValue; } } [all...] |
Completed in 48 milliseconds