![]() |
Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
|
Public Member Functions | |
Builder | clear () |
com.google.protobuf.Descriptors.Descriptor | getDescriptorForType () |
com.google.ortools.util.Int128 | getDefaultInstanceForType () |
com.google.ortools.util.Int128 | build () |
com.google.ortools.util.Int128 | buildPartial () |
Builder | mergeFrom (com.google.protobuf.Message other) |
Builder | mergeFrom (com.google.ortools.util.Int128 other) |
final boolean | isInitialized () |
Builder | mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
long | getHigh () |
Builder | setHigh (long value) |
Builder | clearHigh () |
long | getLow () |
Builder | setLow (long value) |
Builder | clearLow () |
Static Public Member Functions | |
static final com.google.protobuf.Descriptors.Descriptor | getDescriptor () |
Protected Member Functions | |
com.google.protobuf.GeneratedMessage.FieldAccessorTable | internalGetFieldAccessorTable () |
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 250 of file Int128.java.
com.google.ortools.util.Int128 com.google.ortools.util.Int128.Builder.build | ( | ) |
Definition at line 298 of file Int128.java.
com.google.ortools.util.Int128 com.google.ortools.util.Int128.Builder.buildPartial | ( | ) |
Definition at line 307 of file Int128.java.
Builder com.google.ortools.util.Int128.Builder.clear | ( | ) |
Definition at line 278 of file Int128.java.
Builder com.google.ortools.util.Int128.Builder.clearHigh | ( | ) |
Builder com.google.ortools.util.Int128.Builder.clearLow | ( | ) |
com.google.ortools.util.Int128 com.google.ortools.util.Int128.Builder.getDefaultInstanceForType | ( | ) |
Definition at line 293 of file Int128.java.
|
static |
Definition at line 255 of file Int128.java.
com.google.protobuf.Descriptors.Descriptor com.google.ortools.util.Int128.Builder.getDescriptorForType | ( | ) |
Definition at line 288 of file Int128.java.
long com.google.ortools.util.Int128.Builder.getHigh | ( | ) |
int64 high = 1;
Implements com.google.ortools.util.Int128OrBuilder.
Definition at line 401 of file Int128.java.
long com.google.ortools.util.Int128.Builder.getLow | ( | ) |
uint64 low = 2;
Implements com.google.ortools.util.Int128OrBuilder.
Definition at line 433 of file Int128.java.
|
protected |
Definition at line 261 of file Int128.java.
final boolean com.google.ortools.util.Int128.Builder.isInitialized | ( | ) |
Definition at line 348 of file Int128.java.
Builder com.google.ortools.util.Int128.Builder.mergeFrom | ( | com.google.ortools.util.Int128 | other | ) |
Definition at line 334 of file Int128.java.
Builder com.google.ortools.util.Int128.Builder.mergeFrom | ( | com.google.protobuf.CodedInputStream | input, |
com.google.protobuf.ExtensionRegistryLite | extensionRegistry ) throws java.io.IOException |
Definition at line 353 of file Int128.java.
Builder com.google.ortools.util.Int128.Builder.mergeFrom | ( | com.google.protobuf.Message | other | ) |
Definition at line 325 of file Int128.java.
Builder com.google.ortools.util.Int128.Builder.setHigh | ( | long | value | ) |
int64 high = 1;
value | The high to set. |
Definition at line 409 of file Int128.java.
Builder com.google.ortools.util.Int128.Builder.setLow | ( | long | value | ) |
uint64 low = 2;
value | The low to set. |
Definition at line 441 of file Int128.java.