Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestIssues.cs1796 case O1OneofCase.O1String: in TestJsonFieldOrdering()
1799 case O1OneofCase.O1Int32: in TestJsonFieldOrdering()
1836 get { return o1Case_ == O1OneofCase.O1String ? (string) o1_ : ""; }
1839 o1Case_ = O1OneofCase.O1String;
1847 get { return o1Case_ == O1OneofCase.O1Int32 ? (int) o1_ : 0; }
1850 o1Case_ = O1OneofCase.O1Int32;
1889 public enum O1OneofCase { enum in UnitTest.Issues.TestProtos.TestJsonFieldOrdering
1894 private O1OneofCase o1Case_ = O1OneofCase.None;
1896 public O1OneofCase O1Cas
[all...]

Completed in 6 milliseconds