Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DTestMessagesProto2.cs651 private readonly static long OptionalSfixed64DefaultValue = 0L; field in ProtobufTestMessages.Proto2.TestAllTypesProto2
656 get { if ((_hasBits0 & 512) != 0) { return optionalSfixed64_; } else { return OptionalSfixed64DefaultValue; } }
H A DUnittest.cs1471 private readonly static long OptionalSfixed64DefaultValue = 0L; field in Google.Protobuf.TestProtos.Proto2.TestAllTypes
1476 get { if ((_hasBits0 & 512) != 0) { return optionalSfixed64_; } else { return OptionalSfixed64DefaultValue; } }
[all...]

Completed in 56 milliseconds