Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestIssues.cs1264 case O1OneofCase.O1String: in TestJsonFieldOrdering()
1267 case O1OneofCase.O1Int32: in TestJsonFieldOrdering()
1303 get { return o1Case_ == O1OneofCase.O1String ? (string) o1_ : ""; }
1306 o1Case_ = O1OneofCase.O1String;
1314 get { return o1Case_ == O1OneofCase.O1Int32 ? (int) o1_ : 0; }
1317 o1Case_ = O1OneofCase.O1Int32;
1356 public enum O1OneofCase { enum in UnitTest.Issues.TestProtos.TestJsonFieldOrdering
1361 private O1OneofCase o1Case_ = O1OneofCase.None;
1363 public O1OneofCase O1Case {
1369 o1Case_ = O1OneofCase.None; in ClearO1()
[all …]