Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestProto3Optional.cs108 optionalFixed64_ = other.optionalFixed64_; in TestProto3Optional()
289 private ulong optionalFixed64_; field in ProtobufUnittest.TestProto3Optional
292 get { if ((_hasBits0 & 128) != 0) { return optionalFixed64_; } else { return 0UL; } }
295 optionalFixed64_ = value;
H A DTestMessagesProto3.cs298 optionalFixed64_ = other.optionalFixed64_; in TestAllTypesProto3()
551 private ulong optionalFixed64_; field in ProtobufTestMessages.Proto3.TestAllTypesProto3
554 get { return optionalFixed64_; }
556 optionalFixed64_ = value;
H A DTestMessagesProto2.cs289 optionalFixed64_ = other.optionalFixed64_; in TestAllTypesProto2()
605 private ulong optionalFixed64_; field in ProtobufTestMessages.Proto2.TestAllTypesProto2
608 get { if ((_hasBits0 & 128) != 0) { return optionalFixed64_; } else { return OptionalFixed64DefaultValue; } }
611 optionalFixed64_ = value;
H A DUnittest.cs1163 optionalFixed64_ = other.optionalFixed64_; in TestAllTypes()
1425 private ulong optionalFixed64_; field in Google.Protobuf.TestProtos.Proto2.TestAllTypes
1428 get { if ((_hasBits0 & 128) != 0) { return optionalFixed64_; } else { return OptionalFixed64DefaultValue; } }
1431 optionalFixed64_ = value;
[all...]

Completed in 56 milliseconds