Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestProto3Optional.cs113 optionalBool_ = other.optionalBool_; in TestProto3Optional()
399 private bool optionalBool_; field in ProtobufUnittest.TestProto3Optional
402 get { if ((_hasBits0 & 4096) != 0) { return optionalBool_; } else { return false; } }
405 optionalBool_ = value;
H A DTestMessagesProto2.cs294 optionalBool_ = other.optionalBool_; in TestAllTypesProto2()
725 private bool optionalBool_; field in ProtobufTestMessages.Proto2.TestAllTypesProto2
728 get { if ((_hasBits0 & 4096) != 0) { return optionalBool_; } else { return OptionalBoolDefaultValue; } }
731 optionalBool_ = value;
6012 optionalBool_ = other.optionalBool_; in UnknownToTestAllTypes()
6105 private bool optionalBool_; field in ProtobufTestMessages.Proto2.UnknownToTestAllTypes
6108 get { if ((_hasBits0 & 2) != 0) { return optionalBool_; } else { return OptionalBoolDefaultValue; } }
6111 optionalBool_
[all...]
H A DTestMessagesProto3.cs303 optionalBool_ = other.optionalBool_; in TestAllTypesProto3()
606 private bool optionalBool_; field in ProtobufTestMessages.Proto3.TestAllTypesProto3
609 get { return optionalBool_; }
611 optionalBool_ = value;
H A DUnittest.cs1168 optionalBool_ = other.optionalBool_; in TestAllTypes()
1545 private bool optionalBool_; field in Google.Protobuf.TestProtos.Proto2.TestAllTypes
1548 get { if ((_hasBits0 & 4096) != 0) { return optionalBool_; } else { return OptionalBoolDefaultValue; } }
1551 optionalBool_ = value;
[all...]

Completed in 60 milliseconds