Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestIssues.cs1336 get { return o2Case_ == O2OneofCase.O2Int32 ? (int) o2_ : 0; }
1339 o2Case_ = O2OneofCase.O2Int32;
1347 get { return o2Case_ == O2OneofCase.O2String ? (string) o2_ : ""; }
1350 o2Case_ = O2OneofCase.O2String;
1380 private O2OneofCase o2Case_ = O2OneofCase.None; field in UnitTest.Issues.TestProtos.TestJsonFieldOrdering
1383 get { return o2Case_; }
1388 o2Case_ = O2OneofCase.None; in ClearO2()
1423 if (o2Case_ == O2OneofCase.O2Int32) hash ^= O2Int32.GetHashCode(); in GetHashCode()
1424 if (o2Case_ == O2OneofCase.O2String) hash ^= O2String.GetHashCode(); in GetHashCode()
1426 hash ^= (int) o2Case_; in GetHashCode()
[all …]