Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DJsonFormatterTest.cs397 var message = new TestJsonFieldOrdering { PlainString = "p1", PlainInt32 = 2 }; in OutputIsInNumericFieldOrder_NoDefaults()
399 message = new TestJsonFieldOrdering { O1Int32 = 5, O2String = "o2", PlainInt32 = 10, PlainString = "plain" }; in OutputIsInNumericFieldOrder_NoDefaults()
401 message = new TestJsonFieldOrdering { O1String = "", O2Int32 = 0, PlainInt32 = 10, PlainString = "plain" }; in OutputIsInNumericFieldOrder_NoDefaults()
411 message = new TestJsonFieldOrdering { O1Int32 = 5, O2String = "o2", PlainInt32 = 10, PlainString = "plain" }; in OutputIsInNumericFieldOrder_WithDefaults()
413 message = new TestJsonFieldOrdering { O1String = "", O2Int32 = 0, PlainInt32 = 10, PlainString = "plain" }; in OutputIsInNumericFieldOrder_WithDefaults()
/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()
1825 public int PlainInt32 { property in UnitTest.Issues.TestProtos.TestJsonFieldOrdering
1938 if (PlainInt32 != other.PlainInt32) return false; in Equals()
1952 if (PlainInt32 != 0) hash ^= PlainInt32.GetHashCode(); in GetHashCode()
1988 if (PlainInt32 != 0) { in WriteTo()
1990 output.WriteInt32(PlainInt32); in WriteTo()
2021 if (PlainInt32 != 0) { in IBufferMessage.InternalWriteTo()
2023 output.WriteInt32(PlainInt32); in IBufferMessage.InternalWriteTo()
[all...]

Completed in 6 milliseconds