Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittest.cs5322 oneofFieldsCase_ = OneofFieldsOneofCase.DeprecatedInt32InOneof;
5329 get { return oneofFieldsCase_ == OneofFieldsOneofCase.DeprecatedInt32InOneof; }
5346 private OneofFieldsOneofCase oneofFieldsCase_ = OneofFieldsOneofCase.None; field in Google.Protobuf.TestProtos.Proto2.TestDeprecatedFields
5349 get { return oneofFieldsCase_; }
5354 oneofFieldsCase_ = OneofFieldsOneofCase.None; in ClearOneofFields()
5382 hash ^= (int) oneofFieldsCase_; in GetHashCode()
[all...]

Completed in 42 milliseconds