Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestProto3Optional.cs112 optionalDouble_ = other.optionalDouble_; in TestProto3Optional()
377 private double optionalDouble_; field in ProtobufUnittest.TestProto3Optional
380 get { if ((_hasBits0 & 2048) != 0) { return optionalDouble_; } else { return 0D; } }
383 optionalDouble_ = value;
H A DTestMessagesProto3.cs302 optionalDouble_ = other.optionalDouble_; in TestAllTypesProto3()
595 private double optionalDouble_; field in ProtobufTestMessages.Proto3.TestAllTypesProto3
598 get { return optionalDouble_; }
600 optionalDouble_ = value;
H A DTestMessagesProto2.cs293 optionalDouble_ = other.optionalDouble_; in TestAllTypesProto2()
701 private double optionalDouble_; field in ProtobufTestMessages.Proto2.TestAllTypesProto2
704 get { if ((_hasBits0 & 2048) != 0) { return optionalDouble_; } else { return OptionalDoubleDefaultValue; } }
707 optionalDouble_ = value;
H A DUnittest.cs1167 optionalDouble_ = other.optionalDouble_; in TestAllTypes()
1521 private double optionalDouble_; field in Google.Protobuf.TestProtos.Proto2.TestAllTypes
1524 get { if ((_hasBits0 & 2048) != 0) { return optionalDouble_; } else { return OptionalDoubleDefaultValue; } }
1527 optionalDouble_ = value;
[all...]

Completed in 56 milliseconds