Searched refs:o2Case_ (Results 1 – 1 of 1) sorted by relevance
1198 get { return o2Case_ == O2OneofCase.O2Int32 ? (int) o2_ : 0; }1201 o2Case_ = O2OneofCase.O2Int32;1208 get { return o2Case_ == O2OneofCase.O2String ? (string) o2_ : ""; }1211 o2Case_ = O2OneofCase.O2String;1239 private O2OneofCase o2Case_ = O2OneofCase.None; field in UnitTest.Issues.TestProtos.TestJsonFieldOrdering1241 get { return o2Case_; }1245 o2Case_ = O2OneofCase.None; in ClearO2()1277 if (o2Case_ == O2OneofCase.O2Int32) hash ^= O2Int32.GetHashCode(); in GetHashCode()1278 if (o2Case_ == O2OneofCase.O2String) hash ^= O2String.GetHashCode(); in GetHashCode()1280 hash ^= (int) o2Case_; in GetHashCode()[all …]