Home
last modified time | relevance | path

Searched refs:OptionalFixed64DefaultValue (Results 1 - 2 of 2) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DTestMessagesProto2.cs603 private readonly static ulong OptionalFixed64DefaultValue = 0UL; field in ProtobufTestMessages.Proto2.TestAllTypesProto2
608 get { if ((_hasBits0 & 128) != 0) { return optionalFixed64_; } else { return OptionalFixed64DefaultValue; } }
H A DUnittest.cs1423 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