Searched refs:o1Case_ (Results 1 – 1 of 1) sorted by relevance
1168 get { return o1Case_ == O1OneofCase.O1String ? (string) o1_ : ""; }1171 o1Case_ = O1OneofCase.O1String;1178 get { return o1Case_ == O1OneofCase.O1Int32 ? (int) o1_ : 0; }1181 o1Case_ = O1OneofCase.O1Int32;1222 private O1OneofCase o1Case_ = O1OneofCase.None; field in UnitTest.Issues.TestProtos.TestJsonFieldOrdering1224 get { return o1Case_; }1228 o1Case_ = O1OneofCase.None; in ClearO1()1274 if (o1Case_ == O1OneofCase.O1String) hash ^= O1String.GetHashCode(); in GetHashCode()1275 if (o1Case_ == O1OneofCase.O1Int32) hash ^= O1Int32.GetHashCode(); in GetHashCode()1279 hash ^= (int) o1Case_; in GetHashCode()[all …]