Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestIssues.cs1267 case O1OneofCase.O1Int32: in TestJsonFieldOrdering()
1268 O1Int32 = other.O1Int32; in TestJsonFieldOrdering()
1313 public int O1Int32 { property in UnitTest.Issues.TestProtos.TestJsonFieldOrdering
1314 get { return o1Case_ == O1OneofCase.O1Int32 ? (int) o1_ : 0; }
1317 o1Case_ = O1OneofCase.O1Int32;
1359 O1Int32 = 5, enumerator
1407 if (O1Int32 != other.O1Int32) return false; in Equals()
1421 if (o1Case_ == O1OneofCase.O1Int32) hash ^= O1Int32.GetHashCode(); in GetHashCode()
1453 if (o1Case_ == O1OneofCase.O1Int32) { in WriteTo()
1455 output.WriteInt32(O1Int32); in WriteTo()
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/
DJsonFormatterTest.cs297 …message = new TestJsonFieldOrdering { O1Int32 = 5, O2String = "o2", PlainInt32 = 10, PlainString =… in OutputIsInNumericFieldOrder_NoDefaults()
309 …message = new TestJsonFieldOrdering { O1Int32 = 5, O2String = "o2", PlainInt32 = 10, PlainString =… in OutputIsInNumericFieldOrder_WithDefaults()