Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DTestMessagesProto2.cs555 private readonly static long OptionalSint64DefaultValue = 0L; field in ProtobufTestMessages.Proto2.TestAllTypesProto2
560 get { if ((_hasBits0 & 32) != 0) { return optionalSint64_; } else { return OptionalSint64DefaultValue; } }
H A DUnittest.cs1375 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 49 milliseconds