Searched refs:GroupUint32 (Results 1 - 1 of 1) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | TestMessagesProto2.cs | 211 null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, new pbr::GeneratedClrTypeInfo(typeof(global::ProtobufTestMessages.Proto2.TestAllTypesProto2.Types.Data), global::ProtobufTestMessages.Proto2.TestAllTypesProto2.Types.Data.Parser, new[]{ "GroupInt32", "GroupUint32" }, null, null, null, null), in TestMessagesProto2Reflection() 5043 public uint GroupUint32 { property in ProtobufTestMessages.Proto2.TestAllTypesProto2.Types.Data 5075 if (GroupUint32 != other.GroupUint32) return false; in Equals() 5083 if (HasGroupUint32) hash ^= GroupUint32.GetHashCode(); in GetHashCode() 5106 output.WriteUInt32(GroupUint32); in WriteTo() 5123 output.WriteUInt32(GroupUint32); in IBufferMessage.InternalWriteTo() 5138 size += 2 + pb::CodedOutputStream.ComputeUInt32Size(GroupUint32); in CalculateSize() 5155 GroupUint32 = other.GroupUint32; in MergeFrom() [all...] |
Completed in 9 milliseconds