Home
last modified time | relevance | path

Searched refs:O2OneofCase (Results 1 - 1 of 1) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestIssues.cs1805 case O2OneofCase.O2Int32: in TestJsonFieldOrdering()
1808 case O2OneofCase.O2String: in TestJsonFieldOrdering()
1869 get { return o2Case_ == O2OneofCase.O2Int32 ? (int) o2_ : 0; }
1872 o2Case_ = O2OneofCase.O2Int32;
1880 get { return o2Case_ == O2OneofCase.O2String ? (string) o2_ : ""; }
1883 o2Case_ = O2OneofCase.O2String;
1908 public enum O2OneofCase { enum in UnitTest.Issues.TestProtos.TestJsonFieldOrdering
1913 private O2OneofCase o2Case_ = O2OneofCase.None;
1915 public O2OneofCase O2Cas
[all...]

Completed in 4 milliseconds