Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestIssues.cs1141 case O2OneofCase.O2Int32: in TestJsonFieldOrdering()
1142 O2Int32 = other.O2Int32; in TestJsonFieldOrdering()
1197 public int O2Int32 { property in UnitTest.Issues.TestProtos.TestJsonFieldOrdering
1198 get { return o2Case_ == O2OneofCase.O2Int32 ? (int) o2_ : 0; }
1201 o2Case_ = O2OneofCase.O2Int32;
1236 O2Int32 = 6, enumerator
1264 if (O2Int32 != other.O2Int32) return false; in Equals()
1277 if (o2Case_ == O2OneofCase.O2Int32) hash ^= O2Int32.GetHashCode(); in GetHashCode()
1309 if (o2Case_ == O2OneofCase.O2Int32) { in WriteTo()
1311 output.WriteInt32(O2Int32); in WriteTo()
[all …]
/external/protobuf/csharp/src/Google.Protobuf.Test/
DJsonFormatterTest.cs297 …message = new TestJsonFieldOrdering { O1String = "", O2Int32 = 0, PlainInt32 = 10, PlainString = "… in OutputIsInNumericFieldOrder_NoDefaults()
309 …message = new TestJsonFieldOrdering { O1String = "", O2Int32 = 0, PlainInt32 = 10, PlainString = "… in OutputIsInNumericFieldOrder_WithDefaults()