Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestIssues.cs1135 case O1OneofCase.O1Int32: in TestJsonFieldOrdering()
1136 O1Int32 = other.O1Int32; in TestJsonFieldOrdering()
1177 public int O1Int32 { property in UnitTest.Issues.TestProtos.TestJsonFieldOrdering
1178 get { return o1Case_ == O1OneofCase.O1Int32 ? (int) o1_ : 0; }
1181 o1Case_ = O1OneofCase.O1Int32;
1220 O1Int32 = 5, enumerator
1262 if (O1Int32 != other.O1Int32) return false; in Equals()
1275 if (o1Case_ == O1OneofCase.O1Int32) hash ^= O1Int32.GetHashCode(); in GetHashCode()
1305 if (o1Case_ == O1OneofCase.O1Int32) { in WriteTo()
1307 output.WriteInt32(O1Int32); in WriteTo()
[all …]
/external/protobuf/csharp/src/Google.Protobuf.Test/
DJsonFormatterTest.cs295 …message = new TestJsonFieldOrdering { O1Int32 = 5, O2String = "o2", PlainInt32 = 10, PlainString =… in OutputIsInNumericFieldOrder_NoDefaults()
307 …message = new TestJsonFieldOrdering { O1Int32 = 5, O2String = "o2", PlainInt32 = 10, PlainString =… in OutputIsInNumericFieldOrder_WithDefaults()