Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestIssues.cs1836 get { return o1Case_ == O1OneofCase.O1String ? (string) o1_ : ""; }
1839 o1Case_ = O1OneofCase.O1String;
1847 get { return o1Case_ == O1OneofCase.O1Int32 ? (int) o1_ : 0; }
1850 o1Case_ = O1OneofCase.O1Int32;
1894 private O1OneofCase o1Case_ = O1OneofCase.None; field in UnitTest.Issues.TestProtos.TestJsonFieldOrdering
1897 get { return o1Case_; }
1902 o1Case_ = O1OneofCase.None; in ClearO1()
1953 if (o1Case_ == O1OneofCase.O1String) hash ^= O1String.GetHashCode(); in GetHashCode()
1954 if (o1Case_ == O1OneofCase.O1Int32) hash ^= O1Int32.GetHashCode(); in GetHashCode()
1958 hash ^= (int) o1Case_; in GetHashCode()
[all...]

Completed in 5 milliseconds