Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestProto3Optional.cs107 optionalFixed32_ = other.optionalFixed32_; in TestProto3Optional()
267 private uint optionalFixed32_; field in ProtobufUnittest.TestProto3Optional
270 get { if ((_hasBits0 & 64) != 0) { return optionalFixed32_; } else { return 0; } }
273 optionalFixed32_ = value;
H A DTestMessagesProto3.cs297 optionalFixed32_ = other.optionalFixed32_; in TestAllTypesProto3()
540 private uint optionalFixed32_; field in ProtobufTestMessages.Proto3.TestAllTypesProto3
543 get { return optionalFixed32_; }
545 optionalFixed32_ = value;
H A DTestMessagesProto2.cs288 optionalFixed32_ = other.optionalFixed32_; in TestAllTypesProto2()
581 private uint optionalFixed32_; field in ProtobufTestMessages.Proto2.TestAllTypesProto2
584 get { if ((_hasBits0 & 64) != 0) { return optionalFixed32_; } else { return OptionalFixed32DefaultValue; } }
587 optionalFixed32_ = value;
H A DUnittest.cs1162 optionalFixed32_ = other.optionalFixed32_; in TestAllTypes()
1401 private uint optionalFixed32_; field in Google.Protobuf.TestProtos.Proto2.TestAllTypes
1404 get { if ((_hasBits0 & 64) != 0) { return optionalFixed32_; } else { return OptionalFixed32DefaultValue; } }
1407 optionalFixed32_ = value;
[all...]

Completed in 58 milliseconds