Searched refs:PositiveIntValue (Results 1 - 1 of 1) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
H A D | Descriptor.cs | 184 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.UninterpretedOption), global::Google.Protobuf.Reflection.UninterpretedOption.Parser, new[]{ "Name", "IdentifierValue", "PositiveIntValue", "NegativeIntValue", "DoubleValue", "StringValue", "AggregateValue" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.UninterpretedOption.Types.NamePart), global::Google.Protobuf.Reflection.UninterpretedOption.Types.NamePart.Parser, new[]{ "NamePart_", "IsExtension" }, null, null, null, null)}), in DescriptorReflection() 8561 public ulong PositiveIntValue { property in Google.Protobuf.Reflection.UninterpretedOption 8688 if (PositiveIntValue != other.PositiveIntValue) return false; in Equals() 8701 if (HasPositiveIntValue) hash ^= PositiveIntValue.GetHashCode(); in GetHashCode() 8729 output.WriteUInt64(PositiveIntValue); in WriteTo() 8763 output.WriteUInt64(PositiveIntValue); in IBufferMessage.InternalWriteTo() 8795 size += 1 + pb::CodedOutputStream.ComputeUInt64Size(PositiveIntValue); in CalculateSize() 8825 PositiveIntValue = other.PositiveIntValue; in MergeFrom() [all...] |
Completed in 15 milliseconds