Searched refs:NegativeIntValue (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() 8585 public long NegativeIntValue { property in Google.Protobuf.Reflection.UninterpretedOption 8689 if (NegativeIntValue != other.NegativeIntValue) return false; in Equals() 8702 if (HasNegativeIntValue) hash ^= NegativeIntValue.GetHashCode(); in GetHashCode() 8733 output.WriteInt64(NegativeIntValue); in WriteTo() 8767 output.WriteInt64(NegativeIntValue); in IBufferMessage.InternalWriteTo() 8798 size += 1 + pb::CodedOutputStream.ComputeInt64Size(NegativeIntValue); in CalculateSize() 8828 NegativeIntValue = other.NegativeIntValue; in MergeFrom() [all...] |
Completed in 14 milliseconds