Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestIssues.cs68 new pbr::GeneratedClrTypeInfo(typeof(global::UnitTest.Issues.TestProtos.DeprecatedFieldsMessage), global::UnitTest.Issues.TestProtos.DeprecatedFieldsMessage.Parser, new[]{ "PrimitiveValue", "PrimitiveArray", "MessageValue", "MessageArray", "EnumValue", "EnumArray" }, null, null, null, null), in UnittestIssuesReflection()
928 /// <summary>Field number for the "PrimitiveValue" field.</summary>
933 public int PrimitiveValue { property in UnitTest.Issues.TestProtos.DeprecatedFieldsMessage
1010 if (PrimitiveValue != other.PrimitiveValue) return false; in Equals()
1022 if (PrimitiveValue != 0) hash ^= PrimitiveValue.GetHashCode(); in GetHashCode()
1044 if (PrimitiveValue != 0) { in WriteTo()
1046 output.WriteInt32(PrimitiveValue); in WriteTo()
1068 if (PrimitiveValue ! in IBufferMessage.InternalWriteTo()
[all...]

Completed in 3 milliseconds