Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DTestMessagesProto2.cs459 private readonly static long OptionalInt64DefaultValue = 0L; field in ProtobufTestMessages.Proto2.TestAllTypesProto2
464 get { if ((_hasBits0 & 2) != 0) { return optionalInt64_; } else { return OptionalInt64DefaultValue; } }
H A DUnittest.cs1279 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