20 get {
return descriptor; }
22 private static pbr::FileDescriptor descriptor;
25 byte[] descriptorData = global::System.Convert.FromBase64String(
27 "ChlvcnRvb2xzL3V0aWwvaW50MTI4LnByb3RvEhNvcGVyYXRpb25zX3Jlc2Vh",
28 "cmNoIiMKBkludDEyOBIMCgRoaWdoGAEgASgDEgsKA2xvdxgCIAEoBEIxChdj",
29 "b20uZ29vZ2xlLm9ydG9vbHMudXRpbFABqgITR29vZ2xlLk9yVG9vbHMuVXRp",
31 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
32 new pbr::FileDescriptor[] { },
33 new pbr::GeneratedClrTypeInfo(
null,
null,
new pbr::GeneratedClrTypeInfo[] {
34 new pbr::GeneratedClrTypeInfo(typeof(global::Google.OrTools.Util.Int128), global::Google.OrTools.Util.Int128.Parser,
new[]{
"High",
"Low" },
null,
null,
null,
null)
46 public sealed partial class Int128 : pb::IMessage<Int128>
47 #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
51 private static readonly pb::MessageParser<Int128> _parser =
new pb::MessageParser<Int128>(() =>
new Int128());
52 private pb::UnknownFieldSet _unknownFields;
53 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
54 [global::System.CodeDom.Compiler.GeneratedCode(
"protoc",
null)]
55 public static pb::MessageParser<Int128>
Parser {
get {
return _parser; } }
57 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
58 [global::System.CodeDom.Compiler.GeneratedCode(
"protoc",
null)]
60 get {
return global::Google.OrTools.Util.Int128Reflection.Descriptor.MessageTypes[0]; }
63 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
64 [global::System.CodeDom.Compiler.GeneratedCode(
"protoc",
null)]
65 pbr::MessageDescriptor pb::IMessage.Descriptor {
69 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
70 [global::System.CodeDom.Compiler.GeneratedCode(
"protoc",
null)]
75 partial
void OnConstruction();
77 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
78 [global::System.CodeDom.Compiler.GeneratedCode(
"protoc",
null)]
82 _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
85 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
86 [global::System.CodeDom.Compiler.GeneratedCode(
"protoc",
null)]
94 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
95 [global::System.CodeDom.Compiler.GeneratedCode(
"protoc",
null)]
106 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
107 [global::System.CodeDom.Compiler.GeneratedCode(
"protoc",
null)]
115 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
116 [global::System.CodeDom.Compiler.GeneratedCode(
"protoc",
null)]
117 public override bool Equals(
object other) {
121 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
122 [global::System.CodeDom.Compiler.GeneratedCode(
"protoc",
null)]
124 if (ReferenceEquals(other,
null)) {
127 if (ReferenceEquals(other,
this)) {
130 if (
High != other.
High)
return false;
131 if (
Low != other.
Low)
return false;
132 return Equals(_unknownFields, other._unknownFields);
135 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
136 [global::System.CodeDom.Compiler.GeneratedCode(
"protoc",
null)]
139 if (
High != 0L) hash ^=
High.GetHashCode();
140 if (
Low != 0UL) hash ^=
Low.GetHashCode();
141 if (_unknownFields !=
null) {
142 hash ^= _unknownFields.GetHashCode();
147 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
148 [global::System.CodeDom.Compiler.GeneratedCode(
"protoc",
null)]
150 return pb::JsonFormatter.ToDiagnosticString(
this);
153 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
154 [global::System.CodeDom.Compiler.GeneratedCode(
"protoc",
null)]
155 public void WriteTo(pb::CodedOutputStream output) {
156 #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
157 output.WriteRawMessage(
this);
160 output.WriteRawTag(8);
161 output.WriteInt64(
High);
164 output.WriteRawTag(16);
165 output.WriteUInt64(
Low);
167 if (_unknownFields !=
null) {
168 _unknownFields.WriteTo(output);
173 #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
174 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
175 [global::System.CodeDom.Compiler.GeneratedCode(
"protoc",
null)]
176 void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
178 output.WriteRawTag(8);
179 output.WriteInt64(
High);
182 output.WriteRawTag(16);
183 output.WriteUInt64(
Low);
185 if (_unknownFields !=
null) {
186 _unknownFields.WriteTo(ref output);
191 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
192 [global::System.CodeDom.Compiler.GeneratedCode(
"protoc",
null)]
196 size += 1 + pb::CodedOutputStream.ComputeInt64Size(
High);
199 size += 1 + pb::CodedOutputStream.ComputeUInt64Size(
Low);
201 if (_unknownFields !=
null) {
202 size += _unknownFields.CalculateSize();
207 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
208 [global::System.CodeDom.Compiler.GeneratedCode(
"protoc",
null)]
213 if (other.
High != 0L) {
216 if (other.
Low != 0UL) {
219 _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
222 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
223 [global::System.CodeDom.Compiler.GeneratedCode(
"protoc",
null)]
225 #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
226 input.ReadRawMessage(
this);
229 while ((tag = input.ReadTag()) != 0) {
232 _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
235 High = input.ReadInt64();
239 Low = input.ReadUInt64();
247 #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
248 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
249 [global::System.CodeDom.Compiler.GeneratedCode(
"protoc",
null)]
250 void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
252 while ((tag = input.ReadTag()) != 0) {
255 _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
258 High = input.ReadInt64();
262 Low = input.ReadUInt64();