Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestIssues.cs1303 get { return o1Case_ == O1OneofCase.O1String ? (string) o1_ : ""; }
1306 o1Case_ = O1OneofCase.O1String;
1314 get { return o1Case_ == O1OneofCase.O1Int32 ? (int) o1_ : 0; }
1317 o1Case_ = O1OneofCase.O1Int32;
1361 private O1OneofCase o1Case_ = O1OneofCase.None; field in UnitTest.Issues.TestProtos.TestJsonFieldOrdering
1364 get { return o1Case_; }
1369 o1Case_ = O1OneofCase.None; in ClearO1()
1420 if (o1Case_ == O1OneofCase.O1String) hash ^= O1String.GetHashCode(); in GetHashCode()
1421 if (o1Case_ == O1OneofCase.O1Int32) hash ^= O1Int32.GetHashCode(); in GetHashCode()
1425 hash ^= (int) o1Case_; in GetHashCode()
[all …]