Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittest.cs731 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.Proto2.TestParsingMerge), global::Google.Protobuf.TestProtos.Proto2.TestParsingMerge.Parser, new[]{ "RequiredAllTypes", "OptionalAllTypes", "RepeatedAllTypes", "OptionalGroup", "RepeatedGroup" }, null, null, new pb::Extension[] { global::Google.Protobuf.TestProtos.Proto2.TestParsingMerge.Extensions.OptionalExt, global::Google.Protobuf.TestProtos.Proto2.TestParsingMerge.Extensions.RepeatedExt }, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.Proto2.TestParsingMerge.Types.RepeatedFieldsGenerator), global::Google.Protobuf.TestProtos.Proto2.TestParsingMerge.Types.RepeatedFieldsGenerator.Parser, new[]{ "Field1", "Field2", "Field3", "Group1", "Group2", "Ext1", "Ext2" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.Proto2.TestParsingMerge.Types.RepeatedFieldsGenerator.Types.Group1), global::Google.Protobuf.TestProtos.Proto2.TestParsingMerge.Types.RepeatedFieldsGenerator.Types.Group1.Parser, new[]{ "Field1" }, null, null, null, null), in UnittestReflection()
25028 public global::Google.Protobuf.TestProtos.Proto2.TestAllTypes RequiredAllTypes { property in Google.Protobuf.TestProtos.Proto2.TestParsingMerge
25100 if (!object.Equals(RequiredAllTypes, other.RequiredAllTypes)) return false; in Equals()
25114 if (requiredAllTypes_ != null) hash ^= RequiredAllTypes.GetHashCode(); in GetHashCode()
25140 output.WriteMessage(RequiredAllTypes); in WriteTo()
25167 output.WriteMessage(RequiredAllTypes); in IBufferMessage.InternalWriteTo()
25193 size += 1 + pb::CodedOutputStream.ComputeMessageSize(RequiredAllTypes); in CalculateSize()
25219 RequiredAllTypes = new global::Google.Protobuf.TestProtos.Proto2.TestAllTypes(); in MergeFrom()
25221 RequiredAllTypes in MergeFrom()
[all...]

Completed in 38 milliseconds