Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestProto3Optional.cs105 optionalSint32_ = other.optionalSint32_; in TestProto3Optional()
223 private int optionalSint32_; field in ProtobufUnittest.TestProto3Optional
226 get { if ((_hasBits0 & 16) != 0) { return optionalSint32_; } else { return 0; } }
229 optionalSint32_ = value;
H A DTestMessagesProto3.cs295 optionalSint32_ = other.optionalSint32_; in TestAllTypesProto3()
518 private int optionalSint32_; field in ProtobufTestMessages.Proto3.TestAllTypesProto3
521 get { return optionalSint32_; }
523 optionalSint32_ = value;
H A DTestMessagesProto2.cs286 optionalSint32_ = other.optionalSint32_; in TestAllTypesProto2()
533 private int optionalSint32_; field in ProtobufTestMessages.Proto2.TestAllTypesProto2
536 get { if ((_hasBits0 & 16) != 0) { return optionalSint32_; } else { return OptionalSint32DefaultValue; } }
539 optionalSint32_ = value;
H A DUnittest.cs1160 optionalSint32_ = other.optionalSint32_; in TestAllTypes()
1353 private int optionalSint32_; field in Google.Protobuf.TestProtos.Proto2.TestAllTypes
1356 get { if ((_hasBits0 & 16) != 0) { return optionalSint32_; } else { return OptionalSint32DefaultValue; } }
1359 optionalSint32_ = value;
[all...]

Completed in 56 milliseconds