Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestIssues.cs71 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), in UnittestIssuesReflection()
1799 case O1OneofCase.O1Int32: in TestJsonFieldOrdering()
1800 O1Int32 = other.O1Int32; in TestJsonFieldOrdering()
1846 public int O1Int32 { property in UnitTest.Issues.TestProtos.TestJsonFieldOrdering
1847 get { return o1Case_ == O1OneofCase.O1Int32 ? (int) o1_ : 0; }
1850 o1Case_ = O1OneofCase.O1Int32;
1892 O1Int32 = 5, enumerator
1940 if (O1Int32 != other.O1Int32) retur in Equals()
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DJsonFormatterTest.cs399 message = new TestJsonFieldOrdering { O1Int32 = 5, O2String = "o2", PlainInt32 = 10, PlainString = "plain" }; in OutputIsInNumericFieldOrder_NoDefaults()
411 message = new TestJsonFieldOrdering { O1Int32 = 5, O2String = "o2", PlainInt32 = 10, PlainString = "plain" }; in OutputIsInNumericFieldOrder_WithDefaults()

Completed in 5 milliseconds