Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestProto3Optional.cs119 optionalNestedEnum_ = other.optionalNestedEnum_; in TestProto3Optional()
506 private global::ProtobufUnittest.TestProto3Optional.Types.NestedEnum optionalNestedEnum_; field in ProtobufUnittest.TestProto3Optional
509 get { if ((_hasBits0 & 8192) != 0) { return optionalNestedEnum_; } else { return global::ProtobufUnittest.TestProto3Optional.Types.NestedEnum.Unspecified; } }
512 optionalNestedEnum_ = value;
H A DTestMessagesProto3.cs308 optionalNestedEnum_ = other.optionalNestedEnum_; in TestAllTypesProto3()
661 private global::ProtobufTestMessages.Proto3.TestAllTypesProto3.Types.NestedEnum optionalNestedEnum_ = global::ProtobufTestMessages.Proto3.TestAllTypesProto3.Types.NestedEnum.Foo; field in ProtobufTestMessages.Proto3.TestAllTypesProto3
664 get { return optionalNestedEnum_; }
666 optionalNestedEnum_ = value;
H A DTestMessagesProto2.cs299 optionalNestedEnum_ = other.optionalNestedEnum_; in TestAllTypesProto2()
817 private global::ProtobufTestMessages.Proto2.TestAllTypesProto2.Types.NestedEnum optionalNestedEnum_; field in ProtobufTestMessages.Proto2.TestAllTypesProto2
820 get { if ((_hasBits0 & 8192) != 0) { return optionalNestedEnum_; } else { return OptionalNestedEnumDefaultValue; } }
823 optionalNestedEnum_ = value;
H A DUnittest.cs1175 optionalNestedEnum_ = other.optionalNestedEnum_; in TestAllTypes()
1669 private global::Google.Protobuf.TestProtos.Proto2.TestAllTypes.Types.NestedEnum optionalNestedEnum_; field in Google.Protobuf.TestProtos.Proto2.TestAllTypes
1672 get { if ((_hasBits0 & 8192) != 0) { return optionalNestedEnum_; } else { return OptionalNestedEnumDefaultValue; } }
1675 optionalNestedEnum_ = value;
[all...]

Completed in 61 milliseconds