Google OR-Tools v9.9
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
com.google.ortools.util.Int128 Class Reference
Inheritance diagram for com.google.ortools.util.Int128:
com.google.ortools.util.Int128OrBuilder

Classes

class  Builder
 

Public Member Functions

long getHigh ()
 
long getLow ()
 
final boolean isInitialized ()
 
void writeTo (com.google.protobuf.CodedOutputStream output) throws java.io.IOException
 
int getSerializedSize ()
 
boolean equals (final java.lang.Object obj)
 
int hashCode ()
 
Builder newBuilderForType ()
 
Builder toBuilder ()
 
com.google.protobuf.Parser< Int128getParserForType ()
 
com.google.ortools.util.Int128 getDefaultInstanceForType ()
 

Static Public Member Functions

static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
 
static com.google.ortools.util.Int128 parseFrom (java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
 
static com.google.ortools.util.Int128 parseFrom (java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
 
static com.google.ortools.util.Int128 parseFrom (com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
 
static com.google.ortools.util.Int128 parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
 
static com.google.ortools.util.Int128 parseFrom (byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
 
static com.google.ortools.util.Int128 parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
 
static com.google.ortools.util.Int128 parseFrom (java.io.InputStream input) throws java.io.IOException
 
static com.google.ortools.util.Int128 parseFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
 
static com.google.ortools.util.Int128 parseDelimitedFrom (java.io.InputStream input) throws java.io.IOException
 
static com.google.ortools.util.Int128 parseDelimitedFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
 
static com.google.ortools.util.Int128 parseFrom (com.google.protobuf.CodedInputStream input) throws java.io.IOException
 
static com.google.ortools.util.Int128 parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
 
static Builder newBuilder ()
 
static Builder newBuilder (com.google.ortools.util.Int128 prototype)
 
static com.google.ortools.util.Int128 getDefaultInstance ()
 
static com.google.protobuf.Parser< Int128parser ()
 

Static Public Attributes

static final int HIGH_FIELD_NUMBER = 1
 
static final int LOW_FIELD_NUMBER = 2
 

Protected Member Functions

java.lang.Object newInstance (UnusedPrivateParameter unused)
 
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable ()
 
Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
 

Detailed Description

The low 64 bits are stored in "low", and the high 64-bits (including the
sign) are stored in "high".

Protobuf type operations_research.Int128

Definition at line 15 of file Int128.java.

Member Function Documentation

◆ equals()

boolean com.google.ortools.util.Int128.equals ( final java.lang.Object obj)

Definition at line 112 of file Int128.java.

◆ getDefaultInstance()

static com.google.ortools.util.Int128 com.google.ortools.util.Int128.getDefaultInstance ( )
static

Definition at line 509 of file Int128.java.

◆ getDefaultInstanceForType()

com.google.ortools.util.Int128 com.google.ortools.util.Int128.getDefaultInstanceForType ( )

Definition at line 545 of file Int128.java.

◆ getDescriptor()

static final com.google.protobuf.Descriptors.Descriptor com.google.ortools.util.Int128.getDescriptor ( )
static

Definition at line 35 of file Int128.java.

◆ getHigh()

long com.google.ortools.util.Int128.getHigh ( )

int64 high = 1;

Returns
The high.

Implements com.google.ortools.util.Int128OrBuilder.

Definition at line 54 of file Int128.java.

◆ getLow()

long com.google.ortools.util.Int128.getLow ( )

uint64 low = 2;

Returns
The low.

Implements com.google.ortools.util.Int128OrBuilder.

Definition at line 65 of file Int128.java.

◆ getParserForType()

com.google.protobuf.Parser< Int128 > com.google.ortools.util.Int128.getParserForType ( )

Definition at line 540 of file Int128.java.

◆ getSerializedSize()

int com.google.ortools.util.Int128.getSerializedSize ( )

Definition at line 93 of file Int128.java.

◆ hashCode()

int com.google.ortools.util.Int128.hashCode ( )

Definition at line 130 of file Int128.java.

◆ internalGetFieldAccessorTable()

com.google.protobuf.GeneratedMessageV3.FieldAccessorTable com.google.ortools.util.Int128.internalGetFieldAccessorTable ( )
protected

Definition at line 41 of file Int128.java.

◆ isInitialized()

final boolean com.google.ortools.util.Int128.isInitialized ( )

Definition at line 71 of file Int128.java.

◆ newBuilder() [1/2]

static Builder com.google.ortools.util.Int128.newBuilder ( )
static

Definition at line 221 of file Int128.java.

◆ newBuilder() [2/2]

static Builder com.google.ortools.util.Int128.newBuilder ( com.google.ortools.util.Int128 prototype)
static

Definition at line 224 of file Int128.java.

◆ newBuilderForType() [1/2]

Builder com.google.ortools.util.Int128.newBuilderForType ( )

Definition at line 220 of file Int128.java.

◆ newBuilderForType() [2/2]

Builder com.google.ortools.util.Int128.newBuilderForType ( com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected

Definition at line 234 of file Int128.java.

◆ newInstance()

java.lang.Object com.google.ortools.util.Int128.newInstance ( UnusedPrivateParameter unused)
protected

Definition at line 29 of file Int128.java.

◆ parseDelimitedFrom() [1/2]

static com.google.ortools.util.Int128 com.google.ortools.util.Int128.parseDelimitedFrom ( java.io.InputStream input) throws java.io.IOException
static

Definition at line 192 of file Int128.java.

◆ parseDelimitedFrom() [2/2]

static com.google.ortools.util.Int128 com.google.ortools.util.Int128.parseDelimitedFrom ( java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws java.io.IOException
static

Definition at line 198 of file Int128.java.

◆ parseFrom() [1/10]

static com.google.ortools.util.Int128 com.google.ortools.util.Int128.parseFrom ( byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 169 of file Int128.java.

◆ parseFrom() [2/10]

static com.google.ortools.util.Int128 com.google.ortools.util.Int128.parseFrom ( byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 173 of file Int128.java.

◆ parseFrom() [3/10]

static com.google.ortools.util.Int128 com.google.ortools.util.Int128.parseFrom ( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 158 of file Int128.java.

◆ parseFrom() [4/10]

static com.google.ortools.util.Int128 com.google.ortools.util.Int128.parseFrom ( com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 163 of file Int128.java.

◆ parseFrom() [5/10]

static com.google.ortools.util.Int128 com.google.ortools.util.Int128.parseFrom ( com.google.protobuf.CodedInputStream input) throws java.io.IOException
static

Definition at line 205 of file Int128.java.

◆ parseFrom() [6/10]

static com.google.ortools.util.Int128 com.google.ortools.util.Int128.parseFrom ( com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws java.io.IOException
static

Definition at line 211 of file Int128.java.

◆ parseFrom() [7/10]

static com.google.ortools.util.Int128 com.google.ortools.util.Int128.parseFrom ( java.io.InputStream input) throws java.io.IOException
static

Definition at line 179 of file Int128.java.

◆ parseFrom() [8/10]

static com.google.ortools.util.Int128 com.google.ortools.util.Int128.parseFrom ( java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws java.io.IOException
static

Definition at line 184 of file Int128.java.

◆ parseFrom() [9/10]

static com.google.ortools.util.Int128 com.google.ortools.util.Int128.parseFrom ( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 147 of file Int128.java.

◆ parseFrom() [10/10]

static com.google.ortools.util.Int128 com.google.ortools.util.Int128.parseFrom ( java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 152 of file Int128.java.

◆ parser()

static com.google.protobuf.Parser< Int128 > com.google.ortools.util.Int128.parser ( )
static

Definition at line 535 of file Int128.java.

◆ toBuilder()

Builder com.google.ortools.util.Int128.toBuilder ( )

Definition at line 228 of file Int128.java.

◆ writeTo()

void com.google.ortools.util.Int128.writeTo ( com.google.protobuf.CodedOutputStream output) throws java.io.IOException

Definition at line 81 of file Int128.java.

Member Data Documentation

◆ HIGH_FIELD_NUMBER

final int com.google.ortools.util.Int128.HIGH_FIELD_NUMBER = 1
static

Definition at line 47 of file Int128.java.

◆ LOW_FIELD_NUMBER

final int com.google.ortools.util.Int128.LOW_FIELD_NUMBER = 2
static

Definition at line 58 of file Int128.java.


The documentation for this class was generated from the following file: