Home
last modified time | relevance | path

Searched refs:optionalSint64_ (Results 1 - 4 of 4) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestProto3Optional.cs106 optionalSint64_ = other.optionalSint64_; in TestProto3Optional()
245 private long optionalSint64_; field in ProtobufUnittest.TestProto3Optional
248 get { if ((_hasBits0 & 32) != 0) { return optionalSint64_; } else { return 0L; } }
251 optionalSint64_ = value;
H A DTestMessagesProto3.cs296 optionalSint64_ = other.optionalSint64_; in TestAllTypesProto3()
529 private long optionalSint64_; field in ProtobufTestMessages.Proto3.TestAllTypesProto3
532 get { return optionalSint64_; }
534 optionalSint64_ = value;
H A DTestMessagesProto2.cs287 optionalSint64_ = other.optionalSint64_; in TestAllTypesProto2()
557 private long optionalSint64_; field in ProtobufTestMessages.Proto2.TestAllTypesProto2
560 get { if ((_hasBits0 & 32) != 0) { return optionalSint64_; } else { return OptionalSint64DefaultValue; } }
563 optionalSint64_ = value;
H A DUnittest.cs1161 optionalSint64_ = other.optionalSint64_; in TestAllTypes()
1377 private long optionalSint64_; field in Google.Protobuf.TestProtos.Proto2.TestAllTypes
1380 get { if ((_hasBits0 & 32) != 0) { return optionalSint64_; } else { return OptionalSint64DefaultValue; } }
1383 optionalSint64_ = value;
[all...]

Completed in 70 milliseconds