Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestIssues.cs1869 get { return o2Case_ == O2OneofCase.O2Int32 ? (int) o2_ : 0; }
1872 o2Case_ = O2OneofCase.O2Int32;
1880 get { return o2Case_ == O2OneofCase.O2String ? (string) o2_ : ""; }
1883 o2Case_ = O2OneofCase.O2String;
1913 private O2OneofCase o2Case_ = O2OneofCase.None; field in UnitTest.Issues.TestProtos.TestJsonFieldOrdering
1916 get { return o2Case_; }
1921 o2Case_ = O2OneofCase.None; in ClearO2()
1956 if (o2Case_ == O2OneofCase.O2Int32) hash ^= O2Int32.GetHashCode(); in GetHashCode()
1957 if (o2Case_ == O2OneofCase.O2String) hash ^= O2String.GetHashCode(); in GetHashCode()
1959 hash ^= (int) o2Case_; in GetHashCode()
[all...]

Completed in 4 milliseconds