Lines Matching refs:O1Int32
71 new pbr::GeneratedClrTypeInfo(typeof(global::UnitTest.Issues.TestProtos.TestJsonFieldOrdering), global::UnitTest.Issues.TestProtos.TestJsonFieldOrdering.Parser, new[]{ "PlainInt32", "O1String", "O1Int32", "PlainString", "O2Int32", "O2String" }, new[]{ "O1", "O2" }, null, null, null),
1799 case O1OneofCase.O1Int32:
1800 O1Int32 = other.O1Int32;
1846 public int O1Int32 {
1847 get { return o1Case_ == O1OneofCase.O1Int32 ? (int) o1_ : 0; }
1850 o1Case_ = O1OneofCase.O1Int32;
1892 O1Int32 = 5,
1940 if (O1Int32 != other.O1Int32) return false;
1954 if (o1Case_ == O1OneofCase.O1Int32) hash ^= O1Int32.GetHashCode();
1992 if (o1Case_ == O1OneofCase.O1Int32) {
1994 output.WriteInt32(O1Int32);
2025 if (o1Case_ == O1OneofCase.O1Int32) {
2027 output.WriteInt32(O1Int32);
2048 if (o1Case_ == O1OneofCase.O1Int32) {
2049 size += 1 + pb::CodedOutputStream.ComputeInt32Size(O1Int32);
2081 case O1OneofCase.O1Int32:
2082 O1Int32 = other.O1Int32;
2126 O1Int32 = input.ReadInt32();
2164 O1Int32 = input.ReadInt32();