Home
last modified time | relevance | path

Searched refs:optionalInt32_ (Results 1 - 6 of 6) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DLegacyGeneratedCodeTest.cs226 private int optionalInt32_; field in Google.Protobuf.LegacyGeneratedCodeTest.ParseContextEnabledMessageB
228 get { return optionalInt32_; }
230 optionalInt32_ = value;
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestProto3Optional.cs101 optionalInt32_ = other.optionalInt32_; in TestProto3Optional()
132 private int optionalInt32_; field in ProtobufUnittest.TestProto3Optional
138 get { if ((_hasBits0 & 1) != 0) { return optionalInt32_; } else { return 0; } }
141 optionalInt32_ = value;
H A DTestMessagesProto2.cs282 optionalInt32_ = other.optionalInt32_; in TestAllTypesProto2()
434 private int optionalInt32_; field in ProtobufTestMessages.Proto2.TestAllTypesProto2
440 get { if ((_hasBits0 & 1) != 0) { return optionalInt32_; } else { return OptionalInt32DefaultValue; } }
443 optionalInt32_ = value;
6008 optionalInt32_ = other.optionalInt32_; in UnknownToTestAllTypes()
6026 private int optionalInt32_; field in ProtobufTestMessages.Proto2.UnknownToTestAllTypes
6029 get { if ((_hasBits0 & 1) != 0) { return optionalInt32_; } else { return OptionalInt32DefaultValue; } }
6032 optionalInt32_
[all...]
H A DTestMessagesProto3.cs291 optionalInt32_ = other.optionalInt32_; in TestAllTypesProto3()
471 private int optionalInt32_; field in ProtobufTestMessages.Proto3.TestAllTypesProto3
477 get { return optionalInt32_; }
479 optionalInt32_ = value;
H A DUnittestProto3.cs3773 optionalInt32_ = other.optionalInt32_; in TestMutualRecursionB()
3795 private int optionalInt32_; field in Google.Protobuf.TestProtos.TestMutualRecursionB
3798 get { return optionalInt32_; }
3800 optionalInt32_ = value;
H A DUnittest.cs1156 optionalInt32_ = other.optionalInt32_; in TestAllTypes()
1254 private int optionalInt32_; field in Google.Protobuf.TestProtos.Proto2.TestAllTypes
1260 get { if ((_hasBits0 & 1) != 0) { return optionalInt32_; } else { return OptionalInt32DefaultValue; } }
1263 optionalInt32_ = value;
11711 optionalInt32_ = other.optionalInt32_; in TestMutualRecursionB()
11735 private int optionalInt32_; field in Google.Protobuf.TestProtos.Proto2.TestMutualRecursionB
11738 get { if ((_hasBits0 & 1) != 0) { return optionalInt32_; } else { return OptionalInt32DefaultValue; } }
11741 optionalInt32_
27949 private int optionalInt32_; global() field in Google.Protobuf.TestProtos.Proto2.TestHugeFieldNumbers
[all...]

Completed in 71 milliseconds