Home
last modified time | relevance | path

Searched refs:enumField_ (Results 1 - 2 of 2) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestProto3.cs4167 enumField_ = other.enumField_; in TestCamelCaseFieldNames()
4205 private global::Google.Protobuf.TestProtos.ForeignEnum enumField_ = global::Google.Protobuf.TestProtos.ForeignEnum.ForeignUnspecified; field in Google.Protobuf.TestProtos.TestCamelCaseFieldNames
4208 get { return enumField_; }
4210 enumField_ = value;
H A DUnittest.cs13970 enumField_ = other.enumField_; in TestCamelCaseFieldNames()
14039 private global::Google.Protobuf.TestProtos.Proto2.ForeignEnum enumField_; field in Google.Protobuf.TestProtos.Proto2.TestCamelCaseFieldNames
14042 get { if ((_hasBits0 & 2) != 0) { return enumField_; } else { return EnumFieldDefaultValue; } }
14045 enumField_ = value;
[all...]

Completed in 52 milliseconds